rubidium [Mon, 25 Aug 2008 15:15:41 +0000] rev 10008
(svn r14167) -Fix: items in some ini-groups got duplicated on save.
matthijs [Mon, 25 Aug 2008 12:47:17 +0000] rev 10007
(svn r14166) -Doc: Change "forbid 90 degree turn" patch option description to say "not with NTP" instead of "requires NPF" (which has been untrue since the introduction of YAPF). Thanks to FauxFaux for pointing this out.
peter1138 [Mon, 25 Aug 2008 10:58:24 +0000] rev 10006
(svn r14165) -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type.
rubidium [Mon, 25 Aug 2008 06:35:28 +0000] rev 10005
(svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
-Fix: wrong insertion management causing leaks.
peter1138 [Sun, 24 Aug 2008 23:29:58 +0000] rev 10004
(svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same.
rubidium [Sun, 24 Aug 2008 23:12:10 +0000] rev 10003
(svn r14161) -Codechange: allow inis to be loaded from tars.
peter1138 [Sun, 24 Aug 2008 23:10:23 +0000] rev 10002
(svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct.
peter1138 [Sun, 24 Aug 2008 23:00:11 +0000] rev 10001
(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
peter1138 [Sun, 24 Aug 2008 21:31:24 +0000] rev 10000
(svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
smatz [Sun, 24 Aug 2008 17:29:57 +0000] rev 9999
(svn r14156) -Fix (r14153): missing/wrong comments