belugas
d1508bbd6c
(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
2006-09-15 02:52:17 +00:00
belugas
326e74055e
(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
2006-09-15 02:33:40 +00:00
belugas
473885c615
(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
2006-08-25 00:41:10 +00:00
bjarni
3a93c4290b
(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
2006-08-20 09:26:58 +00:00
rubidium
894d9fc12f
(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
2006-08-17 20:22:35 +00:00
rubidium
e87e065e41
(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
2006-08-16 11:39:55 +00:00
rubidium
c55962f8a2
(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.
2006-08-15 15:18:03 +00:00
rubidium
9fc837ad85
(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
2006-08-14 14:21:15 +00:00
belugas
fce9f5b054
(svn r5496) -CodeChange: Removed two compiler warnings
...
- add newline at end of file in currency.c
- remove unused (for now) CargosChangeInfo
2006-07-14 17:54:04 +00:00
peter1138
28eec97d8f
(svn r4487) - Codechange: replace the custom currency magic number 23 with a define
2006-04-20 21:13:08 +00:00
tron
cbb12fa442
(svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-)
2005-10-06 09:35:08 +00:00
tron
f0e3072b6c
(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
2005-09-27 20:55:42 +00:00
tron
3f162fc49a
(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define
2005-08-07 12:41:57 +00:00
tron
b62887b973
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
2005-08-06 14:59:54 +00:00