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: Rename _drawMan -> _gfx
Eugene Sandulenko
2019-09-03
HDB: Add Lua functions for message() and dialog()
Nipun Garg
2019-09-03
HDB: Fix warnings, const'ness
Eugene Sandulenko
2019-09-03
HDB: Add Lua function for setPointerState()
Nipun Garg
2019-09-03
HDB: Add Lua functions for textOut
Nipun Garg
2019-09-03
HDB: Add Lua function for killTrigger()
Nipun Garg
2019-09-03
HDB: Add Lua functions for Inventory
Nipun Garg
2019-09-03
HDB: Add Lua function for spawn()
Nipun Garg
2019-09-03
HDB: Add Lua function for animation()
Nipun Garg
2019-09-03
HDB: Add lua function for clearForeground()
Nipun Garg
2019-09-03
HDB: Add Lua functions for Entities + entityFace()
Nipun Garg
2019-09-03
HDB: Add Lua function for setEntDir()
Nipun Garg
2019-09-03
HDB: Add Lua functions for Deliveries
Nipun Garg
2019-09-03
HDB: Add lua functions for dialog and getEntityXY
Nipun Garg
2019-09-03
HDB: Add patches for deprecated Lua 4.0 calls
Nipun Garg
2019-09-03
HDB: Add Lua cineTextOut() and cineCenterTextOut()
Nipun Garg
2019-09-03
HDB: Add remaining luaGlobalStrings\Values
Nipun Garg
2019-09-03
HDB: Add invokeLuaFunction()
Nipun Garg
2019-09-03
HDB: Remove error message stub
Nipun Garg
2019-09-03
HDB: Add lua_push functions and call()
Nipun Garg
2019-09-03
HDB: Added several Lua global values
Eugene Sandulenko
2019-09-03
HDB: Fix parameters in cineSetAnimFrame()
Eugene Sandulenko
2019-09-03
HDB: Fix Lua stack indices
Nipun Garg
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
[next]