Age | Commit message (Collapse) | Author |
|
vehicle GUI.
|
|
|
|
already existing functions instead of partially trying to implemented them
|
|
int8, then casted to an uint32 which caused the Squirrel lexer to bail out. Regardless... the file isn't actually ASCII, but that's beyond the point for now
|
|
be of type integer instead of boolean
|
|
|
|
|
|
|
|
defines
|
|
|
|
|
|
platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
|
|
|
|
failed to detect the end.
|
|
|
|
|
|
element next to them is erased (not the element they are pointing to), which makes them unsuitable for ScriptList.
|
|
same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there
|
|
item, not the value
|
|
functions, and return -1 on out-of-bound parameters.
|
|
in the same VM, causing e.g. constants to break the loading of info of other scripts
|
|
version.
|
|
|
|
|
|
always 64 bits, so scripts behave the same on 32 or 64 bits architectures
|
|
with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
|
|
std::make_pair.
|
|
waiting cargo API
|
|
waiting cargo
|
|
|
|
really need it, use the console.
|
|
|
|
the return is not NULL)
|
|
|
|
|
|
|
|
seprintf
|
|
of manually accounting for the amount of characters that has been written
|
|
|
|
|
|
file io code instead of assuming MAX_PATH is okay
|
|
|
|
|
|
and strecat.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
|
|
|
|
station
|
|
advanced settings window.
|