peter1138
|
3b6d2ed064
|
(svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
|
2006-12-04 08:30:04 +00:00 |
|
Darkvater
|
494c56475f
|
(svn r6884) -Codechange: Add strict bounds checking in string formatting system.
The last parameter should point to the end of the buffer (eg lastof(buf))
Courtesy of Tron.
|
2006-10-21 23:31:34 +00:00 |
|
tron
|
a2129f3799
|
(svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
- use a variable size array instead of another malloc()
|
2006-08-19 16:30:05 +00:00 |
|
peter1138
|
512d49deee
|
(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.
|
2006-05-11 16:27:46 +00:00 |
|
peter1138
|
87e994c25b
|
(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...)
|
2006-04-23 18:27:53 +00:00 |
|
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.
|
2006-04-21 08:11:50 +00:00 |
|
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 :)
|
2006-04-21 03:00:20 +00:00 |
|