Fri, 19 May 2006 12:08:01 +0000(svn r4911) -Fix (FS#156): The Ai no longer attempts to build signals under bridges.
celestar [Fri, 19 May 2006 12:08:01 +0000] rev 3871
(svn r4911) -Fix (FS#156): The Ai no longer attempts to build signals under bridges.
NOTE 1: Remove/revert this for the bridge branch
NOTE 2: Bug displays fundamental flaw in command system:
If two commands, where command 2 depends on command 1, have
to be checked, all those checks need to be manual.
(like in this example, first build rail then build signal.
BuildSignal cannot be checked without DC_EXEC as the rail
isn't there yet)

Fri, 19 May 2006 10:04:03 +0000(svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual variations
peter1138 [Fri, 19 May 2006 10:04:03 +0000] rev 3870
(svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual variations

Thu, 18 May 2006 16:51:42 +0000(svn r4906) - Fix: Refresh build vehicle window (if opened) when converting rail depot
glx [Thu, 18 May 2006 16:51:42 +0000] rev 3869
(svn r4906) - Fix: Refresh build vehicle window (if opened) when converting rail depot

Thu, 18 May 2006 15:34:36 +0000(svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working.
peter1138 [Thu, 18 May 2006 15:34:36 +0000] rev 3868
(svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working.

Thu, 18 May 2006 02:52:07 +0000(svn r4903) CodeChange : forgot the Id tag. Sorry
belugas [Thu, 18 May 2006 02:52:07 +0000] rev 3867
(svn r4903) CodeChange : forgot the Id tag. Sorry

Thu, 18 May 2006 02:43:23 +0000(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas [Thu, 18 May 2006 02:43:23 +0000] rev 3866
(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures.
Apart from moving stuff cargo related, there is nothing really newcargo for now.

Wed, 17 May 2006 21:26:12 +0000(svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.
peter1138 [Wed, 17 May 2006 21:26:12 +0000] rev 3865
(svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.

Wed, 17 May 2006 16:53:56 +0000(svn r4898) WebTranslator2 update to 2006-05-17 18:53:49
miham [Wed, 17 May 2006 16:53:56 +0000] rev 3864
(svn r4898) WebTranslator2 update to 2006-05-17 18:53:49
german - 11 changed by Neonox (11)

Wed, 17 May 2006 13:05:44 +0000(svn r4897) - NewGRF: don't allow addition of empty strings in action 4
peter1138 [Wed, 17 May 2006 13:05:44 +0000] rev 3863
(svn r4897) - NewGRF: don't allow addition of empty strings in action 4

Wed, 17 May 2006 08:20:36 +0000(svn r4896) - NewGRF: add support for vehicle property 0x25 (user defined data) used by variable 0x42.
peter1138 [Wed, 17 May 2006 08:20:36 +0000] rev 3862
(svn r4896) - NewGRF: add support for vehicle property 0x25 (user defined data) used by variable 0x42.