rubidium
|
9b8b67947b
|
(svn r22036) -Codechange: rename units to match coding style, and give conversion variables a more descriptive name
|
2011-02-09 13:05:04 +00:00 |
|
rubidium
|
f4f5de5be1
|
(svn r22036) -Codechange: rename units to match coding style, and give conversion variables a more descriptive name
|
2011-02-09 13:05:04 +00:00 |
|
rubidium
|
2bed7df1c9
|
(svn r22035) -Codechange: refactor (display) unit conversion to happen at a single place
|
2011-02-09 12:59:39 +00:00 |
|
rubidium
|
fbb5f87801
|
(svn r22035) -Codechange: refactor (display) unit conversion to happen at a single place
|
2011-02-09 12:59:39 +00:00 |
|
frosch
|
dd1c718ac7
|
(svn r21986) -Codechange: Add helper function to test whether an engine is still associated to a GRF.
|
2011-02-05 20:37:00 +00:00 |
|
frosch
|
faa2a26ae1
|
(svn r21986) -Codechange: Add helper function to test whether an engine is still associated to a GRF.
|
2011-02-05 20:37:00 +00:00 |
|
yexo
|
024869f33c
|
(svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters
|
2011-01-21 23:10:02 +00:00 |
|
yexo
|
0cdb1c78cd
|
(svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters
|
2011-01-21 23:10:02 +00:00 |
|
smatz
|
f2006f36a1
|
(svn r21875) -Codechange: indentation of some comments was wrong
|
2011-01-21 01:38:30 +00:00 |
|
smatz
|
656caf16db
|
(svn r21875) -Codechange: indentation of some comments was wrong
|
2011-01-21 01:38:30 +00:00 |
|
rubidium
|
ec4f688ca0
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
rubidium
|
7efd7e19ed
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
rubidium
|
f70628ee14
|
(svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string
|
2010-12-21 10:04:40 +00:00 |
|
rubidium
|
ee87c91e05
|
(svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string
|
2010-12-21 10:04:40 +00:00 |
|
smatz
|
604636b783
|
(svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have cases
|
2010-12-19 20:15:32 +00:00 |
|
smatz
|
79681051c8
|
(svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have cases
|
2010-12-19 20:15:32 +00:00 |
|
yexo
|
c16ef277d9
|
(svn r21446) -Doc: doxygen comments for some functions in strings.cpp
|
2010-12-09 21:41:31 +00:00 |
|
yexo
|
91b043afbc
|
(svn r21446) -Doc: doxygen comments for some functions in strings.cpp
|
2010-12-09 21:41:31 +00:00 |
|
yexo
|
8066998238
|
(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.
Change: strgen no longer writes the type of a string for a gender choice list
|
2010-12-09 21:01:50 +00:00 |
|
yexo
|
74d608a67e
|
(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.
Change: strgen no longer writes the type of a string for a gender choice list
|
2010-12-09 21:01:50 +00:00 |
|
yexo
|
510f875265
|
(svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen
|
2010-12-09 20:57:52 +00:00 |
|
yexo
|
475ac872c9
|
(svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen
|
2010-12-09 20:57:52 +00:00 |
|
yexo
|
f9c89d1ad9
|
(svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
|
2010-12-09 00:16:50 +00:00 |
|
yexo
|
23d8ebba3b
|
(svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
|
2010-12-09 00:16:50 +00:00 |
|
yexo
|
6c32eef05d
|
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
|
2010-12-09 00:15:38 +00:00 |
|
yexo
|
12e0f28229
|
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
|
2010-12-09 00:15:38 +00:00 |
|
yexo
|
70fe377930
|
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed
|
2010-12-08 13:44:01 +00:00 |
|
yexo
|
ac0e83a7e2
|
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed
|
2010-12-08 13:44:01 +00:00 |
|
terkhen
|
5139fa9a23
|
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
|
2010-11-27 22:47:29 +00:00 |
|
terkhen
|
4b944cb13e
|
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
|
2010-11-27 22:47:29 +00:00 |
|
terkhen
|
a2280fca68
|
(svn r21342) -Add: Sort some lists again after a language change.
|
2010-11-27 22:43:58 +00:00 |
|
terkhen
|
ae78847f0f
|
(svn r21342) -Add: Sort some lists again after a language change.
|
2010-11-27 22:43:58 +00:00 |
|
rubidium
|
94646d3a08
|
(svn r21328) -Fix: pass the case id when resolving NewGRF strings as well
|
2010-11-25 23:14:48 +00:00 |
|
rubidium
|
c95b7a3965
|
(svn r21328) -Fix: pass the case id when resolving NewGRF strings as well
|
2010-11-25 23:14:48 +00:00 |
|
glx
|
e2ab0c5355
|
(svn r21321) -Fix (r21298): use the correct font sizes when checking for missing glyphs
|
2010-11-25 15:20:10 +00:00 |
|
glx
|
02d63f45e2
|
(svn r21321) -Fix (r21298): use the correct font sizes when checking for missing glyphs
|
2010-11-25 15:20:10 +00:00 |
|
glx
|
9904cb7372
|
(svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change
|
2010-11-23 17:59:50 +00:00 |
|
glx
|
d9173858a2
|
(svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change
|
2010-11-23 17:59:50 +00:00 |
|
alberth
|
9f3845227e
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
alberth
|
ab50f74d7f
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
rubidium
|
39dd38a31f
|
(svn r21222) -Codechange: unify some string drawing and make it use the proper infrastructure for that...
|
2010-11-17 18:15:27 +00:00 |
|
rubidium
|
418cca075f
|
(svn r21222) -Codechange: unify some string drawing and make it use the proper infrastructure for that...
|
2010-11-17 18:15:27 +00:00 |
|
rubidium
|
5e2c20250a
|
(svn r21215) -Codechange: store the plural form in the plural (choice) lists
|
2010-11-16 21:01:56 +00:00 |
|
rubidium
|
ebf7b915b0
|
(svn r21215) -Codechange: store the plural form in the plural (choice) lists
|
2010-11-16 21:01:56 +00:00 |
|
rubidium
|
1c315fb557
|
(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage
|
2010-11-13 19:10:30 +00:00 |
|
rubidium
|
034eb834cc
|
(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage
|
2010-11-13 19:10:30 +00:00 |
|
rubidium
|
ce1e4a3448
|
(svn r21165) -Codechange: move the case/gender meta data into the language metadata struct as well
|
2010-11-13 14:36:43 +00:00 |
|
rubidium
|
d46a2ef122
|
(svn r21165) -Codechange: move the case/gender meta data into the language metadata struct as well
|
2010-11-13 14:36:43 +00:00 |
|
rubidium
|
9c792914f0
|
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
|
2010-11-13 12:09:30 +00:00 |
|
rubidium
|
8aba642ed5
|
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
|
2010-11-13 12:09:30 +00:00 |
|