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
/
strgen.cpp
Age
Commit message (
Expand
)
Author
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-11
Fix: MingW and MSVC compiled strgen had different path separator behaviour
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-01-29
Fix: make sure strgen fails when english.txt contains invalid commands
glx
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-10-31
Fix: Protect against a few out of bounds or uninitialised usage errors
Charles Pigott
2017-02-26
(svn r27759) -Fix: strgen compilation
frosch
2014-04-26
(svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts o...
rubidium
2014-04-25
(svn r26511) -Codechange: use strecpy in game_text
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-23
(svn r26058) -Fix: handle the return value of a number of functions better
rubidium
2013-11-22
(svn r26054) -Fix: minor memory leak in strgen
rubidium
2013-04-17
(svn r25191) -Codechange/Fix: [strgen] Make -export-commands use the actual c...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-09-09
(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.
frosch
2012-07-14
(svn r24400) -Add: Plural 'names' to the output of strgen -export-plurals.
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-17
(svn r23585) -Codechange: replace some magic numbers with less magic constants
rubidium
2011-12-17
(svn r23576) -Codechange: split the base of strgen with the strgen code that ...
rubidium
2011-12-17
(svn r23575) -Codechange: split class definition and implementation of base s...
rubidium
2011-12-17
(svn r23574) -Codechange/Feature-ish: allow converting multiple translations ...
rubidium
2011-12-17
(svn r23573) -Fix (r23571): MSVC doesn't like variable array sizes
rubidium
2011-12-17
(svn r23572) -Codechange: split actual file reading from logic for parsing
rubidium
2011-12-17
(svn r23571) -Codechange: make the number of 'tabs' the generate configurable
rubidium
2011-12-17
(svn r23570) -Codechange: move version generation code to StringData
rubidium
2011-12-17
(svn r23569) -Codechange: put more logic in some of the strgen structs, e.g. ...
rubidium
2011-12-17
(svn r23568) -Codechange: only allocate the buffer for writing when it is rea...
rubidium
2011-12-17
(svn r23567) -Codechange: use SmallVector for the buffer in strgen
rubidium
2011-12-17
(svn r23566) -Fix (r23565): hopefully fix MSVC compilation error
rubidium
2011-12-17
(svn r23565) -Codechange: create some classes for writing language header and...
rubidium
2011-12-16
(svn r23563) -Cleanup: remove useless global variable from strgen; it would a...
rubidium
2011-11-19
(svn r23269) -Codechange: rename some control/string codes/IDs to be more con...
rubidium
2011-08-21
(svn r22806) -Codechange: store the number of untranslated strings in the lan...
rubidium
2011-02-25
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2011-02-18
(svn r22102) -Codechange: Also use the getopt function in strgen.
alberth
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2010-12-12
(svn r21474) -Fix: some MSVC code analysis warnings in strgen
rubidium
2010-12-09
(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.
yexo
2010-11-28
(svn r21348) -Fix (r21346): some compilers complain about int-uint comparisons
yexo
2010-11-28
(svn r21347) -Cleanup: remove an unused feature from strgen and remove some i...
yexo
2010-11-28
(svn r21346) -Fix (r2592): buffer overflow in strgen for strings with very la...
yexo
2010-11-19
(svn r21260) -Codechange: make strgen more stringent w.r.t. the allowed chara...
rubidium
2010-11-16
(svn r21215) -Codechange: store the plural form in the plural (choice) lists
rubidium
2010-11-16
(svn r21203) -Codechange: make the maximum plural count available to the rest...
rubidium
2010-11-13
(svn r21165) -Codechange: move the case/gender meta data into the language me...
rubidium
2010-11-13
(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metad...
rubidium
2010-11-10
(svn r21134) -Change: perform some more stringent validity checking on the la...
rubidium
[next]