aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
AgeCommit message (Collapse)Author
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-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-15PEGASUS: Fix the Mars robot timer not stoppingMatthew Hoops
2011-10-15PEGASUS: Remove the unused biochip AI warnings from WSCMatthew Hoops
WSC is now completable using the violent method
2011-10-15PEGASUS: Add the Mars neighborhoodMatthew Hoops
Does not include the space chase just yet or canyon chase. The robot timer seems a bit wonky right now and doesn't stop, but everything else seems to be working.
2011-10-14PEGASUS: Add the Mars reactor element codeMatthew Hoops
2011-10-14PEGASUS: Fix drawing WSC moleculesMatthew Hoops
2011-10-13PEGASUS: Add the WSC neighborhoodMatthew Hoops
Seems to be working fine, minus the molecule sprites (though the minigame is completable and the antidote can be found).
2011-10-11PEGASUS: Fix shell notifications on loading gamesMatthew Hoops
2011-10-11PEGASUS: Implement the sub chaseMatthew Hoops
2011-10-10PEGASUS: Fix Full TSA briefing moviesMatthew Hoops
2011-10-10PEGASUS: Allow for loading games from the launcher/cliMatthew Hoops
2011-10-10PEGASUS: Fix saving/loading original-compatible savesMatthew Hoops
2011-10-10PEGASUS: Fix loading continue pointsMatthew Hoops