index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
currency.h
Age
Commit message (
Expand
)
Author
2021-03-01
Add: Malaysia Ringgit as Currency
Limyx826
2021-02-19
Add: Indonesia Rupiah as in-game currency (#8616)
Tegas Aziz
2021-02-13
Codechange: Implement a constructor for CurrencySpec
glx22
2020-05-11
Add: INR currency (#8136)
Ilayaraja
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-09
Add: Currency: NTD, CNY, HKD
iigmir
2019-01-12
Add: Mexican Peso currency
Nikolas Nyby
2018-08-04
Feature: Added New Russian Ruble as currency (#6678)
ScumbagDog
2013-03-09
(svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies
planetmaker
2013-03-09
(svn r25075) -Codechange: Allow for more than 32 currencies
planetmaker
2013-03-09
(svn r25073) -Doc: Improve Currencies enum description
planetmaker
2013-03-09
(svn r25072) -Codechange: Don't require the custom currency to be the last de...
planetmaker
2012-04-17
(svn r24148) -Add [FS#4907]: South Korean and South African currencies. (PaulC)
michi_cc
2012-04-17
(svn r24133) -Add [FS#4984]: Lithuanian currency. (devastator)
michi_cc
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-01-02
(svn r21695) -Codechange: add helper function to get the currently applicable...
yexo
2010-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-04-25
(svn r16144) -Fix (r16129): setting the custom digit grouping separator requi...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2008-11-19
(svn r14595) -Add: Estonian currency.
rubidium
2008-06-05
(svn r13386) -Fix: global currency/units setting being overriden when loading...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13255) -Codechange: move _opt to _settings.
rubidium
2008-05-25
(svn r13242) -Codechange: remove _opt_ptr.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-03-25
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the cu...
belugas
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-23
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium