summaryrefslogtreecommitdiff
path: root/src/strgen
AgeCommit message (Expand)Author
2021-06-29Change: [strgen] Change warnings for translations into infos (#9406)Loïc Guilloux
2021-05-15Fix: empty undocumented branchesrubidium42
2021-04-22Add: show completion progress of languages in the language dropdown for non-r...frosch
2021-02-07Change: [CMake] Bump minimum version to 3.9glx22
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-13Add: [CMake] Option to only build tools/docsglx22
2020-12-04Fix: [CMake] cross-compiling requires native toolsglx22
2020-06-05Add: introduce CMake for project managementPatric Stout
2020-02-13Codechange: Format unsigned integers with %u instead of %i or %d.Quipyowert2
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-05-01Fix #7553: check bounds when loading strings (#7554)glx22
2019-04-13Cleanup: Fix alignment after NULL -> nullptr change.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-11Fix: MingW and MSVC compiled strgen had different path separator behaviourPatric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2019-01-29Fix: make sure strgen fails when english.txt contains invalid commandsglx
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-10-31Fix: Protect against a few out of bounds or uninitialised usage errorsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-02-26(svn r27759) -Fix: strgen compilationfrosch
2015-08-10(svn r27380) -Fix: [Win32] Compilation with MSVC2015.michi_cc
2015-05-28(svn r27295) -Add: [strgen] Default plural subparameter positions for CARGO_x...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_textrubidium
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 vseprintfrubidium
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 betterrubidium
2013-11-22(svn r26054) -Fix: minor memory leak in strgenrubidium
2013-11-22(svn r26050) -Fix: possible, but currently untriggered, out of bounds access ...rubidium
2013-06-07(svn r25326) -Fix [FS#5589]: check for zero width space in translations and f...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-25(svn r23853) -Fix: several incorrect @filesrubidium
2012-01-15(svn r23805) -Add: {STRING6} and {STRING7}.frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-12-18(svn r23587) -Fix-ish: MSVC warnings in case strgen would be in the main proj...rubidium
2011-12-17(svn r23585) -Codechange: replace some magic numbers with less magic constantsrubidium
2011-12-17(svn r23576) -Codechange: split the base of strgen with the strgen code that ...rubidium