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.
|
|
|
|
|