Mon, 15 Aug 2005 22:48:33 +0000 tron (svn r2872) -Feature: [NewGRF] Add support for "extended bytes"
Mon, 15 Aug 2005 21:19:28 +0000 tron (svn r2871) -Feature/Fix: Per GRF parameter lists
Mon, 15 Aug 2005 20:53:06 +0000 miham (svn r2870) \[Translations\] Updating translations
Mon, 15 Aug 2005 11:54:42 +0000 orudge (svn r2869) - Update Watcom project with gfxinit.c
Mon, 15 Aug 2005 11:39:13 +0000 tron (svn r2868) Change the way NewGRFs are loaded: The loading process i no longer bolted onto the normal graphics loading.
Mon, 15 Aug 2005 06:46:22 +0000 miham (svn r2867) \[Translations\] Updating translations
Sun, 14 Aug 2005 18:10:18 +0000 tron (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
Sat, 13 Aug 2005 21:40:22 +0000 tron (svn r2865) Push the responsibility for allocating the sprite heap into GfxInitSpriteMem()
Sat, 13 Aug 2005 21:35:31 +0000 tron (svn r2864) Code simplification and diff reduction
Sat, 13 Aug 2005 21:34:05 +0000 tron (svn r2863) Move some type declarations into saveload.c, should've been part of r2819
Sat, 13 Aug 2005 16:23:07 +0000 tron (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.
Fri, 12 Aug 2005 12:47:35 +0000 tron (svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
Fri, 12 Aug 2005 06:37:48 +0000 tron (svn r2860) Fix some issues in the savegame/scenario list code:
Thu, 11 Aug 2005 21:51:05 +0000 miham (svn r2859) \[Translations\] Updating translations
Thu, 11 Aug 2005 19:23:32 +0000 truelight (svn r2858) -Codechange: resolved some magic numbers (_Luca_)
Thu, 11 Aug 2005 19:21:46 +0000 truelight (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 miham (svn r2856) [Translations] Fixed languages containing STRING1 (except for english.txt)
Thu, 11 Aug 2005 13:09:12 +0000 tron (svn r2855) Make ReadSpriteHeaderSkipData() responsible for detecting the end of a grf file instead of its callers - this simplifies the code a bit
Thu, 11 Aug 2005 13:06:24 +0000 miham (svn r2854) \[Translations\] Updating translations
Thu, 11 Aug 2005 13:04:50 +0000 tron (svn r2853) Add missing dependencies and flags to the dependency targets and make the info target more informative
Thu, 11 Aug 2005 13:03:39 +0000 tron (svn r2852) Remove the unused field 'id' from struct FiosItem
Thu, 11 Aug 2005 12:56:03 +0000 orudge (svn r2851) - Update Watcom project with currency.c
Thu, 11 Aug 2005 12:51:59 +0000 miham (svn r2850) [newgrf] Patch from peter1139
Thu, 11 Aug 2005 07:29:24 +0000 tron (svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined
Wed, 10 Aug 2005 21:16:38 +0000 bjarni (svn r2848) -Fix: [ 1256044 ] fixed crash when loading a map made before rev 2817 in scenario editor. This was introduced in 2817
Tue, 09 Aug 2005 12:58:22 +0000 tron (svn r2847) Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary.
Mon, 08 Aug 2005 21:42:27 +0000 tron (svn r2846) Minor improvement of the french translation: use {P}, fix spelling of "br?l?", fully translate partly untranslated strings and remove gratuitous whitespace (i hope i got it right)
Mon, 08 Aug 2005 21:35:27 +0000 tron (svn r2845) Remove sprite size caching, it was unused
Mon, 08 Aug 2005 20:27:05 +0000 tron (svn r2844) Update the MSVC project files, thanks AsterixMG
Mon, 08 Aug 2005 20:23:56 +0000 tron (svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer