summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
AgeCommit message (Expand)Author
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 warningsrubidium
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 pluralsrubidium
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 conversionrubidium
2010-11-16(svn r21202) -Codechange: allow strings with embedded '\0' in GRFText.rubidium
2010-11-16(svn r21201) -Document: some GRFText methods/fieldsrubidium
2010-11-13(svn r21178) -Codechange: pass the language_id to TranslateTTDPatchCodes as wellrubidium
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 stylerubidium
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 qwordyexo
2010-04-06(svn r19569) -Fix: possible buffer underflow in newgrf string codeyexo
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 stylerubidium
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 appropriaterubidium
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 includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-09-14(svn r14321) -Add: support for newgrfs printing bytes/words/dwords as hexadec...rubidium
2008-08-16(svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF s...rubidium
2008-08-12(svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data aroun...rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
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
2008-01-25(svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuf...peter1138