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 | file | diff | annotate |
Fri, 21 Apr 2006 08:11:50 +0000 | peter1138 | (svn r4497) - NewGRF minor fixes: (Rubidium) | file | diff | annotate |
Fri, 21 Apr 2006 07:03:37 +0000 | peter1138 | (svn r4495) - NewGRF: Implement conversion from old language IDs (bitmask) to new language IDs (value) | file | diff | annotate |
Fri, 21 Apr 2006 06:55:47 +0000 | peter1138 | (svn r4494) - NewGRF: Clean up and reset custom texts | file | diff | annotate |
Fri, 21 Apr 2006 03:00:20 +0000 | belugas | (svn r4493) Newgrf : Action 04. Beginning of implementation. | file | diff | annotate |