Age | Commit message (Collapse) | Author |
|
valuator call takes way too long.
|
|
from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes.
|
|
API, instead of relying on the export script to break on '/*'.
|
|
the API.
|
|
|
|
|
|
conversions in initializer lists.
|
|
ScriptTest/ExecMode.
|
|
|
|
producing/accepting tile functions.
|
|
|
|
from itself.
|
|
|
|
sprite aligner (juzza1).
|
|
instead of looking up map-items multiple times per API call.
|
|
industry, or town when publishing news.
|
|
|
|
|
|
|
|
|
|
outside of the bounds of a 32 bits integer
|
|
|
|
|
|
spaces)
|
|
comments
|
|
|
|
|
|
|
|
|
|
a map
|
|
|
|
autoreplace GUI.
|
|
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
|