Tue, 04 Apr 2006 21:35:13 +0000(svn r4279) s/\<CL_/CLEAR_/
tron [Tue, 04 Apr 2006 21:35:13 +0000] rev 3447
(svn r4279) s/\<CL_/CLEAR_/

Tue, 04 Apr 2006 19:46:18 +0000(svn r4278) -Fix: changed char to uint8 because signedness of char is undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)
celestar [Tue, 04 Apr 2006 19:46:18 +0000] rev 3446
(svn r4278) -Fix: changed char to uint8 because signedness of char is undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)

Tue, 04 Apr 2006 12:31:29 +0000(svn r4276) -Codechange: Cleaned DrawCatenaryOnBridge a bit (requested by Tron)
celestar [Tue, 04 Apr 2006 12:31:29 +0000] rev 3445
(svn r4276) -Codechange: Cleaned DrawCatenaryOnBridge a bit (requested by Tron)

Tue, 04 Apr 2006 11:51:16 +0000(svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible
celestar [Tue, 04 Apr 2006 11:51:16 +0000] rev 3444
(svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible

Tue, 04 Apr 2006 11:45:54 +0000(svn r4273) -Fix: Removed a problem where trains would stop in the middle of a platform if there were both elrails and convrails along the platform
celestar [Tue, 04 Apr 2006 11:45:54 +0000] rev 3443
(svn r4273) -Fix: Removed a problem where trains would stop in the middle of a platform if there were both elrails and convrails along the platform

Tue, 04 Apr 2006 11:35:52 +0000(svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h
celestar [Tue, 04 Apr 2006 11:35:52 +0000] rev 3442
(svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h

Tue, 04 Apr 2006 06:25:05 +0000(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron [Tue, 04 Apr 2006 06:25:05 +0000] rev 3441
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/

Tue, 04 Apr 2006 06:04:54 +0000(svn r4270) Rename some bogus map5 to gfx
tron [Tue, 04 Apr 2006 06:04:54 +0000] rev 3440
(svn r4270) Rename some bogus map5 to gfx

Tue, 04 Apr 2006 06:01:45 +0000(svn r4269) We don't use GNU indentation style
tron [Tue, 04 Apr 2006 06:01:45 +0000] rev 3439
(svn r4269) We don't use GNU indentation style

Mon, 03 Apr 2006 19:09:20 +0000(svn r4268) - Delete the network-copy of the Patches struct as it is not needed anymore. All relevant patch-settings that are changed by a network-game are those that are saved with a savegame, so these are not affected for loaded games (since Patches are saved with them). Also there is a distinction between in-game patch settings and default patch settings and this is not affected in MP. Thus this temp copy can be removed.
Darkvater [Mon, 03 Apr 2006 19:09:20 +0000] rev 3438
(svn r4268) - Delete the network-copy of the Patches struct as it is not needed anymore. All relevant patch-settings that are changed by a network-game are those that are saved with a savegame, so these are not affected for loaded games (since Patches are saved with them). Also there is a distinction between in-game patch settings and default patch settings and this is not affected in MP. Thus this temp copy can be removed.