peter1138 [Mon, 26 May 2008 10:28:59 +0000] rev 9362
(svn r13259) -Fix: Subsidy text could still overflow
rubidium [Mon, 26 May 2008 05:58:15 +0000] rev 9361
(svn r13258) -Codechange: add support for using (most) of the old patch names in the console.
belugas [Mon, 26 May 2008 02:25:17 +0000] rev 9360
(svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan
rubidium [Mon, 26 May 2008 00:31:36 +0000] rev 9359
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
-Codechange: split the diff_custom variable.
-Feature: allow changing some of the diff_custom variables via the console in network games.
rubidium [Sun, 25 May 2008 22:36:44 +0000] rev 9358
(svn r13255) -Codechange: move _opt to _settings.
smatz [Sun, 25 May 2008 20:00:10 +0000] rev 9357
(svn r13254) -Fix: waypoint orders could have invalid flags set after conversion
smatz [Sun, 25 May 2008 19:38:17 +0000] rev 9356
(svn r13253) -Codechange: simplify conversion of old orders a bit
smatz [Sun, 25 May 2008 19:29:24 +0000] rev 9355
(svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders
rubidium [Sun, 25 May 2008 19:17:03 +0000] rev 9354
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
peter1138 [Sun, 25 May 2008 17:36:49 +0000] rev 9353
(svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot()