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
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
2010-11-17
(svn r21221) -Fix (r11429): short cargo units names for some cargo types/stri...
rubidium
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 r21207) -Codechange: replace the magic 0x00DE constant with something le...
rubidium
2010-11-16
(svn r21206) -Document: that, and why string code 9A 02 (skip/ignore next col...
rubidium
2010-11-16
(svn r21204) -Codechange: unify style of string code conversion
rubidium
2010-11-16
(svn r21202) -Codechange: allow strings with embedded '\0' in GRFText.
rubidium
2010-11-16
(svn r21201) -Document: some GRFText methods/fields
rubidium
2010-11-13
(svn r21178) -Codechange: pass the language_id to TranslateTTDPatchCodes as well
rubidium
2010-11-05
(svn r21086) -Feature-ish: [NewGRF] String code to print the weight in format...
rubidium
2010-11-05
(svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name)
rubidium
2010-11-05
(svn r21084) -Codechange: name a variable to cover its actual implementation ...
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-07-31
(svn r20249) -Codechange: change the newgrf name/description from a char* to ...
yexo
2010-06-26
(svn r20019) -Codechange: Apply function code style to a few small functions.
alberth
2010-06-21
(svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly conver...
yexo
2010-04-06
(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword
yexo
2010-04-06
(svn r19569) -Fix: possible buffer underflow in newgrf string code
yexo
2010-03-21
(svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/p...
frosch
2010-02-25
(svn r19254) -Codechange: simplify newgrf text code by introducing a few help...
yexo
2009-12-13
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Edd...
alberth
2009-11-11
(svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "n...
rubidium
2009-11-11
(svn r18041) -Codechange: some coding style
rubidium
2009-10-18
(svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37.
frosch
2009-09-20
(svn r17585) -Fix [FS#3214]: also do the StringID conversion for StringIDs th...
rubidium
2009-09-20
(svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' par...
rubidium
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-01
(svn r16498) -Codechange: Remove hardly used HASBITS.
frosch
2009-06-01
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD f...
smatz
2009-05-22
(svn r16374) -Fix (r11622): Valid UTF-8 sequences between 0x20 and 0xFF shoul...
peter1138
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-13
(svn r15696) -Codechange: move the NewGRF language ID into the language file ...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
[prev]
[next]