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
/
newgrf_text.cpp
Age
Commit message (
Expand
)
Author
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2017-04-09
(svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string rema...
peter1138
2017-02-26
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k,...
frosch
2017-02-26
(svn r27756) -Codechange: Add StringTab enum
frosch
2017-02-26
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consiste...
frosch
2016-12-23
(svn r27707) -Fix: Make the result of NewGRF's CARGO_NAME string code reliabl...
frosch
2016-12-23
(svn r27706) -Feature: [NewGRF] String command 9A 1E to print the name of a c...
frosch
2014-08-03
(svn r26713) -Fix (r23027): [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and S...
frosch
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-12
(svn r26244) -Feature: [NewGRF] Add StringCodes 9A 1B, 9A 1C and 9A 1D to dis...
frosch
2014-01-12
(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, ...
frosch
2014-01-12
(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to transla...
frosch
2014-01-12
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack ...
frosch
2014-01-12
(svn r26239) -Fix: Check that there is space left in the string parameter arr...
frosch
2013-11-23
(svn r26065) -Fix: possible dereference of NULL for texts from game scripts
rubidium
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-06-24
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other tha...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-01-21
(svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes t...
yexo
2012-01-15
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken
yexo
2012-01-15
(svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing w...
yexo
2011-11-19
(svn r23269) -Codechange: rename some control/string codes/IDs to be more con...
rubidium
2011-10-29
(svn r23064) -Fix (r23062): incrementing hexadecimal numbers is hard...
yexo
2011-10-29
(svn r23063) -Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volu...
yexo
2011-10-14
(svn r23029) -Fix: [NewGRF] support for cases in strings was broken
yexo
2011-10-12
(svn r23027) -Fix: in some cases NewGRF string arguments were popped twice fr...
yexo
2011-10-01
(svn r22970) -Fix [FS#4769]: strip newlines from NewGRF strings that should n...
rubidium
2011-09-23
(svn r22956) -Codechange: Enhance TEXTID_TO_STRINGID() with an assert_compile().
frosch
2011-09-23
(svn r22954) -Feature: [NewGRF] Allow Action4 to change text IDs 0x00D1 to 0x...
frosch
2011-09-23
(svn r22952) -Fix: properly limit the length of strings in a choice list
yexo
2011-09-03
(svn r22882) -Fix [FS#4758]: [NewGRF] DCxx text references via the textstack ...
frosch
2011-08-20
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
frosch
2011-08-20
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power ...
frosch
2011-08-20
(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
frosch
2011-08-20
(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind...
frosch
2011-08-20
(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always inc...
frosch
2011-08-20
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date co...
frosch
2011-08-20
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words,...
frosch
2011-08-12
(svn r22735) -Fix [FS#4718]: triggering NOT_REACHED when playing with a NewGR...
rubidium
2011-07-03
(svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefSt...
frosch
2011-07-03
(svn r22628) -Codechange: Allow passing the textref stack values to use to St...
frosch
2011-07-03
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefSt...
frosch
2011-06-12
(svn r22564) -Codechange: Rename Get and Store persistent storage functions t...
terkhen
2011-01-21
(svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken si...
yexo
2010-12-08
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a s...
yexo
2010-12-07
(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end ...
yexo
2010-11-25
(svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as ...
rubidium
2010-11-25
(svn r21326) -Fix: off-by-one in case choice list construction causing case l...
rubidium
2010-11-17
(svn r21228) -Fix: some MSVC 64 bits warnings
rubidium
[next]