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-11-11
HOPKINS: Implement BASED(), remove a parameter to PLAY_SEQ()
Strangerke
2012-10-29
HOPKINS: Replace some more boolean values
Strangerke
2012-10-28
HOPKINS: Replace some 0/1 by false/true for boolean variables
Strangerke
2012-10-29
HOPKINS: Added lots of shouldQuit() checks to the loops in the script code
Paul Gilbert
2012-10-28
HOPKINS: Fix buffer overruns in the PLAY_SEQ2 method
Paul Gilbert
2012-10-28
HOPKINS: Some cleanup of field types and comparisons in PLAY_SEQ/PLAY_SEQ2
Paul Gilbert
2012-10-28
HOPKINS: Added code to delete saved temporary screen .SCR files
Paul Gilbert
2012-10-24
HOPKINS: Created new SaveFileManager class to handle save file related code
Paul Gilbert
2012-10-23
HOPKINS: Minor string and comment fix
Paul Gilbert
2012-10-22
HOPKINS: Fix gcc identified warnings
Paul Gilbert
2012-10-20
HOPKINS: Add some translated comments to function names
Strangerke
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
[prev]