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.h
Age
Commit message (
Expand
)
Author
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
2019-09-03
HDB: Add ScriptPatches for upvalues and setglobal
Nipun Garg
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
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