aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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: 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-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
2011-10-10PEGASUS: Stub off map handlingMatthew Hoops
Needed to be able to load saved games
2011-10-10PEGASUS: Add some missing Neighborhood destructor codeMatthew Hoops
Now AI rules don't carry over to the next neighborhood :P
2011-10-09PEGASUS: Fix the historical log comparison screenMatthew Hoops
Original code does not have cursorSpot null checks, so it looks like Codewarrior may have handled this strangely...
2011-10-09PEGASUS: Disable AI energy warnings in the demoMatthew Hoops
The videos don't exist, so you'd be in for a surprise after playing for an hour
2011-10-09PEGASUS: Fix movie end trigger not always being sentMatthew Hoops
The demo is now completable and the full game is playable up through the temporal rip in the TSA. Holy halibut, Batman!
2011-10-09PEGASUS: Only call callbacks onceMatthew Hoops
Fixes final walk movie of a stride, among various other things
2011-10-08PEGASUS: Remove unused movie direct draw modeMatthew Hoops
2011-10-07PEGASUS: Fix frames after turningMatthew Hoops
2011-10-07Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: video/qt_decoder.cpp
2011-10-06PEGASUS: Add the Full TSA neighborhoodMatthew Hoops
2011-10-07AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. ↵Travis Howell
Hopefully will fix bug #3419778, thanks to digitall for the pointer.
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-10-07SCI: Added some extra static selectorsFilippos Karapetis
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary
2011-10-07TOON: Fix Flux jumpy animation when imprisonedsylvaintv
Idle animation was reset every frame when changing facing point. Fix also Drew description when right-clicking on Flux
2011-10-06SCI: Also default to MIDI for Windows versions of SCI1.1 gamesFilippos Karapetis
2011-10-07AGOS: Fix dumping all images option.Travis Howell