Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24524 Modified Files: NetrekXP to do list.C build.cmd compile.txt Log Message: Conversion from old to new sourceforge directory - changes since May 6 basically, plus whatever else SF decides is different. Index: compile.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- compile.txt 7 May 2006 16:59:26 -0000 1.8 +++ compile.txt 12 May 2006 01:54:18 -0000 1.9 @@ -36,11 +36,6 @@ If you were compiling with Visual C++ you will also have a InstCWD\tmp folder containing lots of objects. Just delete it. -Step 4: -------- -Get SDL.dll and SDL_mixer.dll from the SDL website (you will need these to run the client, -they must be in the installer package) - Other Notes: ------------ Additional instructions for compiling with Microsoft Visual C++ 2005 Express Edition, Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- NetrekXP to do list.C 7 May 2006 21:10:51 -0000 1.18 +++ NetrekXP to do list.C 12 May 2006 01:54:18 -0000 1.19 @@ -15,14 +15,13 @@ 4) cloaking/shields at warp 0 doesn't update someone else's tactical on what you did - server not sending right info - short packets! 4a) observer sound messes up when someone flips shields at warp 0, again a server problem -4b) Locking onto iggy caues the observer sound to mess up for shields up/down (this is -server side problem, both for the not being able to lock back onto your team, and -the shield packet not being sent) +4b) Locking onto robot cause the observer sound to mess up for shields up/down (this is +server side problem, for the shield packet not being sent) 5) KWINNER called to all players at genocide, not KGENOCIDE, and observers don't get -any state at all (head to default which is error message). +any state at all (head to default which is error message) - short packets! +6) Can't bomb enemy 3rd space planets in your T-mode opponent's space. Things to do: -0) Eventually add the SDL dll files to the source. 1) Add warning hull. 2) resizeable message windows. Perhaps memory of window positions if you choose to save settings. Text in windows should adjust to new window size. @@ -41,8 +40,9 @@ 6a) Issue with flickering. 6b) Border issue 6c) The new smooth turning only working on self, not obs or others - short packets! -6d) Not working with BCC 7) login not read in before metaserver info (for metablocking purposes) +8) Border issue on galaxy map - not using right border width for draw purposes +10) double buffering not working with new bitmaps Stas's list: - color coded playerlist. Index: build.cmd =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- build.cmd 7 May 2006 16:59:26 -0000 1.13 +++ build.cmd 12 May 2006 01:54:18 -0000 1.14 @@ -480,6 +480,7 @@ mkdir %InstCWD%\netrek\sounds copy resources\sounds\*.wav %InstCWD%\netrek\sounds +copy win32\SDL\*.dll %InstCWD%\netrek if /I "%Compiler%" == "BCC" copy src\cursors\curslib.dll %InstCWD%\netrek\bitmaps if /I "%Compiler%" == "BCC" copy src\winkey\winkey.dll %InstCWD%\netrek\bitmaps