strgen/strgen.c
Mon, 01 Jan 2007 16:31:13 +0000 celestar (svn r7721) [cbh] - Sync with 7607:7720 from trunk custombridgeheads
Fri, 22 Dec 2006 01:18:56 +0000 Darkvater (svn r7540) -Codechange: Print a summary of the number of errors/warnings of a language when strgen is run with the -w flag.
Fri, 22 Jun 2007 21:06:51 +0000 rubidium (svn r10282) [0.5] -Fix: compilation without networking support. 0.5
Thu, 08 Feb 2007 10:19:03 +0000 rubidium (svn r8625) [0.5] -Backport from trunk (8253, 8273, 8497, 8520 + 8542): 0.5
Fri, 17 Nov 2006 07:46:02 +0000 peter1138 (svn r7185) -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Sun, 22 Oct 2006 20:46:18 +0000 Darkvater (svn r6898) -Fix: lowercase Error/Warning/Fatal for strgen and remove static on error() so strgen
Wed, 30 Aug 2006 22:32:25 +0000 glx (svn r6247) -Fix(r6244): invalid arguments caused infinite loop
Wed, 30 Aug 2006 20:08:58 +0000 glx (svn r6244) -Fix: allow any order for strgen parameters
Tue, 29 Aug 2006 20:55:25 +0000 Darkvater (svn r6225) -Codechange: change the warning/error format of strgen to show up
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Fri, 25 Aug 2006 12:26:34 +0000 truelight (svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
Thu, 24 Aug 2006 15:39:17 +0000 truelight (svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :(
Thu, 24 Aug 2006 15:36:25 +0000 truelight (svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. Make exeption code for it (tnx for debug Frostregen)
Thu, 24 Aug 2006 15:21:09 +0000 truelight (svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
Thu, 24 Aug 2006 12:08:25 +0000 truelight (svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater)
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Tue, 02 May 2006 14:34:53 +0000 peter1138 (svn r4689) - Codechange: correct parameter order or calloc, and use the sizeof the variable rather than a struct
Sun, 09 Apr 2006 18:25:31 +0000 peter1138 (svn r4340) Add force {FORCE} to the units system. This is currently unused.
Fri, 31 Mar 2006 16:01:59 +0000 orudge (svn r4204) - Get trunk compiling again on OS/2
Sun, 26 Mar 2006 21:50:57 +0000 peter1138 (svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
Sun, 12 Feb 2006 10:44:52 +0000 tron (svn r3595) Several small cleanups, the only notable are some additional symbolic names for a few ISO8859 characters
Wed, 01 Feb 2006 07:36:15 +0000 tron (svn r3511) More whitespace ([FS#46] by Rubidium)
Sat, 28 Jan 2006 11:10:52 +0000 Darkvater (svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches
Sat, 17 Dec 2005 14:26:43 +0000 tron (svn r3310) Fix a couple of warnings: Initialise all struct members, disambiguate cascaded if/else, remove an unused variable, use (void) for empty parameter lists
Wed, 02 Nov 2005 23:55:10 +0000 Darkvater (svn r3123) eh, don't press enter after typing text, previous patch wasn't finished. Now strgen really behaves correctly. Thanks again glx
Wed, 02 Nov 2005 23:31:04 +0000 Darkvater (svn r3122) - Fix (regression): recent change to strgen which 'fixed' all strings with wrong plural forms. Thanks for glx for pointing this out (after I changed his original patch which was correct..whohoo braindeadness; here I come)
Sun, 30 Oct 2005 00:16:48 +0000 Darkvater (svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for untranslated strings. (glx). Also output the correct lines for these warnings, for missing strings the lines correspond with the ones in english.txt
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Sun, 25 Sep 2005 09:15:09 +0000 tron (svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-)
Sun, 11 Sep 2005 18:20:32 +0000 Darkvater (svn r2944) Add Revision keyword to the file for --version/-v
Sat, 10 Sep 2005 15:52:19 +0000 tron (svn r2937) Add sprites for {, |, } and ~
Sat, 10 Sep 2005 15:14:35 +0000 tron (svn r2936) Move string commands to a non-printable range and remove stale comments
Sat, 10 Sep 2005 08:17:30 +0000 tron (svn r2933) Implement the non-breaking space
Sun, 28 Aug 2005 14:45:44 +0000 tron (svn r2900) Fix a bug, which incremented the counter of a loop twice and therefore calculated wrong argument indices
Sat, 20 Aug 2005 18:14:32 +0000 tron (svn r2879) Major step twoards ISO-8859-15
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Sun, 17 Jul 2005 18:11:17 +0000 Darkvater (svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
Sun, 17 Jul 2005 10:18:23 +0000 ludde (svn r2597) Feature: [string system] Support cases.
Sat, 16 Jul 2005 20:58:04 +0000 ludde (svn r2594) Fix: [strgen] Misc updates to the string system.
Sat, 16 Jul 2005 17:12:32 +0000 ludde (svn r2592) Feature: [strgen] New way to specify plural forms.
Fri, 15 Jul 2005 17:59:55 +0000 ludde (svn r2579) Change some strgen errors into warnings to prevent build from stopping.
Fri, 15 Jul 2005 14:53:44 +0000 ludde (svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters
Fri, 15 Jul 2005 09:01:23 +0000 tron (svn r2569) Get rid of some dubious casts and thus warnings on 64bit machines
Fri, 15 Jul 2005 07:48:17 +0000 tron (svn r2568) Small cleanup in strgen: static, bracing, ...
Thu, 14 Jul 2005 15:10:20 +0000 tron (svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway
Wed, 13 Jul 2005 20:41:44 +0000 ludde (svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.
Wed, 13 Jul 2005 20:35:52 +0000 ludde (svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.
Sun, 24 Apr 2005 15:41:01 +0000 truelight (svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
Thu, 17 Feb 2005 07:49:31 +0000 miham (svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)
Sat, 22 Jan 2005 23:13:20 +0000 dominik (svn r1598) Feature: Message history now is stickyable and resizeable
Sun, 28 Nov 2004 19:46:24 +0000 tron (svn r847) Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP}
Wed, 17 Nov 2004 18:38:07 +0000 tron (svn r661) Make strgen print its own revision instead of the repo's.
Sun, 14 Nov 2004 13:07:07 +0000 darkvater (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).
Tue, 14 Sep 2004 18:19:29 +0000 darkvater (svn r251) -Project ready for 0.3.4 release. Updated installer, readme and fileinformation
Mon, 13 Sep 2004 20:38:36 +0000 darkvater (svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
Sun, 12 Sep 2004 21:49:38 +0000 darkvater (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
Wed, 08 Sep 2004 15:01:12 +0000 darkvater (svn r182) -Fix: [1024380] strgen diff (Warning fix + MorphOS fix). Removes the longest standing warning on compilation of strgen (tokai)