Wed, 08 Sep 2004 19:20:46 +0000(svn r186) -Add: debug 'net' for network debug (sign_de)
truelight [Wed, 08 Sep 2004 19:20:46 +0000] rev 185
(svn r186) -Add: debug 'net' for network debug (sign_de)
-Fix: desync problem (server was not waiting for clients) (sign_de)

Wed, 08 Sep 2004 18:05:49 +0000(svn r185) -Fix: [1016954] Cached_sprites does now work again
truelight [Wed, 08 Sep 2004 18:05:49 +0000] rev 184
(svn r185) -Fix: [1016954] Cached_sprites does now work again

Wed, 08 Sep 2004 17:44:29 +0000(svn r184) -Fix: starting a new game in DesertLandscape crashed the game
truelight [Wed, 08 Sep 2004 17:44:29 +0000] rev 183
(svn r184) -Fix: starting a new game in DesertLandscape crashed the game

Wed, 08 Sep 2004 17:13:46 +0000(svn r183) -Fix: fix landscape-toolbar crash when newgrf are enabled. Dominik forgot to add +1 to index upon load :)
darkvater [Wed, 08 Sep 2004 17:13:46 +0000] rev 182
(svn r183) -Fix: fix landscape-toolbar crash when newgrf are enabled. Dominik forgot to add +1 to index upon load :)

Wed, 08 Sep 2004 15:01:12 +0000(svn r182) -Fix: [1024380] strgen diff (Warning fix + MorphOS fix). Removes the longest standing warning on compilation of strgen (tokai)
darkvater [Wed, 08 Sep 2004 15:01:12 +0000] rev 181
(svn r182) -Fix: [1024380] strgen diff (Warning fix + MorphOS fix). Removes the longest standing warning on compilation of strgen (tokai)

Wed, 08 Sep 2004 09:07:18 +0000(svn r181) Makefile: enabled ability to supress output of missing strings in lng files
bjarni [Wed, 08 Sep 2004 09:07:18 +0000] rev 180
(svn r181) Makefile: enabled ability to supress output of missing strings in lng files
Makefile: added versiontag for autoupdate of outdated makefile.config files

Tue, 07 Sep 2004 23:41:09 +0000(svn r180) -Fix: some more warning fixes for C99 (Tron)
darkvater [Tue, 07 Sep 2004 23:41:09 +0000] rev 179
(svn r180) -Fix: some more warning fixes for C99 (Tron)

Tue, 07 Sep 2004 22:44:14 +0000(svn r179) -Fix: [1023971] Fix for MouseWheel assert error in non-zoomable viewports. Zooming now will only occur if mousepointer is either in an extra viewport window, or main game-window (Dribbel)
darkvater [Tue, 07 Sep 2004 22:44:14 +0000] rev 178
(svn r179) -Fix: [1023971] Fix for MouseWheel assert error in non-zoomable viewports. Zooming now will only occur if mousepointer is either in an extra viewport window, or main game-window (Dribbel)

Tue, 07 Sep 2004 22:39:06 +0000(svn r178) -Fix: small network fix if network is not enabled
darkvater [Tue, 07 Sep 2004 22:39:06 +0000] rev 177
(svn r178) -Fix: small network fix if network is not enabled

Tue, 07 Sep 2004 21:48:09 +0000(svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
darkvater [Tue, 07 Sep 2004 21:48:09 +0000] rev 176
(svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
-Fix: added WIDGETS_END macro for WWT_LAST which does this for all last widget-types