Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to easily to call functions
defined in the Lua scripts.
|
|
|
|
|
|
|
|
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
|