Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31921 Modified Files: NetrekXP to do list.C Log Message: Some sound bug fixes, also fixed LAB dashboard for observers with armies/kills not being displayed. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- NetrekXP to do list.C 26 Apr 2006 01:52:46 -0000 1.1 +++ NetrekXP to do list.C 26 Apr 2006 15:54:04 -0000 1.2 @@ -31,13 +31,13 @@ - option server/servernick/servertype needs to be saved 12) Icon not working under Visual Studio 14) observer sounds slightly messed up -14a) torp_other not working right due to lack of torp fuse info +14a) torp_other and plasma_other not working right due to lack of torp fuse info 15) closing hint window at warp 0 turns off the box on the galaxy map. Also, cloaking/shields at warp 0 doesn't update someone else's tactical on what you did. 15a) 16) why is beeplite going on when i'm obsing someone who cloaks after they used a beeplite macro that lit themselves up -17) add dll, lib, and header files to repository +17) right click on all_review window, get message "obsolete!" Might be done: 3) mouse scroll in message windows gets the up/down coord wrong when main title @@ -78,3 +78,7 @@ - add sortPlayersFirst - fix makedistress bug that creates 0 instead of empty string when macro starts with conditional +Simple in-game, realtime variable checking: + char text[120]; + sprintf (text, "Variable has value %d.", variable); + W_MessageAllowedWindows (WAM_ALL, 0, 0, textColor, text, 120, 0); \ No newline at end of file