Age | Commit message (Expand) | Author |
2013-06-23 | (svn r25436) -Codechange: split the font detection code out of the font cachi... | rubidium |
2013-06-01 | (svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..... | frosch |
2013-06-01 | (svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o... | frosch |
2013-03-10 | (svn r25078) -Add: New plural form to be used by Scottish Gaelic (1,11; 2,12;... | planetmaker |
2013-02-08 | (svn r24981) -Fix: handle corner case where an encoded string contains too ma... | rubidium |
2013-02-08 | (svn r24980) -Fix: memory leak in corner case of handling encoded strings | rubidium |
2013-01-14 | (svn r24915) -Fix: Several out-of-bounds reads | smatz |
2013-01-12 | (svn r24910) -Fix: [strgen] Description of plural form 3 was incorrect. | frosch |
2013-01-12 | (svn r24909) -Codechange: Remove implicit bool -> integer conversion. | frosch |
2013-01-12 | (svn r24908) -Fix [FS#5419]: Allow GSs to pass negative integer string parame... | zuu |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-12-08 | (svn r24801) -Codechange: Add functions to set integral DParams to suitable v... | frosch |
2012-10-14 | (svn r24593) -Fix [FS#5333]: crash when a gamescript provided too many parame... | yexo |
2012-09-12 | (svn r24523) -Fix: The gender of an industry name is defined by the industry-... | frosch |
2012-09-12 | (svn r24522) -Codechange: Rename _keep_gender_data to _scan_for_gender_data t... | frosch |
2012-07-03 | (svn r24373) -Codechange: Improve descriptions of plural forms. | frosch |
2012-03-10 | (svn r24022) -Add: CARGO_LIST control code for strings | rubidium |
2012-02-27 | (svn r23995) -Fix [FS#5079]: Improve rounding when converting display speeds ... | michi_cc |
2012-02-14 | (svn r23945) -Fix: Better rounding when converting internal speed to displaye... | michi_cc |
2012-02-12 | (svn r23941) -Add: support for clang | smatz |
2012-01-21 | (svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes t... | yexo |
2012-01-15 | (svn r23805) -Add: {STRING6} and {STRING7}. | frosch |
2012-01-15 | (svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing w... | yexo |
2012-01-09 | (svn r23782) -Fix [FS#4965]: crash due to genders used for station name in ha... | rubidium |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-01 | (svn r23706) -Codechange: prevent 'unknown command' doxygen errors | smatz |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2011-12-20 | (svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are no... | rubidium |
2011-12-19 | (svn r23636) -Add: introduce ScriptText in parameters where it can be used | truebrain |
2011-12-19 | (svn r23635) -Add: introduce GSText, to allow translating GameScript text, ev... | truebrain |
2011-12-19 | (svn r23634) -Add: support language files for GameScript (Rubidium) | truebrain |
2011-12-19 | (svn r23598) -Fix: harden FormatString against abuse | truebrain |
2011-12-17 | (svn r23585) -Codechange: replace some magic numbers with less magic constants | rubidium |
2011-12-10 | (svn r23478) -Codechange: add a method to copy string parameters *and* its ra... | rubidium |
2011-12-10 | (svn r23474) -Codechange: move the declaration error related functions to err... | rubidium |
2011-12-10 | (svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's abi... | rubidium |
2011-11-23 | (svn r23297) -Add: {CARGO_TINY} (Rubidium) | truebrain |
2011-11-20 | (svn r23276) -Codechange: add the answer for the question whether we're looki... | rubidium |
2011-11-20 | (svn r23275) -Codechange: allow loading of the monospace (freetype) font at a... | rubidium |
2011-11-20 | (svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMis... | rubidium |
2011-11-20 | (svn r23271) -Codechange: don't repeatedly initialise and free the freetype l... | rubidium |
2011-11-19 | (svn r23270) -Fix (r23267): compile failure without freetype | rubidium |
2011-11-19 | (svn r23269) -Codechange: rename some control/string codes/IDs to be more con... | rubidium |
2011-11-19 | (svn r23267) -Codechange: unify the font name setting of the font cache | rubidium |
2011-11-19 | (svn r23265) -Codechange: replace the setfallbackfont callback function with ... | rubidium |
2011-11-17 | (svn r23242) -Codechange: allow ignoring the sprite font completely when chec... | rubidium |
2011-11-16 | (svn r23237) -Fix: ignore special characters, such as the train "character", ... | rubidium |
2011-10-20 | (svn r23044) -Codechange: reorder parameter order so we can make use of the d... | yexo |
2011-10-20 | (svn r23043) -Fix: allow the use of cases only for those cases where strgen a... | yexo |
2011-10-20 | (svn r23042) -Codechange: make case_index an explicit parameter of GetStringW... | yexo |