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
/
hopkins
/
anim.cpp
Age
Commit message (
Expand
)
Author
2012-10-16
HOPKINS: Bugfixes for scene animations initialisation
Paul Gilbert
2012-10-13
HOPKINS: Reimplemented animation player method
Paul Gilbert
2012-10-13
HOPKINS: Corrected some file exists calls
Paul Gilbert
2012-10-11
HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.
Paul Gilbert
2012-10-10
HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.
Paul Gilbert
2012-10-10
HOPKINS: Fixed loading in CHARGE_BANK_SPRITE1
Paul Gilbert
2012-10-06
HOPKINS: Converted the file manager from static to a standard manager class
Paul Gilbert
2012-10-05
HOPKINS: Implemented PLAY_SEQ2
Paul Gilbert
2012-10-05
HOPKINS: Implemented sequence player
Paul Gilbert
2012-10-05
HOPKINS: Implemented lots more of the remaining stubbed methods
Paul Gilbert
2012-10-03
HOPKINS: Implemented more stubbed object manager methods
Paul Gilbert
2012-09-30
HOPKINS: Changed all __int16 to int
Paul Gilbert
2012-09-30
HOPKINS: Implemented more object manager methods
Paul Gilbert
2012-09-23
HOPKINS: Added extra shouldQuit check to animation player
Paul Gilbert
2012-09-19
HOPKINS: Initial implementation of some code that will be needed for cursor d...
Paul Gilbert
2012-09-16
HOPKINS: Implemented BOB_ANIM_ON and BOB_ANIM_OFF
Paul Gilbert
2012-09-16
HOPKINS: Implementing code for CHARGE_ANIM and dependent methods
Paul Gilbert
2012-09-15
HOPKINS: Implemented Vbe decoding so introduction now runs
Paul Gilbert
2012-09-15
HOPKINS: initial implementation of INTORUN method
Paul Gilbert
2012-09-15
HOPKINS: Cleanup and refactoring of frame counting and delays
Paul Gilbert
2012-09-15
HOPKINS: Initial implementation of main animation player method
Paul Gilbert