Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Only update the screen if we drew something to it, not if a dirty rect was present.
- Add ability to clear the screen.
|
|
They work now with all the PICT changes ;)
|
|
Several pegasus demos now show up correctly. Yay! :)
|
|
|
|
In preparation for adding support for multiple CompressedQuickTime opcodes
|
|
|
|
Since we're not running in multiple threads anymore, we cannot have the fader hold the main thread to itself.
|
|
|
|
|
|
|
|
Still needed for saves
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functionality is now back to where it was before switching to the updated API
|
|
|
|
getTime() shouldn't constantly update as the movie continues, only when I decide to update it (in checkCallBacks())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Video scaling is not done with this class
|
|
|
|
|
|
Sound fading is not working yet, so it has been disabled in the meantime
|
|
|
|
|
|
|
|
|
|
|
|
|