src/economy_type.h
Mon, 15 Sep 2008 17:18:22 +0000 belugas (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change.
Mon, 07 Jul 2008 09:23:54 +0000 rubidium (svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code.
Mon, 02 Jun 2008 06:42:27 +0000 peter1138 (svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
Sat, 09 Feb 2008 02:49:33 +0000 belugas (svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 16:55:48 +0000 rubidium (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.