aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix trigger launchingEugene Sandulenko
2019-09-03HDB: Add startMap lua functionNipun Garg
2019-09-03HDB: Implement loadMap()Eugene Sandulenko
2019-09-03HDB: Implement loadLua()Eugene Sandulenko
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: Add LASTMAPNAME Lua variableEugene Sandulenko
2019-09-03HDB: Added more script patchesEugene Sandulenko
2019-09-03HDB: Unstub playSound callsNipun Garg
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Add Lua functions for message() and dialog()Nipun Garg
2019-09-03HDB: Fix warnings, const'nessEugene Sandulenko
2019-09-03HDB: Add Lua function for setPointerState()Nipun Garg
2019-09-03HDB: Add Lua functions for textOutNipun Garg
2019-09-03HDB: Add Lua function for killTrigger()Nipun Garg
2019-09-03HDB: Add Lua functions for InventoryNipun Garg
2019-09-03HDB: Add Lua function for spawn()Nipun Garg
2019-09-03HDB: Add Lua function for animation()Nipun Garg
2019-09-03HDB: Add lua function for clearForeground()Nipun Garg
2019-09-03HDB: Add Lua functions for Entities + entityFace()Nipun Garg
2019-09-03HDB: Add Lua function for setEntDir()Nipun Garg
2019-09-03HDB: Add Lua functions for DeliveriesNipun Garg
2019-09-03HDB: Add lua functions for dialog and getEntityXYNipun Garg
2019-09-03HDB: Add patches for deprecated Lua 4.0 callsNipun Garg
2019-09-03HDB: Add Lua cineTextOut() and cineCenterTextOut()Nipun Garg
2019-09-03HDB: Add remaining luaGlobalStrings\ValuesNipun Garg
2019-09-03HDB: Add invokeLuaFunction()Nipun Garg
2019-09-03HDB: Remove error message stubNipun Garg
2019-09-03HDB: Add lua_push functions and call()Nipun Garg
2019-09-03HDB: Added several Lua global valuesEugene Sandulenko
2019-09-03HDB: Fix parameters in cineSetAnimFrame()Eugene Sandulenko
2019-09-03HDB: Fix Lua stack indicesNipun Garg
2019-09-03HDB: Add cineSetAnimFrame() Lua functionNipun Garg
2019-09-03HDB: Add cineAnimEntity() Lua functionNipun Garg
2019-09-03HDB: Add cineStop() Lua functionNipun Garg
2019-09-03HDB: Add cineMoveMaskedPic() Lua functionNipun Garg
2019-09-03HDB: Add setInfobarDark() Lua functionNipun Garg
2019-09-03HDB: Add cineDialog() Lua functionNipun Garg
2019-09-03HDB: Fix crash when executing Lua with debug optionsEugene Sandulenko
2019-09-03HDB: Unstub cine functions for fore/backgroundNipun Garg
2019-09-03HDB: Unstub setBackground() and setForeground()Nipun Garg
2019-09-03HDB: Clean up Lua stack after script executionEugene Sandulenko
2019-09-03HDB: Remove animEntity stubNipun Garg
2019-09-03HDB: Remove cineEntityFace stubNipun Garg
2019-09-03HDB: Remove cineMoveEntity stubNipun Garg
2019-09-03HDB: Remove cineLockPlayer + cineUnlockPlayer stubNipun Garg
2019-09-03HDB: Fixed nu,ber of parameters when calling Lua functionsEugene Sandulenko
2019-09-03HDB: Added Lua print stack utility functionEugene Sandulenko
2019-09-03HDB: Add getStringOffStack()Nipun Garg
2019-09-03HDB: Complete cineUse stub in lua-script.cppNipun Garg
2019-09-03HDB: Call locateEntity to complete stubsNipun Garg