aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
AgeCommit message (Collapse)Author
2014-08-14PEGASUS: Fix bad cast that destroys the InputHandler vtableMatthew Hoops
Thanks to LordHoto for his assistance in tracking this nonsense down.
2011-12-15PEGASUS: Add Norad DeltaMatthew Hoops
And with that, ladies and gentlemen, Pegasus Prime is officially completable in ScummVM.
2011-12-13PEGASUS: Add the bomb detonation gameMatthew Hoops
2011-11-01PEGASUS: Add the ECR monitorMatthew Hoops
Panorama not 100% working yet, but the mask does :P
2011-11-01PEGASUS: Add the panorama scroll classMatthew Hoops
2011-11-01PEGASUS: Add the panorama classMatthew Hoops
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-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-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-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-10PEGASUS: Stub off map handlingMatthew Hoops
Needed to be able to load saved games
2011-10-06PEGASUS: Add the Full TSA neighborhoodMatthew Hoops
2011-10-05PEGASUS: Add the Tiny TSA neighborhoodMatthew Hoops
2011-10-02PEGASUS: Add the basic Caldoria neighborhoodMatthew Hoops
Does not include the end-of-game timers and sequence yet. It's currently hooked up to the full game, but does not go beyond the first frame of the wake-up sequence right now.
2011-09-29PEGASUS: Add the auto dragger codeMatthew Hoops
2011-09-27PEGASUS: Keep specific neighborhood code in subfoldersMatthew Hoops
2011-09-27PEGASUS: Add the ItemDragger classesMatthew Hoops
2011-09-27PEGASUS: Add the Prehistoric neighborhoodMatthew Hoops
Yes, the first neighborhood is here! And all the world rejoiced, yet it was still not used in the code so the rejoicing was kept to a low murmur. It's the smallest neighborhood and will be used as a testbed for the code while the other neighborhoods are coded.
2011-09-25PEGASUS: Add the interface classMatthew Hoops
2011-09-24PEGASUS: Add the compass classMatthew Hoops
2011-09-24PEGASUS: Add retscan/shield biochipsMatthew Hoops
2011-09-24PEGASUS: Add remaining specialized inventory itemsMatthew Hoops
2011-09-24PEGASUS: Import AI code and relevant itemsMatthew Hoops
2011-09-22PEGASUS: Add the EnergyMonitor classMatthew Hoops
2011-09-22PEGASUS: Add the InventoryPicture class (and its derivatives)Matthew Hoops
2011-09-20PEGASUS: Add new menu classMatthew Hoops
2011-09-20PEGASUS: Remove remaining 'old' codeMatthew Hoops
2011-09-20PEGASUS: Remove VideoManager codeMatthew 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-20PEGASUS: Add first stab at the Movie classMatthew Hoops
Seems this means the end of the base classes -- onto actual game logic from here on out!
2011-09-19PEGASUS: Add the Surface classesMatthew Hoops
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P
2011-09-17PEGASUS: Add transition classesMatthew Hoops
2011-09-16PEGASUS: Implement fader supportMatthew Hoops
2011-09-10PEGASUS: Implement two of the primitive-based DisplayElementsMatthew Hoops
2011-09-08PEGASUS: Create separate Cursor class for cursorsMatthew Hoops
2011-09-07PEGASUS: Add Idler frameworkMatthew Hoops
2011-09-06PEGASUS: Implement two of the base input classesMatthew Hoops
2011-09-05PEGASUS: Restructure remaining MMShell code into the base codeMatthew Hoops
MMTimeValue has been removed, as Common::Timestamp will just be used instead
2011-09-05PEGASUS: Remove unused MMResourceFile codeMatthew Hoops
We'll just use our resource code instead