aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
AgeCommit message (Collapse)Author
2011-10-24PEGASUS: Add the robot shipMatthew Hoops
2011-10-23PEGASUS: Add support for scaled/glowing images/moviesMatthew Hoops
2011-10-09PEGASUS: Fix movie end trigger not always being sentMatthew Hoops
The demo is now completable and the full game is playable up through the temporal rip in the TSA. Holy halibut, Batman!
2011-10-08PEGASUS: Remove unused movie direct draw modeMatthew Hoops
2011-10-07PEGASUS: Fix frames after turningMatthew Hoops
2011-09-30PEGASUS: Actually pause the game nowMatthew Hoops
2011-09-23PEGASUS: Allow for movies to be offset on a surfaceMatthew Hoops
2011-09-22PEGASUS: Make Movies use the normal TimeBase getTime()Matthew Hoops
getTime() shouldn't constantly update as the movie continues, only when I decide to update it (in checkCallBacks())
2011-09-20PEGASUS: Make movie transparency be off by defaultMatthew Hoops
2011-09-20PEGASUS: Add first stab at the Movie classMatthew Hoops
Seems this means the end of the base classes -- onto actual game logic from here on out!