Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2251 Modified Files: clientr.dsp copyright.txt Log Message: This large patch brings the client up to Stas's version 4.4.0.4. The visible changes to the user are: - added "allowWheelActions: (on)/off" to be able to disable wheel in non-scrolling windows - added new window "player2" that behaves exactly as player list window, but allows to select alternate custom layout and could be toggled with 'A' key - added "playerList2: (string)" option that allows to select different player list layout for alternate player list window, by default it will be "n T R N l M K W L r O D d " - fixed bug that caused main thread to continue in case player died while scrolling message window using scrollbar (which forced him close client window and reconnect) - fixed incorrect behavior of 'windowMove: off' feature. Previously window would snap back to wrong place if the main window top-left corner was not (0,0) coordinates - long lines are now wrapped by words instead of by chars. Maximum message length was reduced to 4 full message lines (4 * 69 characters) - message input window will now show Sender->Recipient even when the input line is longer than 69 characters - changed 'Forum' URL on metaserver window to open Google's r.g.n location There are also several internal changes, such as a new format for error messages. Index: clientr.dsp =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/clientr.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- clientr.dsp 18 Apr 2006 13:41:48 -0000 1.3 +++ clientr.dsp 21 Apr 2006 12:00:06 -0000 1.4 @@ -99,6 +99,10 @@ # End Source File # Begin Source File +SOURCE=.\src\console.c +# End Source File +# Begin Source File + SOURCE=.\src\cowmain.c # End Source File # Begin Source File Index: copyright.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/copyright.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- copyright.txt 12 Apr 2006 06:28:43 -0000 1.2 +++ copyright.txt 21 Apr 2006 12:00:06 -0000 1.3 @@ -107,4 +107,11 @@ * Netrek XP Mod * Stas Pirogov (keyos at keyos.org) * - */ + * ----------------------------------------------------------- Copyright 2006 + * + * As above. + * + * Netrek XP + * Bill Balcerski + * + */ \ No newline at end of file