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.
miham [Tue, 18 Apr 2006 21:17:54 +0000] rev 3586
(svn r4472) WebTranslator2 commit2 system precheck failed, fix in progress
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.
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.
miham [Tue, 18 Apr 2006 17:44:24 +0000] rev 3583
(svn r4469) WebTranslator2 update to 2006-04-18
portuguese - 21 strings updated
spanish - 50 strings updated
german - 35 strings updated
italian - 54 strings updated
turkish - 52 strings updated
polish - 113 strings updated
celestar [Tue, 18 Apr 2006 13:55:11 +0000] rev 3582
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
celestar [Tue, 18 Apr 2006 13:16:00 +0000] rev 3581
(svn r4467) -Fix: New plantations now cause the correct ".. being planted .." news item (MeusH)
celestar [Tue, 18 Apr 2006 08:50:17 +0000] rev 3580
(svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle serving a station has been deleted.
-Negative side effect: upon loading old games, stations whose last vehicle was a station have (temporarily) lower ratings.
-Positive side effect: station.h no longer includes vehicle.h (breaks the station.h->vehicle.h->rail.h chain)
celestar [Tue, 18 Apr 2006 07:20:37 +0000] rev 3579
(svn r4465) -Codechange (FS#60): Remove a variable no one really needs. (DaleStan)
celestar [Tue, 18 Apr 2006 06:42:14 +0000] rev 3578
(svn r4464) -Codechange: Oops, forgot one file in last commit