Age | Commit message (Collapse) | Author |
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
|
to registers 0x100 to 0x10F.
|
|
finder is set to if no config file is found (ln-)
|
|
colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
|
|
assume that the gender is in the front of the string when there can be case switching code at that location.
|
|
StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.
|
|
as super class.
|
|
super class.
|
|
super class.
|
|
and COMMA handle writing 64 bit integers to the strings.
|
|
on Windows (In-)
|
|
temp-variable-with-value-of-lookup (skidd13)
|
|
variables.h to strings.h
|
|
|
|
(president) name
by index
|
|
|
|
stations before one had to rename them.
|
|
Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id.
|
|
|
|
were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
|
|
because everything is already 64 bits by default.
|
|
better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
|
drawing the amount of money.
|
|
|
|
|
|
be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
|
|
|
|
|
|
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
tabs with spaces.
|
|
|
|
The end of the preliminary work is near
|
|
|
|
landscape types.
|
|
properly in/from the cfg.
|
|
clear and extendable (more language paths).
|
|
|
|
|
|
|
|
struct array (with accessor) and implement new initialization method using cargo labels.
|
|
on non-windows because this wrapper was only active for win32 (thx Rubidium)
|
|
filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
|
|
|
|
code, as 1 mph == 1.6 km/h is too far out for some people.
|
|
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|