rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
bf98e25e43
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
f9c26f80c5
|
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
|
2007-12-22 21:01:49 +00:00 |
|
rubidium
|
a7d54cf946
|
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
|
2007-12-22 21:01:49 +00:00 |
|
rubidium
|
8427b8bad2
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
rubidium
|
433a9f3c09
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
rubidium
|
cdee7d4cb8
|
(svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key.
|
2007-12-16 19:28:07 +00:00 |
|
rubidium
|
0730b9afc1
|
(svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key.
|
2007-12-16 19:28:07 +00:00 |
|
rubidium
|
274cbd72fe
|
(svn r11647) -Fix (r11646): it did not compile without freetype...
|
2007-12-16 19:21:28 +00:00 |
|
rubidium
|
3bba097bb3
|
(svn r11647) -Fix (r11646): it did not compile without freetype...
|
2007-12-16 19:21:28 +00:00 |
|
rubidium
|
2b8863c846
|
(svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen.
|
2007-12-16 18:38:19 +00:00 |
|
rubidium
|
ff7ff890f9
|
(svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen.
|
2007-12-16 18:38:19 +00:00 |
|
skidd13
|
815b8d8df1
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
bf959f926f
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
rubidium
|
49b4aa32bb
|
(svn r11422) -Fix [FS#1430]: properly support genders coming from newgrfs instead of crashing.
|
2007-11-12 20:05:12 +00:00 |
|
rubidium
|
eb47b106ac
|
(svn r11422) -Fix [FS#1430]: properly support genders coming from newgrfs instead of crashing.
|
2007-11-12 20:05:12 +00:00 |
|
rubidium
|
435bc80e71
|
(svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid.
|
2007-10-30 18:32:26 +00:00 |
|
rubidium
|
74691a4218
|
(svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid.
|
2007-10-30 18:32:26 +00:00 |
|
rubidium
|
eadd6765e1
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
8212088c03
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
08c5765c0b
|
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
|
2007-09-22 23:55:34 +00:00 |
|
rubidium
|
240285b8d8
|
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
|
2007-09-22 23:55:34 +00:00 |
|
bjarni
|
8c5d47d510
|
(svn r10851) -Feature [OSX]: OpenTTD will now pick the same language as finder is set to if no config file is found (ln-)
|
2007-08-11 15:52:34 +00:00 |
|
bjarni
|
1a5a748973
|
(svn r10851) -Feature [OSX]: OpenTTD will now pick the same language as finder is set to if no config file is found (ln-)
|
2007-08-11 15:52:34 +00:00 |
|
rubidium
|
34545a381a
|
(svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
|
2007-08-07 15:20:31 +00:00 |
|
rubidium
|
c46e445e69
|
(svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
|
2007-08-07 15:20:31 +00:00 |
|
rubidium
|
155a973597
|
(svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
|
2007-08-05 14:08:38 +00:00 |
|
rubidium
|
f6933e1870
|
(svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
|
2007-08-05 14:08:38 +00:00 |
|
peter1138
|
23a46a301e
|
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.
|
2007-08-03 09:08:49 +00:00 |
|
peter1138
|
616eb4134e
|
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.
|
2007-08-03 09:08:49 +00:00 |
|
rubidium
|
2f89fef353
|
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
|
2007-08-02 23:21:52 +00:00 |
|
rubidium
|
e4149482ec
|
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
|
2007-08-02 23:21:52 +00:00 |
|
rubidium
|
032de036dd
|
(svn r10755) -Codechange: make the town struct use the pool item class as super class.
|
2007-08-02 21:05:54 +00:00 |
|
rubidium
|
db374f600c
|
(svn r10755) -Codechange: make the town struct use the pool item class as super class.
|
2007-08-02 21:05:54 +00:00 |
|
rubidium
|
9458905e4c
|
(svn r10751) -Codechange: make the group struct use the pool item class as super class.
|
2007-08-02 12:51:57 +00:00 |
|
rubidium
|
87ad3df284
|
(svn r10751) -Codechange: make the group struct use the pool item class as super class.
|
2007-08-02 12:51:57 +00:00 |
|
rubidium
|
6891998fd7
|
(svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings.
|
2007-07-29 12:13:22 +00:00 |
|
rubidium
|
a4898699c5
|
(svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings.
|
2007-07-29 12:13:22 +00:00 |
|
KUDr
|
1eda754469
|
(svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-)
|
2007-07-27 22:19:19 +00:00 |
|
KUDr
|
f9411f30c4
|
(svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-)
|
2007-07-27 22:19:19 +00:00 |
|
truelight
|
e66ab3b6f1
|
(svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)
|
2007-07-24 12:29:47 +00:00 |
|
truelight
|
01d08680e1
|
(svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)
|
2007-07-24 12:29:47 +00:00 |
|
rubidium
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
peter1138
|
76874f34bf
|
(svn r10324) -Codechange: reference engine names by index
|
2007-06-25 14:46:32 +00:00 |
|
peter1138
|
d69589b3c2
|
(svn r10324) -Codechange: reference engine names by index
|
2007-06-25 14:46:32 +00:00 |
|