Age | Commit message (Expand) | Author |
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 |
2010-11-10 | (svn r21127) -Codechange: change the max gender constant's name's style to th... | rubidium |
2010-11-07 | (svn r21115) -Codechange: make it more clear that genders and cases in the ba... | rubidium |
2010-11-07 | (svn r21113) -Codechange: remove the amount of places where the language pack... | rubidium |
2010-11-07 | (svn r21112) -Codechange: reduce the amount (of copying) variables | rubidium |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-07-24 | (svn r20211) -Codechange: Indented code should have curly braces around it. | alberth |
2010-05-20 | (svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes. | rubidium |
2010-05-13 | (svn r19811) -Codechange: make the last bits from table/strings.h use static ... | rubidium |
2010-04-12 | (svn r19614) -Codechange: "it's" => "its" where appropriate | smatz |
2010-02-26 | (svn r19264) -Fix (r19179): strgen segfaults when trying to lookup the comman... | rubidium |
2010-02-20 | (svn r19180) -Add/Fix: (partial) support for genders for cargos, industries, ... | rubidium |
2010-02-20 | (svn r19179) -Codechange: make strgen do some checking on whether genders are... | rubidium |
2010-02-12 | (svn r19114) -Change: [strgen] Modify the outputted format for MSVC builds of... | rubidium |
2010-02-12 | (svn r19113) -Change: [strgen] Remove the partially generated language file i... | rubidium |
2010-01-04 | (svn r18727) -Fix [FS#3480]: some invalid gender/plural indices in strings, w... | rubidium |
2009-12-09 | (svn r18444) -Feature: allow G and P to 'select' substrings of STRINGn for ge... | rubidium |
2009-11-28 | (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in... | frosch |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-14 | (svn r17168) -Codechange: apply coding style to if and while statements | smatz |
2009-08-12 | (svn r17157) -Add: localised decimal separator | smatz |
2009-08-09 | (svn r17137) -Fix (r17129): strgen complained a lot about english.txt compile... | rubidium |
2009-08-09 | (svn r17129) -Codechange: also let strgen warn if the translation uses STRING... | rubidium |
2009-08-06 | (svn r17095) -Codechange: make ParseStringChoice a bit safer | rubidium |
2009-06-22 | (svn r16627) -Fix: warning about comparing signed and unsigned types | smatz |
2009-06-22 | (svn r16625) -Fix: unsigned vs signed warning in strgen | rubidium |
2009-06-18 | (svn r16591) -Codechange: some coding style in strgen | rubidium |
2009-06-14 | (svn r16577) -Fix: signed/unsigned comparison | rubidium |
2009-06-14 | (svn r16576) -Fix: show the line of the translation file that has the fault a... | rubidium |
2009-05-10 | (svn r16269) -Codechange: use gcc's ability to check parameters sent to print... | smatz |
2009-04-25 | (svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopeful... | rubidium |
2009-04-23 | (svn r16129) -Feature-ish: configurable digit group separator per language wi... | rubidium |
2009-04-23 | (svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typo | rubidium |
2009-04-23 | (svn r16122) -Change: add more misc information about the behaviour of comman... | rubidium |
2009-04-21 | (svn r16115) -Change: make strgen able to 'export' the important command and ... | rubidium |