Age | Commit message (Collapse) | Author |
|
error.h
|
|
|
|
functions if they return the Z in pixels (like TilePixelHeight)
|
|
exec runs for DoCommands so NewGRF callbacks can't change the result between the runs
|
|
|
|
continuously overwritten by e.g. industry prospection without closing the old error window; also StopTextRefStackUsage() was not called for errors returned by commands (which caused FS#4599). Now return in the CommandCost result whether the textref stack needs to be used, and store a copy of the stack values in the error window just like for the normal string parameters.
|
|
while paused setting on "no actions" cheating money would fail
|
|
|
|
|
|
scenario editor
|
|
paused. Now you can enable or disable that with a setting
|
|
executed
|
|
|
|
style
|
|
|
|
|
|
|
|
|
|
some headers
|
|
order doesn't require up to 765 commands.
|
|
|
|
|
|
|
|
|
|
|
|
actually movable; e.g. HQ and owned land are pretty movable.
|
|
building lighthouses/transmitters actually happen via a command
|
|
|
|
|
|
warnings into account
|
|
sync during GUI operation.
|
|
|
|
|
|
|
|
of everything up to the first space; make it log the sync state too
|
|
unify the formatting
|
|
|
|
instead of _error_message.
|
|
|
|
|
|
|
|
|
|
copy of *this.
|
|
|
|
access tiles anymore after clearing them; that fails either in test or exec run.
|
|
wrapper functions
|
|
with the macro.
|
|
reduce duplication and remove gotos.
|
|
of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
|
|
CommandCost it tests when you don't have enough money instead of setting a global variable.
|