Update of /cvsroot/netrek/client/netrekxp
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2257
Modified Files:
NetrekXP to do list.C clientr.suo clientr.vcproj
Log Message:
Changed back to multithreaded from multithread DLL. Was causing error message
on closing
the netrek.exe DOS window, and don't want to deal with that. Kept the headers
and the commented
out getpid and perror though.
Fix to bug with observers who try to move, where they would unflag their lock
flags and not get them
back from server.
Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
Binary files /tmp/cvsQbR1eO and /tmp/cvsSK8qXi differ
Index: clientr.vcproj
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.vcproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- clientr.vcproj 26 Feb 2007 06:54:47 -0000 1.8
+++ clientr.vcproj 26 Feb 2007 07:53:02 -0000 1.9
@@ -48,7 +48,7 @@
AdditionalIncludeDirectories="win32;win32\h;win32\SDL;include"
PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;RSA;_CONSOLE"
MinimalRebuild="true"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
PrecompiledHeaderFile="\netrek_files\tmp\src\Debug/clientr.pch"
AssemblerListingLocation="\netrek_files\tmp\src\Debug/"
ObjectFile="\netrek_files\tmp\src\Debug/"
@@ -72,7 +72,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/mapinfo:lines
/mapinfo:exports
"
- AdditionalDependencies="wsock32.lib winmm.lib
mpr.lib msvcrt.lib msimg32.lib libgmp.lib SDL.lib SDLmain.lib SDL_mixer.lib"
+ AdditionalDependencies="libcmt.lib wsock32.lib
winmm.lib mpr.lib msvcrt.lib msimg32.lib libgmp.lib SDL.lib SDLmain.lib
SDL_mixer.lib"
OutputFile="\netrek_files\netrek\netrek.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
@@ -150,7 +150,7 @@
AdditionalIncludeDirectories="win32;win32\h;include;win32\SDL"
PreprocessorDefinitions="WIN32;NDEBUG;RSA;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile="\netrek_files\tmp\src\Release/clientr.pch"
AssemblerListingLocation="\netrek_files\tmp\src\Release/"
@@ -174,7 +174,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/mapinfo:lines
/mapinfo:exports"
- AdditionalDependencies="wsock32.lib winmm.lib
mpr.lib msvcrt.lib libgmp.lib msimg32.lib SDL.lib SDLmain.lib SDL_mixer.lib"
+ AdditionalDependencies="libcmt.lib wsock32.lib
winmm.lib mpr.lib msvcrt.lib libgmp.lib msimg32.lib SDL.lib SDLmain.lib
SDL_mixer.lib"
OutputFile="\netrek_files\netrek\netrek.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- NetrekXP to do list.C 26 Feb 2007 06:54:44 -0000 1.100
+++ NetrekXP to do list.C 26 Feb 2007 07:53:01 -0000 1.101
@@ -47,8 +47,7 @@
9) Out of bounds message window calcs don't work with taskbar or menu bar,
basewin
rect doesn't take these into account.
10) Make sure all ping related fields are switched correctly via metasort.
-11) Observer bug - right mouse click and you lose lock icon, have to click on
a player
-to get it back. Messes up planet army count cause observer isn't locked
+11) server resets update rate to max/default on death and doesn't tell you
Stas's list:
- color coded playerlist.
_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs