Sat, 13 Aug 2005 21:35:31 +0000(svn r2864) Code simplification and diff reduction
tron [Sat, 13 Aug 2005 21:35:31 +0000] rev 2338
(svn r2864) Code simplification and diff reduction

Sat, 13 Aug 2005 21:34:05 +0000(svn r2863) Move some type declarations into saveload.c, should've been part of r2819
tron [Sat, 13 Aug 2005 21:34:05 +0000] rev 2337
(svn r2863) Move some type declarations into saveload.c, should've been part of r2819

Sat, 13 Aug 2005 16:23:07 +0000(svn r2862) Return a proper version number, when testing the TTDPatch version in the SkipIf action. Pretend to be version 2.0.1 alpha 49 for now.
tron [Sat, 13 Aug 2005 16:23:07 +0000] rev 2336
(svn r2862) Return a proper version number, when testing the TTDPatch version in the SkipIf action. Pretend to be version 2.0.1 alpha 49 for now.
Also change the type of the variables, which get compared, to uint32, because the values are at most 32bits wide and always seem to be unsigned.

Fri, 12 Aug 2005 12:47:35 +0000(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
tron [Fri, 12 Aug 2005 12:47:35 +0000] rev 2335
(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819

Fri, 12 Aug 2005 06:37:48 +0000(svn r2860) Fix some issues in the savegame/scenario list code:
tron [Fri, 12 Aug 2005 06:37:48 +0000] rev 2334
(svn r2860) Fix some issues in the savegame/scenario list code:
-Fix: Sort the directories when making a scenario list
-Fix: Sort the directories when making a savegame list on Windows
-Fix: On OS/2 show the trailing \ if the current directory is a root directory
-Regression: On OS/2 the savegame list showed the scenario directory or crashed (probably introduced in r2609)
The rest is diff reduction between the 3 variants

Thu, 11 Aug 2005 21:51:05 +0000(svn r2859) \[Translations\] Updating translations
miham [Thu, 11 Aug 2005 21:51:05 +0000] rev 2333
(svn r2859) \[Translations\] Updating translations

Thu, 11 Aug 2005 19:23:32 +0000(svn r2858) -Codechange: resolved some magic numbers (_Luca_)
truelight [Thu, 11 Aug 2005 19:23:32 +0000] rev 2332
(svn r2858) -Codechange: resolved some magic numbers (_Luca_)

Thu, 11 Aug 2005 19:21:46 +0000(svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290
truelight [Thu, 11 Aug 2005 19:21:46 +0000] rev 2331
(svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290

Thu, 11 Aug 2005 13:20:37 +0000(svn r2856) [Translations] Fixed languages containing STRING1 (except for english.txt)
miham [Thu, 11 Aug 2005 13:20:37 +0000] rev 2330
(svn r2856) [Translations] Fixed languages containing STRING1 (except for english.txt)

Thu, 11 Aug 2005 13:09:12 +0000(svn r2855) Make ReadSpriteHeaderSkipData() responsible for detecting the end of a grf file instead of its callers - this simplifies the code a bit
tron [Thu, 11 Aug 2005 13:09:12 +0000] rev 2329
(svn r2855) Make ReadSpriteHeaderSkipData() responsible for detecting the end of a grf file instead of its callers - this simplifies the code a bit