Age | Commit message (Collapse) | Author |
|
(especially because newgrf_station.h includes a lot of stuff).
|
|
|
|
strings.
|
|
instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings.
|
|
missing/shuffled sprites in original data files instead of shuffling or skipping
sprites directly. Some required glyphs were not loaded.
-Fix: Large capital U with grave (Ù) along with some other glyphs are broken in the original data files, so do no display them.
|
|
unneeded include from openttd.h.
|
|
when it's not necessary.
|
|
|
|
|
|
it is really needed.
|
|
|
|
logical locations.
|
|
be done in a precise order. But some compiler (MSVC) over optimised it and inverted this order.
|
|
characters.
|
|
args, which is not the same as our. So we must detect those strings and pass them the right params
|
|
NewIndustries' error messages. Patch by Csaboka.
|
|
|
|
to registers 0x100 to 0x10F.
|
|
|
|
ids for most languages.
|
|
the current
language. Since only one error can be loaded anyway, if the language didn't
match you'd get "Undefined string". Also since we're only loading one language
there's no need to use AddGRFString any more.
|
|
Bulgarian, Japanese and Korean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|