Thu, 11 Aug 2005 13:03:39 +0000(svn r2852) Remove the unused field 'id' from struct FiosItem
tron [Thu, 11 Aug 2005 13:03:39 +0000] rev 2326
(svn r2852) Remove the unused field 'id' from struct FiosItem

Thu, 11 Aug 2005 12:56:03 +0000(svn r2851) - Update Watcom project with currency.c
orudge [Thu, 11 Aug 2005 12:56:03 +0000] rev 2325
(svn r2851) - Update Watcom project with currency.c

Thu, 11 Aug 2005 12:51:59 +0000(svn r2850) [newgrf] Patch from peter1139
miham [Thu, 11 Aug 2005 12:51:59 +0000] rev 2324
(svn r2850) [newgrf] Patch from peter1139

Thu, 11 Aug 2005 07:29:24 +0000(svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined
tron [Thu, 11 Aug 2005 07:29:24 +0000] rev 2323
(svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined

Wed, 10 Aug 2005 21:16:38 +0000(svn r2848) -Fix: [ 1256044 ] fixed crash when loading a map made before rev 2817 in scenario editor. This was introduced in 2817
bjarni [Wed, 10 Aug 2005 21:16:38 +0000] rev 2322
(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(svn r2847) Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary.
tron [Tue, 09 Aug 2005 12:58:22 +0000] rev 2321
(svn r2847) Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary.
While here remove another write-only variable (_spritecache_size) and fix a comment (sprite replaces a lowercase letter instead of uppercase)

Mon, 08 Aug 2005 21:42:27 +0000(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)
tron [Mon, 08 Aug 2005 21:42:27 +0000] rev 2320
(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(svn r2845) Remove sprite size caching, it was unused
tron [Mon, 08 Aug 2005 21:35:27 +0000] rev 2319
(svn r2845) Remove sprite size caching, it was unused
This makes GetSpriteDimension() superflous, because now it's just a thin wrapper around GetSprite() returning only part of the information, therefore remove it too

Mon, 08 Aug 2005 20:27:05 +0000(svn r2844) Update the MSVC project files, thanks AsterixMG
tron [Mon, 08 Aug 2005 20:27:05 +0000] rev 2318
(svn r2844) Update the MSVC project files, thanks AsterixMG

Mon, 08 Aug 2005 20:23:56 +0000(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
tron [Mon, 08 Aug 2005 20:23:56 +0000] rev 2317
(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer