Thu, 20 Apr 2006 13:33:40 +0000(svn r4483) - NewGRF: Dynamically allocate memory for 'real' spritegroups. This removes the limit of 16 loading/unloading states, although will result in less memory usage as most of the time the full fixed allocation wasn't used.
peter1138 [Thu, 20 Apr 2006 13:33:40 +0000] rev 3593
(svn r4483) - NewGRF: Dynamically allocate memory for 'real' spritegroups. This removes the limit of 16 loading/unloading states, although will result in less memory usage as most of the time the full fixed allocation wasn't used.

Thu, 20 Apr 2006 08:33:42 +0000(svn r4482) WebTranslator2 update to 2006-04-20 10:29:39
miham [Thu, 20 Apr 2006 08:33:42 +0000] rev 3592
(svn r4482) WebTranslator2 update to 2006-04-20 10:29:39
german - 2 fixed, 22 changed by moewe2 (22), Neonox (2)
italian - 76 changed by sidew (76)
norwegian - 38 fixed by oletk (38)
polish - 3 fixed, 10 changed by meush (13)
slovenian - 84 fixed, 1 deleted, 45 changed by christooss (130)

Thu, 20 Apr 2006 05:57:47 +0000(svn r4481) - Fix: Validate the given sprite ID when loading a sprite.
peter1138 [Thu, 20 Apr 2006 05:57:47 +0000] rev 3591
(svn r4481) - Fix: Validate the given sprite ID when loading a sprite.

Wed, 19 Apr 2006 16:10:17 +0000(svn r4479) -Fix (FS#90) electric engines (or rather their pantographs) no longer emit sparks when engine is pulled on convrail (MeusH)
celestar [Wed, 19 Apr 2006 16:10:17 +0000] rev 3590
(svn r4479) -Fix (FS#90) electric engines (or rather their pantographs) no longer emit sparks when engine is pulled on convrail (MeusH)

P.S. Credit for previous commit goes to the bug reporter, nycom, who submitted the fix as well.

Wed, 19 Apr 2006 16:02:07 +0000(svn r4478) -Fix (FS#107) In the cheat menu, don't hard-code the player icon, but compute its position from the length of the string.
celestar [Wed, 19 Apr 2006 16:02:07 +0000] rev 3589
(svn r4478) -Fix (FS#107) In the cheat menu, don't hard-code the player icon, but compute its position from the length of the string.

Wed, 19 Apr 2006 07:50:16 +0000(svn r4474) - NewGRF: Skip non-fatal errors when not in stage 2.
peter1138 [Wed, 19 Apr 2006 07:50:16 +0000] rev 3588
(svn r4474) - NewGRF: Skip non-fatal errors when not in stage 2.

Wed, 19 Apr 2006 07:17:00 +0000(svn r4473) - Newstations:
peter1138 [Wed, 19 Apr 2006 07:17:00 +0000] rev 3587
(svn r4473) - Newstations:
- Alter parameters of CMD_BUILD_RAILROAD_STATION to accept a custom station class and id.
- Add a dynamically allocated list of custom stations that the SpecIndex (m4) references.

Tue, 18 Apr 2006 21:17:54 +0000(svn r4472) WebTranslator2 commit2 system precheck failed, fix in progress
miham [Tue, 18 Apr 2006 21:17:54 +0000] rev 3586
(svn r4472) WebTranslator2 commit2 system precheck failed, fix in progress

Tue, 18 Apr 2006 18:48:50 +0000(svn r4471) - Pools: Add a facility for calling a custom function during pool block clean up.
peter1138 [Tue, 18 Apr 2006 18:48:50 +0000] rev 3585
(svn r4471) - Pools: Add a facility for calling a custom function during pool block clean up.

Tue, 18 Apr 2006 18:02:52 +0000(svn r4470) -Fix: FS#97 ? Possible bug in Win64 versions (by michi_cc)
KUDr [Tue, 18 Apr 2006 18:02:52 +0000] rev 3584
(svn r4470) -Fix: FS#97 ? Possible bug in Win64 versions (by michi_cc)
Doesn't fix any known bug, but the code is now bit cleaner. The proper result of subtraction of two pointers is ptrdiff_t.