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

Sat, 22 Apr 2006 05:42:54 +0000(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting
celestar [Sat, 22 Apr 2006 05:42:54 +0000] rev 3619
(svn r4516) -Fix: Committed one file too much. Thanks egladil for immidiate spotting

Sat, 22 Apr 2006 05:36:22 +0000(svn r4515) -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER. So remove all stuff that deals with other transport types and assert TRANSPORT_WATER
celestar [Sat, 22 Apr 2006 05:36:22 +0000] rev 3618
(svn r4515) -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER. So remove all stuff that deals with other transport types and assert TRANSPORT_WATER