summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.cpp
AgeCommit message (Expand)Author
2009-08-06(svn r17095) -Codechange: make ParseStringChoice a bit saferrubidium
2009-06-22(svn r16627) -Fix: warning about comparing signed and unsigned typessmatz
2009-06-22(svn r16625) -Fix: unsigned vs signed warning in strgenrubidium
2009-06-18(svn r16591) -Codechange: some coding style in strgenrubidium
2009-06-14(svn r16577) -Fix: signed/unsigned comparisonrubidium
2009-06-14(svn r16576) -Fix: show the line of the translation file that has the fault a...rubidium
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-04-25(svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopeful...rubidium
2009-04-23(svn r16129) -Feature-ish: configurable digit group separator per language wi...rubidium
2009-04-23(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typorubidium
2009-04-23(svn r16122) -Change: add more misc information about the behaviour of comman...rubidium
2009-04-21(svn r16115) -Change: make strgen able to 'export' the important command and ...rubidium
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-04-07(svn r15965) -Change: use recent Czech language for plural form (it has been ...smatz
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-02-12(svn r15456) -Fix(ish): add strgen support to add 'directional formatting cod...rubidium
2009-01-16(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-03(svn r14791) -Add: the ability to make ISO dates with the string system (Phil...rubidium
2008-12-19(svn r14697) -Fix: some int vs unsigned int comparisons in strgen.rubidium
2008-11-24(svn r14618) -Feature: when the chosen language isn't supported by the curren...rubidium
2008-11-24(svn r14617) -Change: unduplicate the languagepack(header).rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-11-02(svn r14554) -Fix: languages using longer gender names than strgen supports.rubidium
2008-10-17(svn r14480) -Add: warning when trying to use a right-to-left language withou...rubidium
2008-09-30(svn r14423) -Codechange: also do r14221 for the strings.rubidium
2008-08-20(svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did ...frosch
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-18(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw...smatz
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-04(svn r12557) -Cleanup: use MAX_PATH at two more placessmatz
2008-03-25(svn r12417) -Fix: Add a new plural rule for Icelandic.maedhros
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-25(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-10-18(svn r11293) -Fix: newgrf defined industry news messages use TTD format for a...glx
2007-08-03(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID...peter1138
2007-06-28(svn r10382) -Fix (strgen): it was not possible to use --warning and --todo a...rubidium
2007-06-25(svn r10324) -Codechange: reference engine names by indexpeter1138
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-25(svn r10321) -Codechange: refer to sign text by indexpeter1138
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-22(svn r10289) -Fix [FS#735]: {COMPANY} takes two arguments. As this was not pr...rubidium
2007-06-21(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, b...rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium