Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-26 | PEGASUS: Implement the death menu | Matthew Hoops | |
2011-09-26 | PEGASUS: Update the GraphicsManager a bit | Matthew Hoops | |
- Only update the screen if we drew something to it, not if a dirty rect was present. - Add ability to clear the screen. | |||
2011-09-25 | PEGASUS: Show the demo quit/splash screens | Matthew Hoops | |
They work now with all the PICT changes ;) | |||
2011-09-25 | GRAPHICS: Add support for multiple CompressedQuickTime calls | Matthew Hoops | |
Several pegasus demos now show up correctly. Yay! :) | |||
2011-09-25 | GRAPHICS: Properly parse the CompressQuickTime header | Matthew Hoops | |
2011-09-25 | GRAPHICS: Rewrite PictDecoder's opcode handling | Matthew Hoops | |
In preparation for adding support for multiple CompressedQuickTime opcodes | |||
2011-09-25 | PEGASUS: Enable main menu sound fading now that it works | Matthew Hoops | |
2011-09-25 | PEGASUS: Fix startFaderSync | Matthew Hoops | |
Since we're not running in multiple threads anymore, we cannot have the fader hold the main thread to itself. | |||
2011-09-25 | PEGASUS: Add the interface class | Matthew Hoops | |
2011-09-24 | PEGASUS: Add the compass class | Matthew Hoops | |
2011-09-24 | PEGASUS: Add retscan/shield biochips | Matthew Hoops | |
2011-09-24 | PEGASUS: Create the Interface biochip even if it's not used | Matthew Hoops | |
Still needed for saves | |||
2011-09-24 | PEGASUS: Add remaining specialized inventory items | Matthew Hoops | |
2011-09-24 | PEGASUS: Import AI code and relevant items | Matthew Hoops | |
2011-09-23 | PEGASUS: Disable the alt key for now | Matthew Hoops | |
2011-09-23 | PEGASUS: Should use moveMovieBoxTo instead of moveElementTo here | Matthew Hoops | |
2011-09-23 | PEGASUS: Allow for movies to be offset on a surface | Matthew Hoops | |
2011-09-22 | PEGASUS: Add the EnergyMonitor class | Matthew Hoops | |
2011-09-22 | PEGASUS: Allow for skipping the intro | Matthew Hoops | |
2011-09-22 | PEGASUS: Add support for the console back | Matthew Hoops | |
2011-09-22 | PEGASUS: Remove unused EnergyBar class | Matthew Hoops | |
2011-09-22 | PEGASUS: Implement Item::getDragSprite() | Matthew Hoops | |
2011-09-22 | PEGASUS: Add the InventoryPicture class (and its derivatives) | Matthew Hoops | |
2011-09-22 | PEGASUS: Implement the credits | Matthew Hoops | |
Functionality is now back to where it was before switching to the updated API | |||
2011-09-22 | PEGASUS: Don't allow for seeking beyond the ends of the movie | Matthew Hoops | |
2011-09-22 | PEGASUS: 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-22 | PEGASUS: Don't update movies if they're paused | Matthew Hoops | |
2011-09-22 | PEGASUS: Implement demo credits | Matthew Hoops | |
2011-09-22 | PEGASUS: Implement the overview code | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix drawing movies to positions other than the origin | Matthew Hoops | |
2011-09-21 | PEGASUS: Remove old graphics API | Matthew Hoops | |
2011-09-21 | PEGASUS: Add very simple mouse movement update checking | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix DropHighlight | Matthew Hoops | |
2011-09-21 | PEGASUS: Clamp the dirty rect to the screen size | Matthew Hoops | |
2011-09-21 | PEGASUS: Remove scaling TODO | Matthew Hoops | |
Video scaling is not done with this class | |||
2011-09-21 | PEGASUS: Allow redrawMovieWorld to be used without the video running | Matthew Hoops | |
2011-09-21 | PEGASUS: Allow for backquote to be used as a tilde too | Matthew Hoops | |
2011-09-21 | PEGASUS: Implement main menu | Matthew Hoops | |
Sound fading is not working yet, so it has been disabled in the meantime | |||
2011-09-21 | PEGASUS: Fix bounds of Pictures | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix bug with drawing dirty rects | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix updating elements when the bounds change | Matthew Hoops | |
2011-09-21 | PEGASUS: Only allow for keydown events | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix auto bits setting in the input code | Matthew Hoops | |
2011-09-21 | PEGASUS: Add the JMPPPInput utility class | Matthew Hoops | |
2011-09-20 | PEGASUS: Add new menu class | Matthew Hoops | |
2011-09-20 | PEGASUS: Remove remaining 'old' code | Matthew Hoops | |
2011-09-20 | PEGASUS: Add picture class | Matthew Hoops | |
2011-09-20 | PEGASUS: Remove VideoManager code | Matthew Hoops | |
It was originally from Mohawk and does not fit in with the new graphics management introduced. Movie will be used from here on out! In addition, the intro code has been rewritten and now it properly starts from the new code. | |||
2011-09-20 | PEGASUS: Fix timebase looping | Matthew Hoops | |
2011-09-20 | PEGASUS: Fix a regression in checkCallBacks() | Matthew Hoops | |