aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-02PEGASUS: Some sub control room interaction fixesMatthew Hoops
2011-11-02PEGASUS: Fix pressure door movie updatesMatthew Hoops
2011-11-02PEGASUS: Switch spot sounds to using SoundTimeBaseMatthew Hoops
Spot sound requests no longer freeze the game in some way
2011-11-02PEGASUS: Add a minimalist SoundTimeBase classMatthew Hoops
For use with spot sounds only. Also, remove an unused Sound class function
2011-11-01PEGASUS: Fix the panorama time scaleMatthew Hoops
2011-11-01PEGASUS: Add the ECR monitorMatthew Hoops
Panorama not 100% working yet, but the mask does :P
2011-11-01PEGASUS: Just clip the junk from going off right or bottom tooMatthew Hoops
2011-11-01PEGASUS: Add the panorama scroll classMatthew Hoops
2011-11-01PEGASUS: Add the panorama classMatthew Hoops
2011-11-01PEGASUS: Implement the rest of the mapping biochipMatthew Hoops
2011-10-31PEGASUS: Fix 4D system spritesMatthew Hoops
2011-10-31PEGASUS: Fix some code formattingMatthew Hoops
2011-10-31PEGASUS: Fix some old Surface commentsMatthew Hoops
2011-10-31PEGASUS: Add ability to draw masked surfacesMatthew Hoops
2011-10-30PEGASUS: Fix redrawMovieWorld() to only update when neededMatthew Hoops
A partial revert of 2bba1d0c11d2ceb8a1ec1dc5a9f1910a90b5cf5a
2011-10-29PEGASUS: Fix dying when no interface is set upMatthew Hoops
Now you can die in the space chase
2011-10-29PEGASUS: Keep the space junk from flying beyond the screen boundaryMatthew Hoops
2011-10-28PEGASUS: Fix destroying the robot shuttleMatthew Hoops
2011-10-28PEGASUS: Disable erase when reinstating the monocleMatthew Hoops
2011-10-28PEGASUS: Clear movie bounds on releaseMatthew Hoops
Fixes reinitializing the interface after the space chase sequence
2011-10-28PEGASUS: Fix 1bpp cicn cursorsMatthew Hoops
2011-10-28PEGASUS: Fix pitch of one bit images in the shuttle HUDMatthew Hoops
2011-10-28PEGASUS: Fix RS232 draw callMatthew Hoops
2011-10-28PEGASUS: Fix the planet moverMatthew Hoops
2011-10-28PEGASUS: Implement dirty rect erase code (as used by the space chase)Matthew Hoops
2011-10-28PEGASUS: Fix timers not updating in playSpotSoundSyncMatthew Hoops
2011-10-28PEGASUS: Allow for initial support of the space chaseMatthew Hoops
It's not ready yet, but it's slowly becoming playable. For instance, scaling, the shuttle HUD, and the energy beam work on the first try which is nothing short of a miracle. This commit also moved around some Mars constants because the previous include setup did not work; I hope to make the other neighborhoods have a separate constants file too.
2011-10-27PEGASUS: Add the Shuttle HUDMatthew Hoops
2011-10-27PEGASUS: Add the energy beam weaponMatthew Hoops
2011-10-27GRAPHICS: Add a Surface wrapper for drawThickLineMatthew Hoops
2011-10-27GRAPHICS: Make drawThickLine take a thickness in both x and y directionsMatthew Hoops
2011-10-27PEGASUS: Add the tractor beam classMatthew Hoops
2011-10-27PEGASUS: Add the graviton cannon!Matthew Hoops
2011-10-27PEGASUS: Add the shuttle weapon base classMatthew Hoops
2011-10-24PEGASUS: Add the robot shipMatthew Hoops
2011-10-23PEGASUS: Add the space junk stuffMatthew Hoops
2011-10-23PEGASUS: Add the planet mover for the space chaseMatthew Hoops
2011-10-23PEGASUS: Add the basic 3D logic for the space chaseMatthew Hoops
2011-10-23PEGASUS: Add the hermite code for the space chaseMatthew Hoops
2011-10-23PEGASUS: Add the Mars canyon chase sequenceMatthew Hoops
2011-10-23PEGASUS: Add support for scaled/glowing images/moviesMatthew Hoops
2011-10-22PEGASUS: Add Norad AlphaMatthew Hoops
Not yet completable, but you can at least fill the oxygen mask to go through the Mars Maze now.
2011-10-20PEGASUS: Add the base Norad codeMatthew Hoops
(Common stuff between both Norad Alpha and Norad Delta)
2011-10-19PEGASUS: Don't use the work area for screen shakingMatthew Hoops
It may have stuff purposely not drawn on it
2011-10-18PEGASUS: Add our TGWorldSaver replacementMatthew Hoops
The scoring on the death/pause screens are now shown
2011-10-17PEGASUS: Fix TSA door locksMatthew Hoops
2011-10-17PEGASUS: Implement deleting items when inventory is fullMatthew Hoops
2011-10-17PEGASUS: Fix drop box highlight colorMatthew Hoops
2011-10-16PEGASUS: Implement screen shakingMatthew Hoops
Would be great to be able to use OSystem's stuff, but that only handles vertical shaking.
2011-10-16VIDEO: Fix QuickTime audio track endsMatthew Hoops
Fixes videos where the audio track length is smaller than the video track length.