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
/
strgen
Age
Commit message (
Expand
)
Author
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 places
smatz
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 index
peter1138
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 index
peter1138
2007-06-24
(svn r10314) -Codechange: Refer to vehicle names by index
peter1138
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
2007-01-03
(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium