Age | Commit message (Collapse) | Author |
|
|
|
_tLookupArray is a reference needed to cache
the tiles in the current level
|
|
It finds all MPC files of a common DataType that
consist of a substring.
|
|
|
|
|
|
|
|
It depends on DrawMan functionality which hasn't
been implemented yet
|
|
Char is not portable for anything other than
ASCII strings, byte is preferred. Similar changes
were made to _mapExpBarrels and _mapLaserBeams
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It counts the number of MPC entries that have
a specific substring in their filename
|
|
|
|
|
|
|
|
|
|
Moved the upvalue-syntax modification from
sanitizeComments to the scriptPatches
|
|
|
|
|
|
|
|
|
|
|
|
It executes additional files in the current
Lua environment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lua 5.0 introduced new syntax for upvalues so the
old code needs to be preprocessed first.
|
|
|
|
|
|
|
|
|
|
|
|
There are a few C-style comments present in the
Lua files
|
|
|
|
It creates a new Lua environment whenever a new
Lua script is loaded
|
|
|