yexo
|
04013f7540
|
(svn r22952) -Fix: properly limit the length of strings in a choice list
|
2011-09-23 12:26:25 +00:00 |
|
yexo
|
babe53351e
|
(svn r22952) -Fix: properly limit the length of strings in a choice list
|
2011-09-23 12:26:25 +00:00 |
|
frosch
|
fdf6b8daa6
|
(svn r22882) -Fix [FS#4758]: [NewGRF] DCxx text references via the textstack are not allowed, but caused crash.
|
2011-09-03 16:10:42 +00:00 |
|
frosch
|
0dca1941ad
|
(svn r22882) -Fix [FS#4758]: [NewGRF] DCxx text references via the textstack are not allowed, but caused crash.
|
2011-09-03 16:10:42 +00:00 |
|
frosch
|
a3a8486aff
|
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
|
2011-08-20 23:16:49 +00:00 |
|
frosch
|
aefee3d375
|
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
|
2011-08-20 23:16:49 +00:00 |
|
frosch
|
37ef2d70ad
|
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
|
2011-08-20 23:07:37 +00:00 |
|
frosch
|
3edfd1c9d2
|
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
|
2011-08-20 23:07:37 +00:00 |
|
frosch
|
a5b594f85d
|
(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
|
2011-08-20 22:35:11 +00:00 |
|
frosch
|
26530063f1
|
(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
|
2011-08-20 22:35:11 +00:00 |
|
frosch
|
a85719d340
|
(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference.
|
2011-08-20 22:14:27 +00:00 |
|
frosch
|
cc89bec4a2
|
(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference.
|
2011-08-20 22:14:27 +00:00 |
|
frosch
|
701a865391
|
(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo)
|
2011-08-20 22:06:38 +00:00 |
|
frosch
|
8d3d7b4e01
|
(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo)
|
2011-08-20 22:06:38 +00:00 |
|
frosch
|
ffbfd6de88
|
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
|
2011-08-20 21:42:05 +00:00 |
|
frosch
|
7394bcb813
|
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
|
2011-08-20 21:42:05 +00:00 |
|
frosch
|
c457737b23
|
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
|
2011-08-20 21:32:34 +00:00 |
|
frosch
|
ca00f98d51
|
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
|
2011-08-20 21:32:34 +00:00 |
|
rubidium
|
49de245564
|
(svn r22735) -Fix [FS#4718]: triggering NOT_REACHED when playing with a NewGRF that supplies genders/cases for a language that you removed from your installation
|
2011-08-12 18:14:15 +00:00 |
|
rubidium
|
14fae95134
|
(svn r22735) -Fix [FS#4718]: triggering NOT_REACHED when playing with a NewGRF that supplies genders/cases for a language that you removed from your installation
|
2011-08-12 18:14:15 +00:00 |
|
frosch
|
df02515cf1
|
(svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack().
|
2011-07-03 14:33:17 +00:00 |
|
frosch
|
5ea8b07e05
|
(svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack().
|
2011-07-03 14:33:17 +00:00 |
|
frosch
|
600c6c0f2e
|
(svn r22628) -Codechange: Allow passing the textref stack values to use to StartTextRefStackUsage() instead of always using the temporary NewGRF registers.
|
2011-07-03 13:53:42 +00:00 |
|
frosch
|
2158f4f1bf
|
(svn r22628) -Codechange: Allow passing the textref stack values to use to StartTextRefStackUsage() instead of always using the temporary NewGRF registers.
|
2011-07-03 13:53:42 +00:00 |
|
frosch
|
e7971ab5df
|
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
|
2011-07-03 13:49:29 +00:00 |
|
frosch
|
f93c8ce5aa
|
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
|
2011-07-03 13:49:29 +00:00 |
|
terkhen
|
3d96adb03f
|
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
|
2011-06-12 20:40:21 +00:00 |
|
terkhen
|
0749c65d74
|
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
|
2011-06-12 20:40:21 +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 |
|
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 |
|
yexo
|
a2f8d89444
|
(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end of a string could cause invalid memory reads
|
2010-12-07 22:34:30 +00:00 |
|
yexo
|
5c181fe556
|
(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end of a string could cause invalid memory reads
|
2010-12-07 22:34:30 +00:00 |
|
rubidium
|
0e59d09ada
|
(svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as there is an implicit default case with index 0
|
2010-11-25 23:14:25 +00:00 |
|
rubidium
|
fad75f5d5a
|
(svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as there is an implicit default case with index 0
|
2010-11-25 23:14:25 +00:00 |
|
rubidium
|
6e425d3e72
|
(svn r21326) -Fix: off-by-one in case choice list construction causing case lists to fail completely
|
2010-11-25 23:10:35 +00:00 |
|
rubidium
|
4e6d29351e
|
(svn r21326) -Fix: off-by-one in case choice list construction causing case lists to fail completely
|
2010-11-25 23:10:35 +00:00 |
|
rubidium
|
4958bf44d9
|
(svn r21228) -Fix: some MSVC 64 bits warnings
|
2010-11-17 19:43:15 +00:00 |
|
rubidium
|
19cbf9b479
|
(svn r21228) -Fix: some MSVC 64 bits warnings
|
2010-11-17 19:43:15 +00:00 |
|
rubidium
|
85791c4783
|
(svn r21221) -Fix (r11429): short cargo units names for some cargo types/strings are not properly mapped to the strings that we use for the default industries
|
2010-11-17 18:04:11 +00:00 |
|
rubidium
|
a950e9a4a8
|
(svn r21221) -Fix (r11429): short cargo units names for some cargo types/strings are not properly mapped to the strings that we use for the default industries
|
2010-11-17 18:04:11 +00:00 |
|
rubidium
|
3552be9616
|
(svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for plurals
|
2010-11-16 21:03:39 +00:00 |
|
rubidium
|
18f0f1d81d
|
(svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for plurals
|
2010-11-16 21:03:39 +00:00 |
|
rubidium
|
6b0ee92bc9
|
(svn r21211) -Feature: [NewGRF] Allow specifying a "choice list" for cases and genders
|
2010-11-16 16:58:19 +00:00 |
|
rubidium
|
ddf71db8c2
|
(svn r21211) -Feature: [NewGRF] Allow specifying a "choice list" for cases and genders
|
2010-11-16 16:58:19 +00:00 |
|
rubidium
|
17dd6099d9
|
(svn r21209) -Feature: [NewGRF] Allow setting the gender of the current string or select the case of the next substring
|
2010-11-16 14:00:02 +00:00 |
|
rubidium
|
0f9c40244a
|
(svn r21209) -Feature: [NewGRF] Allow setting the gender of the current string or select the case of the next substring
|
2010-11-16 14:00:02 +00:00 |
|
rubidium
|
3c09b725d6
|
(svn r21207) -Codechange: replace the magic 0x00DE constant with something less magic
|
2010-11-16 12:35:16 +00:00 |
|
rubidium
|
e84c52e662
|
(svn r21207) -Codechange: replace the magic 0x00DE constant with something less magic
|
2010-11-16 12:35:16 +00:00 |
|