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.cpp
Age
Commit message (
Expand
)
Author
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-04
(svn r17062) -Change: unify the naming of some 125 strings
rubidium
2009-05-24
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...
frosch
2009-04-25
(svn r16144) -Fix (r16129): setting the custom digit grouping separator requi...
rubidium
2009-04-23
(svn r16129) -Feature-ish: configurable digit group separator per language wi...
rubidium
2009-04-12
(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is...
rubidium
2009-03-18
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on east...
glx
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-02-08
(svn r15409) -Update: Currencies
frosch
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2008-11-19
(svn r14595) -Add: Estonian currency.
rubidium
2008-08-20
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
belugas
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-15
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-03-28
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
rubidium
2008-01-13
(svn r11834) -Codechange: only include settings_type.h if needed.
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 r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-06
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.
rubidium
2007-02-23
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr