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
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-05-21
Codechange: Use std::string when translating TTDP NewGRF string codes.
Michael Lutz
2020-05-21
Codechange: Replace custom linked list for GRF texts with STL vectors and str...
Michael Lutz
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-30
Fix: GCC9's warnings about deprecated implicit assignment operators
Charles Pigott
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-20
Add: NewGRF string codes to access PUSH/POP_COLOUR. (#7527)
PeterN
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
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
[next]