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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
It creates lua_State (s), initializes them and
executes Lua files in them
|