index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
lua-script.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Change filenames to full-game versions
Nipun Garg
2019-09-03
HDB: Fix variables according to Naming Conventions
Nipun Garg
2019-09-03
HDB: Make sure there is no OOB access for patched scripts
Eugene Sandulenko
2019-09-03
HDB: Add ScriptPatches for upvalues and setglobal
Nipun Garg
2019-09-03
HDB: Add ScriptPatches for setglobal function
Nipun Garg
2019-09-03
HDB: Add scriptPatch and add in sanitizeScript
Nipun Garg
2019-09-03
HDB: Hid Lua execution trace to debug level 8
Eugene Sandulenko
2019-09-03
HDB: Add error handling during level_init execution
Eugene Sandulenko
2019-09-03
HDB: Add executeFile to LuaScript
Nipun Garg
2019-09-03
HDB: Refer to the Lua error handler
Eugene Sandulenko
2019-09-03
HDB: Added more debugging facilities
Eugene Sandulenko
2019-09-03
HDB: Move debugging facilities earlier in the code
Eugene Sandulenko
2019-09-03
HDB: Fix warnings
Eugene Sandulenko
2019-09-03
JANITORIAL: Whitespace fixes
Eugene Sandulenko
2019-09-03
HDB: Added quick & dirty Lua tracing
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: Load GLOBAL_LUA in initScript
Nipun Garg
2019-09-03
HDB: Modify stripComments to sanitizeScript
Nipun Garg
2019-09-03
HDB: Add stubs for the Lua extensions
Nipun Garg
2019-09-03
HDB: Change comments from /**/ to #if 0 ... #endif
Nipun Garg
2019-09-03
HDB: Add *g_hdb to access the subsystems
Nipun Garg
2019-09-03
HDB: Add stripComments() to strip C-style comments
Nipun Garg
2019-09-03
HDB: Add LuaScript::initScript
Nipun Garg
2019-09-03
HDB: Add _systemInit check to LuaScript
Nipun Garg
2019-09-03
HDB: Add the LuaScript class to integrate Lua
Nipun Garg