You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/strgen
ludde b72e1fb67d (svn r2597) Feature: [string system] Support cases.
- Cases are used to change a string, such as Coal Mine, depending on the surrounding context.
  - Cases are defined like "STR_4802_COAL_MINE.ack  :Coala Mina"
  - All cases need to be listed on the top of the file like this "##case ack"
  - When using the string, type {STRING.ack} to choose the "ack" version of Coal mine.
  - Also combined the strgen arrays into a struct, and fixed a bug with SetXY.
19 years ago
..
stdafx.c (svn r1) Import of revision 975 of old (crashed) SVN 20 years ago
stdafx.h (svn r1) Import of revision 975 of old (crashed) SVN 20 years ago
strgen.c (svn r2597) Feature: [string system] Support cases. 19 years ago
strgen.dsp (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2 20 years ago
strgen.dsw (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2 20 years ago
strgen.tgt (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2 20 years ago
strgen.vcproj (svn r2070) - VS.NET: remove all superflouos file compilation directives (inherit setting from project defaults), except for w32dm.c which has to be C++. 20 years ago