aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/tsage/logo.h
AgeCommit message (Collapse)Author
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2015-08-30SHERLOCK: SS: Fix speed of intro sequencePaul Gilbert
2015-06-07SHERLOCK: Clean up EA logo animationTorbjörn Andersson
Since I don't know the TsAGE engine, it's possible that this could be done in some better way, but I think it's still an improvement over the old code.
2015-06-07SHERLOCK: Fix animation speed in EA logoTorbjörn Andersson
The slowness of the animation was caused by a misunderstanding of _counter vs frame counter. The nextFrame() function is called every two frames, so when the cases were set up five frames apart, they were actually advancing the animation once every ten frames.
2015-05-31SHERLOCK: Implement TsAGE object mover code for Scalpel logo displayPaul Gilbert
2015-05-31SHERLOCK: More of the Scalpel logo implementedPaul Gilbert
2015-05-30SHERLOCK: Added lightweight TsAGE object for handling logo animationsPaul Gilbert
2015-05-30SHERLOCK: Beginnings of Scalpel logo displayPaul Gilbert