Mon, 13 Mar 2006 23:20:24 +0000(svn r3854) - Fix restart_game_date to default to zero and allow a value of 0 which got screwed up during the patch-rewrite. Thanks peter1138
Darkvater [Mon, 13 Mar 2006 23:20:24 +0000] rev 3194
(svn r3854) - Fix restart_game_date to default to zero and allow a value of 0 which got screwed up during the patch-rewrite. Thanks peter1138

Mon, 13 Mar 2006 23:13:21 +0000(svn r3853) - Fix a change of SetDParam64 to SetDParam in r3713 that caused slightly vibrating text when pressing the cheat-button. Thanks to peter1138 for noticing.
Darkvater [Mon, 13 Mar 2006 23:13:21 +0000] rev 3193
(svn r3853) - Fix a change of SetDParam64 to SetDParam in r3713 that caused slightly vibrating text when pressing the cheat-button. Thanks to peter1138 for noticing.

Mon, 13 Mar 2006 23:10:02 +0000(svn r3852) - Revert r3733 which fixed the default value loading for char, but broke loading a set value. Added a better fix which needs a char value to be a string (eg enclosed in double-quotes)
Darkvater [Mon, 13 Mar 2006 23:10:02 +0000] rev 3192
(svn r3852) - Revert r3733 which fixed the default value loading for char, but broke loading a set value. Added a better fix which needs a char value to be a string (eg enclosed in double-quotes)

Mon, 13 Mar 2006 20:12:35 +0000(svn r3851) Rail depots only have an entrance at one side, therefore use UpdateSignalsOnSegment() instead of SetSignalsOnBothDir()
tron [Mon, 13 Mar 2006 20:12:35 +0000] rev 3191
(svn r3851) Rail depots only have an entrance at one side, therefore use UpdateSignalsOnSegment() instead of SetSignalsOnBothDir()

Mon, 13 Mar 2006 15:38:52 +0000(svn r3849) Fix bug in r3846
tron [Mon, 13 Mar 2006 15:38:52 +0000] rev 3190
(svn r3849) Fix bug in r3846

Mon, 13 Mar 2006 12:55:20 +0000(svn r3846) Add functions to set the type of stuff (clear, water, rail, road) under bridges
tron [Mon, 13 Mar 2006 12:55:20 +0000] rev 3189
(svn r3846) Add functions to set the type of stuff (clear, water, rail, road) under bridges

Mon, 13 Mar 2006 07:12:49 +0000(svn r3838) Demystify building bridge middle parts a bit by removing some magic numbers and generic names
tron [Mon, 13 Mar 2006 07:12:49 +0000] rev 3188
(svn r3838) Demystify building bridge middle parts a bit by removing some magic numbers and generic names

Sun, 12 Mar 2006 20:59:56 +0000(svn r3837) Partially unmagicfy restoring the tiles when deleting a bridge
tron [Sun, 12 Mar 2006 20:59:56 +0000] rev 3187
(svn r3837) Partially unmagicfy restoring the tiles when deleting a bridge
Existing bug: When restoring a road piece which belongs to a town the town index unconditionally gets set to 0

Sun, 12 Mar 2006 17:42:04 +0000(svn r3832) Replace some magic numbers by (Diag)Direction enums
tron [Sun, 12 Mar 2006 17:42:04 +0000] rev 3186
(svn r3832) Replace some magic numbers by (Diag)Direction enums

Sun, 12 Mar 2006 16:13:16 +0000(svn r3831) Add and use GetRailDepotDirection()
tron [Sun, 12 Mar 2006 16:13:16 +0000] rev 3185
(svn r3831) Add and use GetRailDepotDirection()