currency.c
Mon, 26 Mar 2007 00:20:22 +0000 belugas (svn r9471) [0.5] -Backport from trunk (r9467 & r9469): 0.5
Mon, 19 Mar 2007 19:34:44 +0000 rubidium (svn r9344) [0.5] -Backport from trunk (r9027, r9038, r9061, r9071): 0.5
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Wed, 15 Nov 2006 21:57:47 +0000 Darkvater (svn r7161) -Codechange: Update currency exchange rates... yes I'm bored ;p
Wed, 15 Nov 2006 21:51:16 +0000 Darkvater (svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch (gpsoft, klanticus)
Sun, 05 Nov 2006 08:24:09 +0000 tron (svn r7064) static
Wed, 20 Sep 2006 01:08:50 +0000 glx (svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()
Wed, 20 Sep 2006 00:34:06 +0000 belugas (svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
Fri, 15 Sep 2006 02:52:17 +0000 belugas (svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
Fri, 15 Sep 2006 02:33:40 +0000 belugas (svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
Fri, 25 Aug 2006 00:41:10 +0000 belugas (svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
Sun, 20 Aug 2006 09:26:58 +0000 bjarni (svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
Thu, 17 Aug 2006 20:22:35 +0000 rubidium (svn r5934) -Cleanup: forgot some conversions to Year and to Date
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Tue, 15 Aug 2006 15:18:03 +0000 rubidium (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Fri, 14 Jul 2006 17:54:04 +0000 belugas (svn r5496) -CodeChange: Removed two compiler warnings
Thu, 20 Apr 2006 21:13:08 +0000 peter1138 (svn r4487) - Codechange: replace the custom currency magic number 23 with a define
Thu, 06 Oct 2005 09:35:08 +0000 tron (svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-)
Tue, 27 Sep 2005 20:55:42 +0000 tron (svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
Sun, 07 Aug 2005 12:41:57 +0000 tron (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define
Sat, 06 Aug 2005 14:59:54 +0000 tron (svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files