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: Add cineSetAnimFrame() Lua function
Nipun Garg
2019-09-03
HDB: Add cineAnimEntity() Lua function
Nipun Garg
2019-09-03
HDB: Add cineStop() Lua function
Nipun Garg
2019-09-03
HDB: Add cineMoveMaskedPic() Lua function
Nipun Garg
2019-09-03
HDB: Add setInfobarDark() Lua function
Nipun Garg
2019-09-03
HDB: Add cineDialog() Lua function
Nipun Garg
2019-09-03
HDB: Fix crash when executing Lua with debug options
Eugene Sandulenko
2019-09-03
HDB: Unstub cine functions for fore/background
Nipun Garg
2019-09-03
HDB: Unstub setBackground() and setForeground()
Nipun Garg
2019-09-03
HDB: Clean up Lua stack after script execution
Eugene Sandulenko
2019-09-03
HDB: Remove animEntity stub
Nipun Garg
2019-09-03
HDB: Remove cineEntityFace stub
Nipun Garg
2019-09-03
HDB: Remove cineMoveEntity stub
Nipun Garg
2019-09-03
HDB: Remove cineLockPlayer + cineUnlockPlayer stub
Nipun Garg
2019-09-03
HDB: Fixed nu,ber of parameters when calling Lua functions
Eugene Sandulenko
2019-09-03
HDB: Added Lua print stack utility function
Eugene Sandulenko
2019-09-03
HDB: Add getStringOffStack()
Nipun Garg
2019-09-03
HDB: Complete cineUse stub in lua-script.cpp
Nipun Garg
2019-09-03
HDB: Call locateEntity to complete stubs
Nipun Garg
2019-09-03
HDB: Set the Entity Spawn names in Lua
Nipun Garg
2019-09-03
HDB: Add init code for all AI Entities
Nipun Garg
2019-09-03
HDB: Complete cineSetEntity and setEntity stubs
Nipun Garg
2019-09-03
HDB: Change the type of _cineAbortFunc
Nipun Garg
2019-09-03
HDB: Fix type cast formatting errors
Nipun Garg
2019-09-03
HDB: Fix argument type in checkParameters
Nipun Garg
2019-09-03
HDB: Complete the fade stubs in lua-script.cpp
Nipun Garg
2019-09-03
HDB: Complete stubs: cineWait + cineWaitUntilDone
Nipun Garg
2019-09-03
HDB: Complete the cineMoveCamera stub
Nipun Garg
2019-09-03
HDB: Complete the cineResetCamera stub
Nipun Garg
2019-09-03
HDB: Complete the SetCamera stub in lua-script.cpp
Nipun Garg
2019-09-03
HDB: Fill out the cineStart stub in lua-script.cpp
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: 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
[next]