summaryrefslogtreecommitdiff
path: root/currency.c
AgeCommit message (Collapse)Author
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for ↵peter1138
Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
2006-11-15(svn r7161) -Codechange: Update currency exchange rates... yes I'm bored ;pDarkvater
2006-11-15(svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch ↵Darkvater
(gpsoft, klanticus)
2006-11-05(svn r7064) statictron
2006-09-20(svn r6486) -Fix (r6485): wrong variable name used in ↵glx
GetNewgrfCurrencyIdConverted()
2006-09-20(svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with ↵belugas
those used in OTTD. This will not reorder OTTD's currencies, but will make it so that currencies affected by a grf will be those aimed by the writer.
2006-09-15(svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and ↵belugas
suffix -Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system
2006-09-15(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)belugas
2006-08-25(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.belugas
All properties can now be modified i.e: Introduction date for euro conversion Currency name, decimal separator, currency symbol (before or after amount) and the rate compared to the base currency, the british pound
2006-08-20(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)bjarni
2006-08-17(svn r5934) -Cleanup: forgot some conversions to Year and to Daterubidium
-Cleanup: use _cur_year instead of _date for some (year based) comparisons -Cleanup: remove a magic number in favour of another (less) magic number
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of ↵rubidium
the offset since 1920 -Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and ↵rubidium
BASE_YEAR when comparing _cur_year with a 'full' year. -Cleanup: replace some magic '1920' values with BASE_YEAR.
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to ↵rubidium
date.[ch] -Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments
2006-07-14(svn r5496) -CodeChange: Removed two compiler warningsbelugas
- add newline at end of file in currency.c - remove unused (for now) CargosChangeInfo
2006-04-20(svn r4487) - Codechange: replace the custom currency magic number 23 with a ↵peter1138
define
2005-10-06(svn r3021) -Fix: "The finnish markka was never abbreviated with capital ↵tron
letters." (ln-)
2005-09-27(svn r2994) Another small hack regarding currencies: add a #define to ↵tron
emulate a variable, that holds the current currency; again this should increase readability
2005-08-07(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth ↵tron
about the custom currency behind a #define
2005-08-06(svn r2815) Store the currency information in one central place instead of ↵tron
scattering it in several unrelated files