peter1138 [Sun, 23 Apr 2006 18:27:53 +0000] rev 3641
(svn r4550) - NewGRF: update string system to new rules: a grf version of less than 6 uses the old scheme, of 7 or more uses the new scheme. (Moving targets, yay...)
peter1138 [Sun, 23 Apr 2006 18:03:55 +0000] rev 3640
(svn r4549) - NewGRF: store the grf version from Action 0x08.
tron [Sun, 23 Apr 2006 17:58:07 +0000] rev 3639
(svn r4547) Revert a part of r4541 to silence an assertion for now
peter1138 [Sun, 23 Apr 2006 15:57:34 +0000] rev 3638
(svn r4546) - NewGRF: add support for Action 0x05, type 0x04: replacement signal graphics. Thanks to Purno for supplying data to test
with.
tron [Sun, 23 Apr 2006 15:01:46 +0000] rev 3637
(svn r4544) Merge two almost identical string (STR_1[08]00_LAND_SLOPED_IN_WRONG_DIRECTION) - one just contains two redundant words
tron [Sun, 23 Apr 2006 13:48:16 +0000] rev 3636
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
peter1138 [Sun, 23 Apr 2006 11:13:06 +0000] rev 3635
(svn r4540) - NewGRF: don't treat integer values as boolean.
peter1138 [Sun, 23 Apr 2006 10:50:09 +0000] rev 3634
(svn r4539) - NewGRF: always check that the action 0x2 feature matches the action 0x1, not just on 'normal' sprite groups.
peter1138 [Sun, 23 Apr 2006 09:46:23 +0000] rev 3633
(svn r4537) - NewGRF: replace if cascade with a switch block in the sprite group loader
Darkvater [Sat, 22 Apr 2006 14:06:46 +0000] rev 3632
(svn r4531) - Fix [NewGRF]: overzealous fixing, reset num_params to 0 from -1 when parsing the parameter list fails.