Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-09-20 | PEGASUS: Make movie transparency be off by default | Matthew Hoops | |
2011-09-20 | PEGASUS: Fix some movie bugs | Matthew Hoops | |
2011-09-20 | PEGASUS: Fix copyToCurrentPort() | Matthew Hoops | |
2011-09-20 | PEGASUS: Begin hooking the new code in as the main code | Matthew Hoops | |
The first notification has been received! | |||
2011-09-20 | PEGASUS: Add first stab at the Movie class | Matthew Hoops | |
Seems this means the end of the base classes -- onto actual game logic from here on out! | |||
2011-09-20 | PEGASUS: Update timer code a bit to make it friendlier for movies | Matthew Hoops | |
2011-09-19 | PEGASUS: Add the Surface classes | Matthew Hoops | |
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P |