newgrf_text.c
Fri, 01 Sep 2006 02:56:02 +0000 belugas (svn r6289) -Fix(r6108) : case 0x48 (generic text) should not have been set over newstations.
Sat, 19 Aug 2006 16:30:05 +0000 tron (svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
Sat, 19 Aug 2006 09:31:22 +0000 truelight (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
Thu, 18 May 2006 15:34:36 +0000 peter1138 (svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working.
Tue, 16 May 2006 15:37:00 +0000 belugas (svn r4888) CodeChange : Newgrf : little cleanup and additions
Thu, 11 May 2006 16:27:46 +0000 peter1138 (svn r4832) - NewGRF: add support for original string ID to newgrf text handling. So far, this is used for vehicles when no English or American translation is provided.
Sun, 23 Apr 2006 21:52:54 +0000 peter1138 (svn r4557) - NewGRF: translate from TTDPatch control codes to our own, instead of just simple validation. We still perform
Sun, 23 Apr 2006 18:27:53 +0000 peter1138 (svn r4550) - NewGRF: update string system to new rules: a grf version of less than 6 uses the old scheme, of 7 or more uses the new scheme. (Moving targets, yay...)
Sat, 22 Apr 2006 13:56:16 +0000 Darkvater (svn r4529) - Codechange: Use proper naming for hex numbers in debug prints eg. 0xF3A6. Use fixed lengths where applicable (newgrf). Unfortunately '%#X' is unusable since it gives 0XFF3 and '%#x' gives 0xff3 while we want 0xFF3 :P
Fri, 21 Apr 2006 08:11:50 +0000 peter1138 (svn r4497) - NewGRF minor fixes: (Rubidium)
Fri, 21 Apr 2006 07:03:37 +0000 peter1138 (svn r4495) - NewGRF: Implement conversion from old language IDs (bitmask) to new language IDs (value)
Fri, 21 Apr 2006 06:55:47 +0000 peter1138 (svn r4494) - NewGRF: Clean up and reset custom texts
Fri, 21 Apr 2006 03:00:20 +0000 belugas (svn r4493) Newgrf : Action 04. Beginning of implementation.