glx
|
2fcd4e61db
|
Fix: make sure strgen fails when english.txt contains invalid commands
|
2019-01-29 22:25:50 +01:00 |
|
glx
|
c540d72445
|
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32
|
2018-12-27 18:09:16 +01:00 |
|
Charles Pigott
|
b5028efc1f
|
Fix: Protect against a few out of bounds or uninitialised usage errors
|
2018-10-31 12:41:49 +01:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
frosch
|
a09cc8dda0
|
(svn r27759) -Fix: strgen compilation
|
2017-02-26 20:10:41 +00:00 |
|
michi_cc
|
35b77450f8
|
(svn r27380) -Fix: [Win32] Compilation with MSVC2015.
|
2015-08-10 20:21:29 +00:00 |
|
frosch
|
50a3f44539
|
(svn r27295) -Add: [strgen] Default plural subparameter positions for CARGO_xxx string control codes.
|
2015-05-28 17:26:53 +00:00 |
|
rubidium
|
77889ab8e8
|
(svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts of data in strgen
|
2014-04-26 20:55:08 +00:00 |
|
rubidium
|
5e90054f20
|
(svn r26511) -Codechange: use strecpy in game_text
|
2014-04-25 17:43:09 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
e61fe21237
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0e9c992104
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +00:00 |
|
rubidium
|
0eaa8fbfcd
|
(svn r26054) -Fix: minor memory leak in strgen
|
2013-11-22 21:45:57 +00:00 |
|
rubidium
|
6f21593bf6
|
(svn r26050) -Fix: possible, but currently untriggered, out of bounds access in strgen
|
2013-11-22 21:43:47 +00:00 |
|
rubidium
|
b35b17beeb
|
(svn r25326) -Fix [FS#5589]: check for zero width space in translations and fail upon finding them
|
2013-06-07 19:05:04 +00:00 |
|
frosch
|
b09bf08044
|
(svn r25191) -Codechange/Fix: [strgen] Make -export-commands use the actual command classification from strgen_tables.h instead of using something incompletely duplicated.
|
2013-04-17 18:21:43 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
16760cff8b
|
(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.
|
2012-09-09 15:55:20 +00:00 |
|
frosch
|
17dcc7a899
|
(svn r24400) -Add: Plural 'names' to the output of strgen -export-plurals.
|
2012-07-14 14:21:25 +00:00 |
|
rubidium
|
d99eb6aac2
|
(svn r23853) -Fix: several incorrect @files
|
2012-01-25 22:10:14 +00:00 |
|
frosch
|
0011f9ce45
|
(svn r23805) -Add: {STRING6} and {STRING7}.
|
2012-01-15 15:49:01 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
e40eb8177a
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +00:00 |
|
rubidium
|
88f1acd26b
|
(svn r23587) -Fix-ish: MSVC warnings in case strgen would be in the main project file
|
2011-12-18 11:56:53 +00:00 |
|
rubidium
|
50b63c5870
|
(svn r23585) -Codechange: replace some magic numbers with less magic constants
|
2011-12-17 23:16:16 +00:00 |
|
rubidium
|
1f083c3ac8
|
(svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files
|
2011-12-17 18:34:03 +00:00 |
|
rubidium
|
c97b2a5224
|
(svn r23575) -Codechange: split class definition and implementation of base strgen classes
|
2011-12-17 17:25:50 +00:00 |
|
rubidium
|
9c34bc52db
|
(svn r23574) -Codechange/Feature-ish: allow converting multiple translations with the same master language instance in a single strgen run
|
2011-12-17 17:03:38 +00:00 |
|
rubidium
|
17c0756da2
|
(svn r23573) -Fix (r23571): MSVC doesn't like variable array sizes
|
2011-12-17 16:59:16 +00:00 |
|
rubidium
|
ad7f577931
|
(svn r23572) -Codechange: split actual file reading from logic for parsing
|
2011-12-17 16:56:32 +00:00 |
|
rubidium
|
4fbbbdd78f
|
(svn r23571) -Codechange: make the number of 'tabs' the generate configurable
|
2011-12-17 15:02:09 +00:00 |
|
rubidium
|
ab37a923c2
|
(svn r23570) -Codechange: move version generation code to StringData
|
2011-12-17 14:50:35 +00:00 |
|
rubidium
|
343d0d8176
|
(svn r23569) -Codechange: put more logic in some of the strgen structs, e.g. allocating and freeing its memory, and don't use a global variable for the string data
|
2011-12-17 14:41:10 +00:00 |
|
rubidium
|
6c31b25e22
|
(svn r23568) -Codechange: only allocate the buffer for writing when it is really needed
|
2011-12-17 13:33:36 +00:00 |
|
rubidium
|
b7b3ac8859
|
(svn r23567) -Codechange: use SmallVector for the buffer in strgen
|
2011-12-17 13:23:01 +00:00 |
|
rubidium
|
5d37791157
|
(svn r23566) -Fix (r23565): hopefully fix MSVC compilation error
|
2011-12-17 12:19:22 +00:00 |
|
rubidium
|
15906ca874
|
(svn r23565) -Codechange: create some classes for writing language header and translation files
|
2011-12-17 12:15:19 +00:00 |
|
rubidium
|
719b4707dc
|
(svn r23563) -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read
|
2011-12-16 22:03:59 +00:00 |
|
rubidium
|
b8866be093
|
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
|
2011-11-19 22:15:44 +00:00 |
|
rubidium
|
525e2c9e73
|
(svn r22806) -Codechange: store the number of untranslated strings in the language file
|
2011-08-21 19:21:38 +00:00 |
|
alberth
|
31386c42a7
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
alberth
|
ff1e0a3ed3
|
(svn r22102) -Codechange: Also use the getopt function in strgen.
|
2011-02-18 20:52:42 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
d332c59a4c
|
(svn r21474) -Fix: some MSVC code analysis warnings in strgen
|
2010-12-12 01:21:02 +00:00 |
|
yexo
|
74d608a67e
|
(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.
Change: strgen no longer writes the type of a string for a gender choice list
|
2010-12-09 21:01:50 +00:00 |
|
yexo
|
dfe8b546ec
|
(svn r21348) -Fix (r21346): some compilers complain about int-uint comparisons
|
2010-11-28 19:48:13 +00:00 |
|
yexo
|
d81d42bfc3
|
(svn r21347) -Cleanup: remove an unused feature from strgen and remove some ifs where we already know the result
|
2010-11-28 19:40:35 +00:00 |
|
yexo
|
35af463046
|
(svn r21346) -Fix (r2592): buffer overflow in strgen for strings with very large arguments
|
2010-11-28 19:39:04 +00:00 |
|