summaryrefslogtreecommitdiff
path: root/src/table/strgen_tables.h
AgeCommit message (Collapse)Author
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2010-02-20(svn r19179) -Codechange: make strgen do some checking on whether genders ↵rubidium
are valid for a command (e.g. we don't have genders for numbers)
2009-12-25(svn r18626) -Fix [FS#3425]: {CARGO} takes 2 parameters, not 1. This made ↵rubidium
{N:XYZ} commands after CARGO mess up their indices and that then triggered an assertion
2009-11-29(svn r18339) -Cleanup: remove SKIP support from strgen toorubidium
2009-11-28(svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest ↵frosch
in peace as NewGRF relict.
2009-11-19(svn r18181) -Add: the concept of zero filled numbers to strgenrubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-12(svn r17157) -Add: localised decimal separatorsmatz
2009-07-13(svn r16811) -Change: introduce a plural 'rule' for Koreanrubidium
2009-06-22(svn r16622) -Fix: {CARGO} only consumes 1 argumentrubidium
2009-04-25(svn r16145) -Add: '-export-pragmas' to strgen so external tools can ↵rubidium
(hopefully) automatically be updated to support new pragmas
2009-04-23(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typorubidium