aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Set the Entity Spawn names in LuaNipun Garg
2019-09-03HDB: Add init code for all AI EntitiesNipun Garg
2019-09-03HDB: Complete cineSetEntity and setEntity stubsNipun Garg
2019-09-03HDB: Change the type of _cineAbortFuncNipun Garg
2019-09-03HDB: Fix type cast formatting errorsNipun Garg
2019-09-03HDB: Fix argument type in checkParametersNipun Garg
2019-09-03HDB: Complete the fade stubs in lua-script.cppNipun Garg
2019-09-03HDB: Complete stubs: cineWait + cineWaitUntilDoneNipun Garg
2019-09-03HDB: Complete the cineMoveCamera stubNipun Garg
2019-09-03HDB: Complete the cineResetCamera stubNipun Garg
2019-09-03HDB: Complete the SetCamera stub in lua-script.cppNipun Garg
2019-09-03HDB: Fill out the cineStart stub in lua-script.cppNipun Garg
2019-09-03HDB: Add checkParameters() to LuaScriptNipun Garg
2019-09-03HDB: Add support to call Lua functionsNipun Garg
2019-09-03HDB: Change filenames to full-game versionsNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Make sure there is no OOB access for patched scriptsEugene Sandulenko
2019-09-03HDB: Add ScriptPatches for upvalues and setglobalNipun Garg
2019-09-03HDB: Add ScriptPatches for setglobal functionNipun Garg
2019-09-03HDB: Add scriptPatch and add in sanitizeScriptNipun Garg
2019-09-03HDB: Hid Lua execution trace to debug level 8Eugene Sandulenko
2019-09-03HDB: Add error handling during level_init executionEugene Sandulenko
2019-09-03HDB: Add executeFile to LuaScriptNipun Garg
2019-09-03HDB: Refer to the Lua error handlerEugene Sandulenko
2019-09-03HDB: Added more debugging facilitiesEugene Sandulenko
2019-09-03HDB: Move debugging facilities earlier in the codeEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03JANITORIAL: Whitespace fixesEugene Sandulenko
2019-09-03HDB: Added quick & dirty Lua tracingEugene 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: Load GLOBAL_LUA in initScriptNipun Garg
2019-09-03HDB: Modify stripComments to sanitizeScriptNipun Garg
2019-09-03HDB: Add stubs for the Lua extensionsNipun Garg
2019-09-03HDB: Change comments from /**/ to #if 0 ... #endifNipun Garg
2019-09-03HDB: Add *g_hdb to access the subsystemsNipun 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