rubidium
|
fb5ecb9499
|
(svn r22411) -Document: another bunch of bits
|
2011-05-02 17:42:12 +00:00 |
|
rubidium
|
6cf67eff15
|
(svn r21670) -Fix (prospective): EEK->EUR@2011
|
2010-12-31 09:09:40 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
rubidium
|
9d29c54b03
|
(svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes.
|
2010-05-20 15:36:44 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
0971f666eb
|
(svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty.
|
2009-12-08 20:12:43 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
4b2592dbc0
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
frosch
|
a4557c7da4
|
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
|
2009-05-24 16:52:42 +00:00 |
|
rubidium
|
802d31aab6
|
(svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators.
|
2009-04-25 20:16:56 +00:00 |
|
rubidium
|
ff05dc8446
|
(svn r16129) -Feature-ish: configurable digit group separator per language with user override.
|
2009-04-23 21:05:00 +00:00 |
|
rubidium
|
13d6412c22
|
(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is now RON.
|
2009-04-12 17:27:44 +00:00 |
|
glx
|
ea2c50281e
|
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
|
2009-03-18 17:55:47 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
frosch
|
27105127f6
|
(svn r15409) -Update: Currencies
Remove intermediate currency "New Turkish lira".
Add Euro introduction date for Slovakia.
Remove Euro introduction date for Hungary.
|
2009-02-08 12:02:28 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
aa126066b7
|
(svn r14595) -Add: Estonian currency.
-Change: Slovenia switched to the Euro in 2007.
|
2008-11-19 16:17:42 +00:00 |
|
belugas
|
f2f2bcf23c
|
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln
I've added a little fix on currency.cpp too, why not :)
|
2008-08-20 01:38:12 +00:00 |
|
rubidium
|
9e811a2f8b
|
(svn r13386) -Fix: global currency/units setting being overriden when loading a savegame.
|
2008-06-05 11:26:38 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
76b8970a33
|
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
|
2008-05-15 13:39:36 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
eeabab4555
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
b9046c97fb
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
belugas
|
683aae8abf
|
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx)
|
2007-03-25 23:42:55 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
b5f418d9f1
|
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.
|
2007-03-06 18:03:06 +00:00 |
|
belugas
|
6d199fcdb7
|
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-02-23 11:50:43 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|