truelight [Tue, 14 Mar 2006 19:21:49 +0000] rev 3200
(svn r3867) -Add: added --debug, --profile and --revision to configure
truelight [Tue, 14 Mar 2006 19:15:46 +0000] rev 3199
(svn r3866) -Fix: only add CXX if it is given
Word of warning: configure _does_ delete your Makefile.config!
truelight [Tue, 14 Mar 2006 19:12:39 +0000] rev 3198
(svn r3865) -Add: a fully optional configure script, that is a wrapper around
Makefile.config, inserting data directly into it. This is needed for the
CompileFarm (nightly) and most likely it will help out many people who want
to cross-compile. I might have missed several options out of the
Makefile.config, but those are the needed ones for the CompileFarm.
truelight [Tue, 14 Mar 2006 19:10:33 +0000] rev 3197
(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
tron [Tue, 14 Mar 2006 12:00:11 +0000] rev 3196
(svn r3857) Add and use GetBridgeRampDirection()
Note: This slightly changes the behavior of GetAnyRoadBits() to only return a road piece for the start of the bridge ramp instead of a full ROAD_[XY]
tron [Tue, 14 Mar 2006 09:00:10 +0000] rev 3195
(svn r3856) Distinct between bridge ramps and bridge middle parts
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
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.
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)
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()