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-21
HDB: Use fabs instead of abs for doubles
sluicebox
2019-09-07
HDB: Fix some array compared to nullptr, reduce some variable scopes
Strangerke
2019-09-03
HDB: Remove unnecessary warnings
Nipun Garg
2019-09-03
HDB: Hid noisy debug messages, removed one unneeded stub
Eugene Sandulenko
2019-09-03
HDB: Remove redundant stubs
Nipun Garg
2019-09-03
HDB: Clean up in ai-cinematic
Strangerke
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Fix some more CppCheck warnings, use static const in various functions
Strangerke
2019-09-03
HDB: Add temp variable to store Map name
Nipun Garg
2019-09-03
HDB: Add cineFunction()
Nipun Garg
2019-09-03
HDB: Add cineRemoveEntity()
Nipun Garg
2019-09-03
HDB: Add cinematic functions for Pic
Nipun Garg
2019-09-03
HDB: Fixed AI::cineRemoveFromBlitList()
Eugene Sandulenko
2019-09-03
HDB: Add cinePlayVoice() and cinePlaySound()
Nipun Garg
2019-09-03
HDB: Add cineStartMap()
Nipun Garg
2019-09-03
HDB: Fix AI::cineStart()
Eugene Sandulenko
2019-09-03
HDB: Fix cineAbort(), so it really removes the state machine program
Eugene Sandulenko
2019-09-03
HDB: Finish cineCleanup()
Eugene Sandulenko
2019-09-03
HDB: Implement cineSpawnEntity()
Eugene Sandulenko
2019-09-03
HDB: Implement Window::closeAll()
Eugene Sandulenko
2019-09-03
HDB: Rename _drawMan -> _gfx
Eugene Sandulenko
2019-09-03
HDB: Fix crash when skipping cinematic
Eugene Sandulenko
2019-09-03
HDB: Fix drawing Cine Pics. This affects drawing thorwn clock
Eugene Sandulenko
2019-09-03
HDB: Use case-insensitive string comparison
Eugene Sandulenko
2019-09-03
HDB: Remove 'Check Pause Flag' stubs
Nipun Garg
2019-09-03
HDB: Process cineTextOut() and cineCenterTextOut()
Nipun Garg
2019-09-03
HDB: Add cineTextOut() and cineCenterTextOut()
Nipun Garg
2019-09-03
HDB: Hid noisy stubs
Eugene Sandulenko
2019-09-03
HDB: Fix CineCommand struct, use const char * insted of preallocated arrays
Eugene Sandulenko
2019-09-03
HDB: Add debug output to cineDialog
Nipun Garg
2019-09-03
HDB: Added more debug output and hid some verbose stubs
Eugene Sandulenko
2019-09-03
HDB: Fix space formatting
Nipun Garg
2019-09-03
HDB: Add debug output
Nipun Garg
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
[next]