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

Sat, 22 Apr 2006 12:40:25 +0000(svn r4524) - Codechange: Use GB() macros for getting the saveload file/memory types
Darkvater [Sat, 22 Apr 2006 12:40:25 +0000] rev 3625
(svn r4524) - Codechange: Use GB() macros for getting the saveload file/memory types

Sat, 22 Apr 2006 10:12:14 +0000(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
truelight [Sat, 22 Apr 2006 10:12:14 +0000] rev 3624
(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.

Sat, 22 Apr 2006 09:46:31 +0000(svn r4521) - Fix: be consistent about the size of the player-name in MP. This hopefully fixes a crash on lesser OS's (eg Win98). Use ttd_strlcpy() to just copy over strings and properly terminate them because different implementations of snprintf() behave differently. Courtesy of TrueLight
Darkvater [Sat, 22 Apr 2006 09:46:31 +0000] rev 3623
(svn r4521) - Fix: be consistent about the size of the player-name in MP. This hopefully fixes a crash on lesser OS's (eg Win98). Use ttd_strlcpy() to just copy over strings and properly terminate them because different implementations of snprintf() behave differently. Courtesy of TrueLight

Sat, 22 Apr 2006 09:25:36 +0000(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.
celestar [Sat, 22 Apr 2006 09:25:36 +0000] rev 3622
(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.

Sat, 22 Apr 2006 08:45:58 +0000(svn r4518) - Fix: specify the 'stopall' console command as a debug command. Mostly because stopped airplanes in mid-air 1. look funny 2. won't ever budge again. (change of r2449)
Darkvater [Sat, 22 Apr 2006 08:45:58 +0000] rev 3621
(svn r4518) - Fix: specify the 'stopall' console command as a debug command. Mostly because stopped airplanes in mid-air 1. look funny 2. won't ever budge again. (change of r2449)

Sat, 22 Apr 2006 06:54:25 +0000(svn r4517) - NewGRF: fix and complete the feature list
peter1138 [Sat, 22 Apr 2006 06:54:25 +0000] rev 3620
(svn r4517) - NewGRF: fix and complete the feature list