Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | HDB: Unstub HDBGame::restartMap() | Eugene Sandulenko | |
2019-09-03 | HDB: Add invokeLuaFunction() | Nipun Garg | |
2019-09-03 | HDB: Add lua_push functions and call() | Nipun Garg | |
2019-09-03 | HDB: Add cineMoveMaskedPic() Lua function | Nipun Garg | |
2019-09-03 | HDB: Added Lua print stack utility function | Eugene Sandulenko | |
2019-09-03 | HDB: Add getStringOffStack() | Nipun Garg | |
2019-09-03 | HDB: Fix argument type in checkParameters | Nipun Garg | |
2019-09-03 | HDB: Add checkParameters() to LuaScript | Nipun Garg | |
2019-09-03 | HDB: Add support to call Lua functions | Nipun Garg | |
This allows us to easily to call functions defined in the Lua scripts. | |||
2019-09-03 | HDB: Add ScriptPatches for upvalues and setglobal | Nipun Garg | |
Moved the upvalue-syntax modification from sanitizeComments to the scriptPatches | |||
2019-09-03 | HDB: Add scriptPatch and add in sanitizeScript | Nipun Garg | |
2019-09-03 | HDB: Added more debugging facilities | Eugene Sandulenko | |
2019-09-03 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2019-09-03 | HDB: Add init() to load the GLOBAL_LUA code | Nipun Garg | |
2019-09-03 | HDB: Remove the char *name arg from initScript | Nipun Garg | |
2019-09-03 | HDB: Correct the include paths from X.h to hdb/X.h | Nipun Garg | |
2019-09-03 | HDB: Add stripComments() to strip C-style comments | Nipun Garg | |
There are a few C-style comments present in the Lua files | |||
2019-09-03 | HDB: Add LuaScript::initScript | Nipun Garg | |
It creates a new Lua environment whenever a new Lua script is loaded | |||
2019-09-03 | HDB: Add _systemInit check to LuaScript | Nipun Garg | |
2019-09-03 | HDB: Add the LuaScript class to integrate Lua | Nipun Garg | |
It creates lua_State (s), initializes them and executes Lua files in them |