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.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Process cineSetEntity()
Nipun Garg
2019-09-03
HDB: Add cineSetEntity()
Nipun Garg
2019-09-03
HDB: Fix camera setting
Eugene Sandulenko
2019-09-03
HDB: Fix output format
Eugene Sandulenko
2019-09-03
HDB: Add additional debug output for C_MOVECAMERA
Nipun Garg
2019-09-03
HDB: Add debug output for C_MOVECAMERA
Nipun Garg
2019-09-03
HDB: Initialise CineCommand
Eugene Sandulenko
2019-09-03
HDB: Added debug output to Cine execution
Eugene Sandulenko
2019-09-03
HDB: Modify prcocessCines for complete and bailOut
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: Call the fade Stubs from processCines()
Nipun Garg
2019-09-03
HDB: Process cineFadeIn() and cineFadeOut()
Nipun Garg
2019-09-03
HDB: Add cineFadeIn() and cineFadeOut()
Nipun Garg
2019-09-03
HDB: Fix units in delay in processCines - C_WAIT
Nipun Garg
2019-09-03
HDB: Add default case to processCines()
Nipun Garg
2019-09-03
HDB: Stub out AI::init()
Nipun Garg
2019-09-03
HDB: Fill out centerMapXY stubs
Nipun Garg
2019-09-03
HDB: Process cineWait and cineWaitUntilDone
Nipun Garg
2019-09-03
HDB: Add cineWait() and cineWaitUntilDone()
Nipun Garg
2019-09-03
HDB: Add processCines to execute the CineCommands
Nipun Garg
2019-09-03
HDB: Complete the cineStart function
Nipun Garg
2019-09-03
HDB: Add the AI class
Nipun Garg