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
/
sherlock
/
animation.cpp
Age
Commit message (
Expand
)
Author
2016-03-14
SHERLOCK: Changed engine to use Graphics::ManagedSurface
Paul Gilbert
2015-09-14
SHERLOCK: 3DO: Fix introduction
Paul Gilbert
2015-09-13
SHERLOCK: 3DO: Implementing high-resolution mode for 3DO version
Paul Gilbert
2015-06-12
SHERLOCK: 3DO: some work on font file loading
Martin Kiewitz
2015-06-12
SHERLOCK: remove transBlitFromUnscaled3DO
Martin Kiewitz
2015-06-11
SHERLOCK: 3DO: load walk.anim for player
Martin Kiewitz
2015-06-10
SHERLOCK: 3DO intro: implement fade from white
Martin Kiewitz
2015-06-07
SHERLOCK: 3DO intro: audio implemented
Martin Kiewitz
2015-06-07
SHERLOCK: Fix GCC compilation
Torbjörn Andersson
2015-06-07
SHERLOCK: 3DO animation support
Martin Kiewitz
2015-05-19
SHERLOCK: Fix regression in intro sequence display
Paul Gilbert
2015-05-19
SHERLOCK: Refactor Surface not to descend directly from Graphics::Surface
Paul Gilbert
2015-05-19
SHERLOCK: Move method comments from cpp to headers
Paul Gilbert
2015-05-18
SHERLOCK: Move the override filename fields into the Animation class
Paul Gilbert
2015-05-18
SHERLOCK: Syntactic fixes
Paul Gilbert
2015-05-18
SHERLOCK: Remove unused variable
Paul Gilbert
2015-05-18
SHERLOCK: Fix code formatting issues and comment spelling mistakes
sirlemonhead
2015-05-13
SHERLOCK: Fix speed of animations
Paul Gilbert
2015-05-13
SHERLOCK: Implement sound priority
Strangerke
2015-05-13
SHERLOCK: Fix to correctly increment animation variables
sirlemonhead
2015-05-12
SHERLOCK: Re-factored Scalpel arrays out of Animation
sirlemonhead
2015-05-09
SHERLOCK: Make copyright headers consistent
Willem Jan Palenstijn
2015-05-09
SHERLOCK: Fix string equality tests
Willem Jan Palenstijn
2015-05-09
SHERLOCK: Cleanup fixes for animation player
Paul Gilbert
2015-05-09
SHERLOCK: Simplify animation loading filename handling
Paul Gilbert
2015-05-07
SHERLOCK: some code formatting
Strangerke
2015-05-07
SHERLOCK: Reduce the scope of some variables
Strangerke
2015-05-05
SHERLOCK: Fix checkForSoundFrames, add some warning TODOs
Strangerke
2015-05-01
SHERLOCK: Extra method comments
Paul Gilbert
2015-05-01
SHERLOCK: Rename playPrologue to play
Paul Gilbert
2015-05-01
SHERLOCK: Fix display of animation cutscenes
Paul Gilbert
2015-04-30
SHERLOCK: Partial fix for Blackwell capture cutscene
Paul Gilbert
2015-04-10
SHERLOCK: Implemented doScript and support methods
Paul Gilbert
2015-03-23
SHERLOCK: Beginnings of UserInterface class
Paul Gilbert
2015-03-21
SHERLOCK: Implemented checkSprite
Paul Gilbert
2015-03-21
SHERLOCK: Implemented checkObject and some support methods
Paul Gilbert
2015-03-19
SHERLOCK: Refactorings, new Sprite and People classes
Paul Gilbert
2015-03-17
SHERLOCK: Remainder of showCityCutscene implemented
Paul Gilbert
2015-03-17
SHERLOCK: Implement transparent sprite drawing
Paul Gilbert
2015-03-16
SHERLOCK: Implement screen clipping for sprite drawing
Paul Gilbert
2015-03-16
SHERLOCK: Beginnings of animation sequence loop
Paul Gilbert
2015-03-16
SHERLOCK: Implement sprite palette loading and fade out
Paul Gilbert
2015-03-16
SHERLOCK: Fix loading of sprite for startup animation
Paul Gilbert
2015-03-15
SHERLOCK: Beginnings of sprite loading for animations
Paul Gilbert
2015-03-15
SHERLOCK: Beginning of animation player
Paul Gilbert