Commit Graph

5 Commits (0a0b8f22aa45e7c87d86a0f0c54f1878b9c80cae)

Author SHA1 Message Date
Darkvater 0a0b8f22aa (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 19 years ago
peter1138 91aab56161 (svn r4497) - NewGRF minor fixes: (Rubidium)
- Remove a define in favour of using the lengthof() an array.
  - Fix typos in language names enum.
  - Add Brazilian ISO code.
19 years ago
peter1138 720f194217 (svn r4495) - NewGRF: Implement conversion from old language IDs (bitmask) to new language IDs (value) 19 years ago
peter1138 6567292bf1 (svn r4494) - NewGRF: Clean up and reset custom texts 19 years ago
belugas bbb2c58456 (svn r4493) Newgrf : Action 04. Beginning of implementation.
Some TODOs left, but the core is there.
Thanks to Peter1138 for code, advice and patience
And to Patchman for letting us define a lot of langids :)
19 years ago