Commit Graph

20 Commits (b23191ddaea64c34e67e027f1992da4ece349a61)

Author SHA1 Message Date
peter1138 1a4f1c8177 (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. 18 years ago
Darkvater 811455f74f (svn r7161) -Codechange: Update currency exchange rates... yes I'm bored ;p 18 years ago
Darkvater e89a255238 (svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch (gpsoft, klanticus) 18 years ago
tron 60ea083b28 (svn r7064) static 18 years ago
glx c7d0baefbb (svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted() 18 years ago
belugas b51d58a44c (svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with 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.
18 years ago
belugas f9ea48bf3d (svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
-Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system
18 years ago
belugas 79971ac119 (svn r6453) -Feature: FS#305 Turkish currency (jnmbk) 18 years ago
belugas c9b32982fc (svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
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
18 years ago
bjarni 5513c6997f (svn r5964) -Feature: FS#131 Slovenian currency (MeusH) 18 years ago
rubidium 7cfd3eb618 (svn r5934) -Cleanup: forgot some conversions to Year and to Date
-Cleanup: use _cur_year instead of _date for some (year based) comparisons
-Cleanup: remove a magic number in favour of another (less) magic number
18 years ago
rubidium 3cab5f30c0 (svn r5926) -Codechange: make _cur_year contain the full year, instead of 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
18 years ago
rubidium 0d3ccad29f (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
-Cleanup: replace some magic '1920' values with BASE_YEAR.
18 years ago
rubidium 243872b4fd (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments
18 years ago
belugas 5606e6d7b6 (svn r5496) -CodeChange: Removed two compiler warnings
- add newline at end of file in currency.c
 - remove unused (for now) CargosChangeInfo
18 years ago
peter1138 5ddf986c8d (svn r4487) - Codechange: replace the custom currency magic number 23 with a define 18 years ago
tron 9666e753fb (svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-) 19 years ago
tron 6249dd46ad (svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability 19 years ago
tron 14e80ca159 (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define 19 years ago
tron baca040df0 (svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files 19 years ago