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
/
ai-cinematic.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Fix boolean check
Nipun Garg
2019-09-03
HDB: Process cineSetAnimFrame()
Nipun Garg
2019-09-03
HDB: Add cineSetAnimFrame()
Nipun Garg
2019-09-03
HDB: Process cineAnimEntity()
Nipun Garg
2019-09-03
HDB: Add cineAnimEntity()
Nipun Garg
2019-09-03
HDB: Add cineStop() Lua function
Nipun Garg
2019-09-03
HDB: Process stopCine()
Nipun Garg
2019-09-03
HDB: Add cineStop()
Nipun Garg
2019-09-03
HDB: Remove stub for _cineBlitList drawing
Nipun Garg
2019-09-03
HDB: Remove checkDialogsClose() stub
Nipun Garg
2019-09-03
HDB: Process cineMoveMaskedPic()
Nipun Garg
2019-09-03
HDB: Add cineMoveMaskedPic()
Nipun Garg
2019-09-03
HDB: Add cineAbort() and cineCleanUp()
Nipun Garg
2019-09-03
HDB: Add _cineFreeList functions
Nipun Garg
2019-09-03
HDB: Add _cineBlitList functions
Nipun Garg
2019-09-03
HDB: Add _cineBlitList and _cineFreeList
Nipun Garg
2019-09-03
HDB: Add debug output
Nipun Garg
2019-09-03
HDB: Add and modify debug output
Nipun Garg
2019-09-03
HDB: Process cineDialog()
Nipun Garg
2019-09-03
HDB: Add cineDialog()
Nipun Garg
2019-09-03
HDB: Fix wrong code introduced during debugging
Nipun Garg
2019-09-03
HDB: Fix local variable warnings
Nipun Garg
2019-09-03
HDB: Add checkAutoList calls to C_USENTITY
Nipun Garg
2019-09-03
HDB: Fix CineCommand string and title values
Nipun Garg
2019-09-03
HDB: Comment out C_USEENTITY
Nipun Garg
2019-09-03
HDB: Modify AI pointer arrays to be struct arrays
Nipun Garg
2019-09-03
HDB: Unstub checkAutoList() from C_USEENTITY
Nipun Garg
2019-09-03
HDB: Remove stub from processCines: C_USEENTITY
Nipun Garg
2019-09-03
HDB: Remove stubs from processCines: C_RESETCAMERA
Nipun Garg
2019-09-03
HDB: Process C_CLEAR_FG, C_SET_FG, C_SET_BG
Nipun Garg
2019-09-03
HDB: Add cine clear FG, and set BG/FG functions
Nipun Garg
2019-09-03
HDB: Modify C_MOVECAMERA debug output
Nipun Garg
2019-09-03
HDB: Fix warning() calls
Nipun Garg
2019-09-03
HDB: Fix switch-case warnings
Nipun Garg
2019-09-03
HDB: Process cineEntityFace()
Nipun Garg
2019-09-03
HDB: Add cineEntityFace()
Nipun Garg
2019-09-03
HDB: Remove cineMoveEntity stub
Nipun Garg
2019-09-03
HDB: Process cineMoveEntity()
Nipun Garg
2019-09-03
HDB: Add cineMoveEntity()
Nipun Garg
2019-09-03
HDB: Process cineLockPlayer() + cineUnlockPlayer()
Nipun Garg
2019-09-03
HDB: Add cineLockPlayer() and cineUnlockPlayer()
Nipun Garg
2019-09-03
HDB: Add debug output to C_SETENTITY
Nipun Garg
2019-09-03
HDB: Pass correct variable into warning()
Nipun Garg
2019-09-03
HDB: Process cineUseEntity()
Nipun Garg
2019-09-03
HDB: Add cineUseEntity()
Nipun Garg
2019-09-03
HDB: Call locateEntity to complete stubs
Nipun Garg
2019-09-03
HDB: Add init code for all AI Entities
Nipun Garg