aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
AgeCommit message (Expand)Author
2019-09-03HDB: Implement loadLua()Eugene Sandulenko
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: Add invokeLuaFunction()Nipun Garg
2019-09-03HDB: Add lua_push functions and call()Nipun Garg
2019-09-03HDB: Add cineMoveMaskedPic() Lua functionNipun Garg
2019-09-03HDB: Added Lua print stack utility functionEugene Sandulenko
2019-09-03HDB: Add getStringOffStack()Nipun Garg
2019-09-03HDB: Fix argument type in checkParametersNipun Garg
2019-09-03HDB: Add checkParameters() to LuaScriptNipun Garg
2019-09-03HDB: Add support to call Lua functionsNipun Garg
2019-09-03HDB: Add ScriptPatches for upvalues and setglobalNipun Garg
2019-09-03HDB: Add scriptPatch and add in sanitizeScriptNipun Garg
2019-09-03HDB: Added more debugging facilitiesEugene Sandulenko
2019-09-03JANITORIAL: Whitespace fixesEugene Sandulenko
2019-09-03HDB: Add init() to load the GLOBAL_LUA codeNipun Garg
2019-09-03HDB: Remove the char *name arg from initScriptNipun Garg
2019-09-03HDB: Correct the include paths from X.h to hdb/X.hNipun Garg
2019-09-03HDB: Add stripComments() to strip C-style commentsNipun Garg
2019-09-03HDB: Add LuaScript::initScriptNipun Garg
2019-09-03HDB: Add _systemInit check to LuaScriptNipun Garg
2019-09-03HDB: Add the LuaScript class to integrate LuaNipun Garg