Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
The previous flow only allowed one subsystem to
be initialized.
|
|
Added the LuaScript *lua pointer. Also called the
destructors for fileMan and lua
|
|
|
|
It creates lua_State (s), initializes them and
executes Lua files in them
|
|
|
|
|
|
_surface is freed in the destructors for Picture
and Tile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The input stream is designed keeping in mind the structure
of the MPC file in mind.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|