summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.cpp
AgeCommit message (Expand)Author
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
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-24(svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from m...Darkvater
2007-01-18(svn r8253) -Codechange: Be more strict about language generation and fail an...Darkvater
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr