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.h
Age
Commit message (
Expand
)
Author
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
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2017-04-09
(svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string rema...
peter1138
2014-01-12
(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, ...
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
2012-01-15
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were 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-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
2010-12-08
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a s...
yexo
2010-11-16
(svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for plurals
rubidium
2010-11-16
(svn r21211) -Feature: [NewGRF] Allow specifying a "choice list" for cases an...
rubidium
2010-11-16
(svn r21209) -Feature: [NewGRF] Allow setting the gender of the current strin...
rubidium
2010-11-16
(svn r21208) -Add: [NewGRF] Mapping information w.r.t. a translation's case a...
rubidium
2010-11-16
(svn r21207) -Codechange: replace the magic 0x00DE constant with something le...
rubidium
2010-11-16
(svn r21202) -Codechange: allow strings with embedded '\0' in GRFText.
rubidium
2010-11-13
(svn r21178) -Codechange: pass the language_id to TranslateTTDPatchCodes as well
rubidium
2010-07-31
(svn r20249) -Codechange: change the newgrf name/description from a char* to ...
yexo
2010-04-06
(svn r19569) -Fix: possible buffer underflow in newgrf string code
yexo
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-09-20
(svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' par...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-03-13
(svn r15696) -Codechange: move the NewGRF language ID into the language file ...
rubidium
2009-01-03
(svn r14817) -Cleanup: unify the place where the @file header is placed
smatz
2008-02-29
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other stri...
peter1138
2008-01-29
(svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead...
peter1138
2007-10-17
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustri...
rubidium
2007-09-22
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt t...
rubidium
2007-06-12
(svn r10114) -Fix: Only load newgrf error messages if the language matches th...
maedhros
2007-03-21
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium