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: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Add more Platform-specific Constants
Nipun Garg
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Put both data and Lua saves into single file
Eugene Sandulenko
2019-09-03
HDB: Move save filename generation to genSaveFileName()
Eugene Sandulenko
2019-09-03
HDB: Add Input::assignKey(), LuaScript::isValid()
Nipun Garg
2019-09-03
HDB: Add openFile, write, closeFile Lua functions
Nipun Garg
2019-09-03
HDB: Add save/load for the Lua Globals environment
Nipun Garg
2019-09-03
HDB: Add structs and functions for Lua Globals
Nipun Garg
2019-09-03
HDB: Attempt to implement hot patches
Eugene Sandulenko
2019-09-03
HDB: Simplify executeChunk() function
Eugene Sandulenko
2019-09-03
HDB: Implement loadLua()
Eugene Sandulenko
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
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