Sun, 23 Apr 2006 11:13:06 +0000(svn r4540) - NewGRF: don't treat integer values as boolean.
peter1138 [Sun, 23 Apr 2006 11:13:06 +0000] rev 3635
(svn r4540) - NewGRF: don't treat integer values as boolean.

Sun, 23 Apr 2006 10:50:09 +0000(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 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.

Sun, 23 Apr 2006 09:46:23 +0000(svn r4537) - NewGRF: replace if cascade with a switch block in the sprite group loader
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

Sat, 22 Apr 2006 14:06:46 +0000(svn r4531) - Fix [NewGRF]: overzealous fixing, reset num_params to 0 from -1 when parsing the parameter list fails.
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.

Sat, 22 Apr 2006 13:59:21 +0000(svn r4530) - Fix [NewGRF]: don't spew a warning when a grf file has no parameters.
Darkvater [Sat, 22 Apr 2006 13:59:21 +0000] rev 3631
(svn r4530) - Fix [NewGRF]: don't spew a warning when a grf file has no parameters.

Sat, 22 Apr 2006 13:56:16 +0000(svn r4529) - Codechange: Use proper naming for hex numbers in debug prints eg. 0xF3A6. Use fixed lengths where applicable (newgrf). Unfortunately '%#X' is unusable since it gives 0XFF3 and '%#x' gives 0xff3 while we want 0xFF3 :P
Darkvater [Sat, 22 Apr 2006 13:56:16 +0000] rev 3630
(svn r4529) - Codechange: Use proper naming for hex numbers in debug prints eg. 0xF3A6. Use fixed lengths where applicable (newgrf). Unfortunately '%#X' is unusable since it gives 0XFF3 and '%#x' gives 0xff3 while we want 0xFF3 :P

Sat, 22 Apr 2006 13:42:09 +0000(svn r4528) - Fix: fix idiotic gcc warning
Darkvater [Sat, 22 Apr 2006 13:42:09 +0000] rev 3629
(svn r4528) - Fix: fix idiotic gcc warning

Sat, 22 Apr 2006 13:17:13 +0000(svn r4527) - Feature [NewGRF]: Add support for specifying parameters to GRF files. Usage: "mygrf = 1". You can pass up to 128 parameters, each one seperated by a comma or a space-character. Big thanks to peter1138 for the inspiration and examples.
Darkvater [Sat, 22 Apr 2006 13:17:13 +0000] rev 3628
(svn r4527) - Feature [NewGRF]: Add support for specifying parameters to GRF files. Usage: "mygrf = 1". You can pass up to 128 parameters, each one seperated by a comma or a space-character. Big thanks to peter1138 for the inspiration and examples.

Sat, 22 Apr 2006 12:55:57 +0000(svn r4526) - CodeChange: do some more cleanup, mainly changing the OldChunkTypes from full bitmasks into segmented values like in SaveLoad.
Darkvater [Sat, 22 Apr 2006 12:55:57 +0000] rev 3627
(svn r4526) - CodeChange: do some more cleanup, mainly changing the OldChunkTypes from full bitmasks into segmented values like in SaveLoad.

Sat, 22 Apr 2006 12:53:35 +0000(svn r4525) - Codechange: Do a little cleanup; also fix a typo while here: _old_vehicle_multipler should be _old_vehicle_multiplier
Darkvater [Sat, 22 Apr 2006 12:53:35 +0000] rev 3626
(svn r4525) - Codechange: Do a little cleanup; also fix a typo while here: _old_vehicle_multipler should be _old_vehicle_multiplier