Age | Commit message (Expand) | Author |
2011-11-19 | (svn r23269) -Codechange: rename some control/string codes/IDs to be more con... | rubidium |
2011-10-29 | (svn r23064) -Fix (r23062): incrementing hexadecimal numbers is hard... | yexo |
2011-10-29 | (svn r23063) -Add: [NewGRF] stringscodes 9A 19 and 9A 20 to print 'short volu... | yexo |
2011-10-14 | (svn r23029) -Fix: [NewGRF] support for cases in strings was broken | yexo |
2011-10-12 | (svn r23027) -Fix: in some cases NewGRF string arguments were popped twice fr... | yexo |
2011-10-01 | (svn r22970) -Fix [FS#4769]: strip newlines from NewGRF strings that should n... | rubidium |
2011-09-23 | (svn r22956) -Codechange: Enhance TEXTID_TO_STRINGID() with an assert_compile(). | frosch |
2011-09-23 | (svn r22954) -Feature: [NewGRF] Allow Action4 to change text IDs 0x00D1 to 0x... | frosch |
2011-09-23 | (svn r22952) -Fix: properly limit the length of strings in a choice list | yexo |
2011-09-03 | (svn r22882) -Fix [FS#4758]: [NewGRF] DCxx text references via the textstack ... | frosch |
2011-08-20 | (svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values. | frosch |
2011-08-20 | (svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power ... | frosch |
2011-08-20 | (svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo) | frosch |
2011-08-20 | (svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind... | frosch |
2011-08-20 | (svn r22776) -Codechange: Unify the naming of NewGRF string codes; always inc... | frosch |
2011-08-20 | (svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date co... | frosch |
2011-08-20 | (svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words,... | frosch |
2011-08-12 | (svn r22735) -Fix [FS#4718]: triggering NOT_REACHED when playing with a NewGR... | rubidium |
2011-07-03 | (svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefSt... | frosch |
2011-07-03 | (svn r22628) -Codechange: Allow passing the textref stack values to use to St... | frosch |
2011-07-03 | (svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefSt... | frosch |
2011-06-12 | (svn r22564) -Codechange: Rename Get and Store persistent storage functions t... | terkhen |
2011-01-21 | (svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken si... | yexo |
2010-12-08 | (svn r21435) -Fix: NewGRF strings that referenced a value that was set by a s... | yexo |
2010-12-07 | (svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end ... | yexo |
2010-11-25 | (svn r21327) -Fix: cases are always "off-by-one" w.r.t. to the case table as ... | rubidium |
2010-11-25 | (svn r21326) -Fix: off-by-one in case choice list construction causing case l... | rubidium |
2010-11-17 | (svn r21228) -Fix: some MSVC 64 bits warnings | rubidium |
2010-11-17 | (svn r21221) -Fix (r11429): short cargo units names for some cargo types/stri... | rubidium |
2010-11-16 | (svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for plurals | rubidium |
2010-11-16 | (svn r21211) -Feature: [NewGRF] Allow specifying a "choice list" for cases an... | rubidium |
2010-11-16 | (svn r21209) -Feature: [NewGRF] Allow setting the gender of the current strin... | rubidium |
2010-11-16 | (svn r21207) -Codechange: replace the magic 0x00DE constant with something le... | rubidium |
2010-11-16 | (svn r21206) -Document: that, and why string code 9A 02 (skip/ignore next col... | rubidium |
2010-11-16 | (svn r21204) -Codechange: unify style of string code conversion | rubidium |
2010-11-16 | (svn r21202) -Codechange: allow strings with embedded '\0' in GRFText. | rubidium |
2010-11-16 | (svn r21201) -Document: some GRFText methods/fields | rubidium |
2010-11-13 | (svn r21178) -Codechange: pass the language_id to TranslateTTDPatchCodes as well | rubidium |
2010-11-05 | (svn r21086) -Feature-ish: [NewGRF] String code to print the weight in format... | rubidium |
2010-11-05 | (svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name) | rubidium |
2010-11-05 | (svn r21084) -Codechange: name a variable to cover its actual implementation ... | rubidium |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-31 | (svn r20249) -Codechange: change the newgrf name/description from a char* to ... | yexo |
2010-06-26 | (svn r20019) -Codechange: Apply function code style to a few small functions. | alberth |
2010-06-21 | (svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly conver... | yexo |
2010-04-06 | (svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword | yexo |
2010-04-06 | (svn r19569) -Fix: possible buffer underflow in newgrf string code | yexo |
2010-03-21 | (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/p... | frosch |
2010-02-25 | (svn r19254) -Codechange: simplify newgrf text code by introducing a few help... | yexo |