belugas [Thu, 21 Feb 2008 16:05:33 +0000] rev 8625
(svn r12208) -Codechange: Alignment of params makes the code easier to read.
peter1138 [Thu, 21 Feb 2008 14:30:36 +0000] rev 8624
(svn r12207) -Change: rail running costs are engine class, not rail type
belugas [Wed, 20 Feb 2008 21:08:27 +0000] rev 8623
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
peter1138 [Wed, 20 Feb 2008 20:56:54 +0000] rev 8622
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
smatz [Wed, 20 Feb 2008 19:42:06 +0000] rev 8621
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
frosch [Wed, 20 Feb 2008 19:37:46 +0000] rev 8620
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
peter1138 [Wed, 20 Feb 2008 19:37:02 +0000] rev 8619
(svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen.
smatz [Wed, 20 Feb 2008 19:34:53 +0000] rev 8618
(svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled
smatz [Wed, 20 Feb 2008 17:56:36 +0000] rev 8617
(svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere
frosch [Wed, 20 Feb 2008 17:49:50 +0000] rev 8616
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().