Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-28 | PEGASUS: Fix timers not updating in playSpotSoundSync | Matthew Hoops | |
2011-10-28 | PEGASUS: Allow for initial support of the space chase | Matthew 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-27 | PEGASUS: Add the Shuttle HUD | Matthew Hoops | |
2011-10-27 | PEGASUS: Add the energy beam weapon | Matthew Hoops | |
2011-10-27 | PEGASUS: Add the tractor beam class | Matthew Hoops | |
2011-10-27 | PEGASUS: Add the graviton cannon! | Matthew Hoops | |
2011-10-27 | PEGASUS: Add the shuttle weapon base class | Matthew Hoops | |
2011-10-24 | PEGASUS: Add the robot ship | Matthew Hoops | |
2011-10-23 | PEGASUS: Add the space junk stuff | Matthew Hoops | |
2011-10-23 | PEGASUS: Add the planet mover for the space chase | Matthew Hoops | |
2011-10-23 | PEGASUS: Add the basic 3D logic for the space chase | Matthew Hoops | |
2011-10-23 | PEGASUS: Add the hermite code for the space chase | Matthew Hoops | |
2011-10-23 | PEGASUS: Add the Mars canyon chase sequence | Matthew Hoops | |
2011-10-23 | PEGASUS: Add support for scaled/glowing images/movies | Matthew Hoops | |
2011-10-22 | PEGASUS: Add Norad Alpha | Matthew Hoops | |
Not yet completable, but you can at least fill the oxygen mask to go through the Mars Maze now. | |||
2011-10-20 | PEGASUS: Add the base Norad code | Matthew Hoops | |
(Common stuff between both Norad Alpha and Norad Delta) | |||
2011-10-19 | PEGASUS: Don't use the work area for screen shaking | Matthew Hoops | |
It may have stuff purposely not drawn on it | |||
2011-10-18 | PEGASUS: Add our TGWorldSaver replacement | Matthew Hoops | |
The scoring on the death/pause screens are now shown | |||
2011-10-17 | PEGASUS: Fix TSA door locks | Matthew Hoops | |
2011-10-17 | PEGASUS: Implement deleting items when inventory is full | Matthew Hoops | |
2011-10-17 | PEGASUS: Fix drop box highlight color | Matthew Hoops | |
2011-10-16 | PEGASUS: Implement screen shaking | Matthew Hoops | |
Would be great to be able to use OSystem's stuff, but that only handles vertical shaking. | |||
2011-10-15 | PEGASUS: Fix the Mars robot timer not stopping | Matthew Hoops | |
2011-10-15 | PEGASUS: Remove the unused biochip AI warnings from WSC | Matthew Hoops | |
WSC is now completable using the violent method | |||
2011-10-15 | PEGASUS: Add the Mars neighborhood | Matthew 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-14 | PEGASUS: Add the Mars reactor element code | Matthew Hoops | |
2011-10-14 | PEGASUS: Fix drawing WSC molecules | Matthew Hoops | |
2011-10-13 | PEGASUS: Add the WSC neighborhood | Matthew Hoops | |
Seems to be working fine, minus the molecule sprites (though the minigame is completable and the antidote can be found). | |||
2011-10-11 | PEGASUS: Fix shell notifications on loading games | Matthew Hoops | |
2011-10-11 | PEGASUS: Implement the sub chase | Matthew Hoops | |
2011-10-10 | PEGASUS: Fix Full TSA briefing movies | Matthew Hoops | |
2011-10-10 | PEGASUS: Allow for loading games from the launcher/cli | Matthew Hoops | |
2011-10-10 | PEGASUS: Fix saving/loading original-compatible saves | Matthew Hoops | |
2011-10-10 | PEGASUS: Fix loading continue points | Matthew Hoops | |
2011-10-10 | PEGASUS: Stub off map handling | Matthew Hoops | |
Needed to be able to load saved games | |||
2011-10-10 | PEGASUS: Add some missing Neighborhood destructor code | Matthew Hoops | |
Now AI rules don't carry over to the next neighborhood :P | |||
2011-10-09 | PEGASUS: Fix the historical log comparison screen | Matthew Hoops | |
Original code does not have cursorSpot null checks, so it looks like Codewarrior may have handled this strangely... | |||
2011-10-09 | PEGASUS: Disable AI energy warnings in the demo | Matthew Hoops | |
The videos don't exist, so you'd be in for a surprise after playing for an hour | |||
2011-10-09 | PEGASUS: Fix movie end trigger not always being sent | Matthew 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-09 | PEGASUS: Only call callbacks once | Matthew Hoops | |
Fixes final walk movie of a stride, among various other things | |||
2011-10-08 | PEGASUS: Remove unused movie direct draw mode | Matthew Hoops | |
2011-10-07 | PEGASUS: Fix frames after turning | Matthew Hoops | |
2011-10-06 | PEGASUS: Add the Full TSA neighborhood | Matthew Hoops | |
2011-10-05 | PEGASUS: Add the Tiny TSA neighborhood | Matthew Hoops | |
2011-10-05 | PEGASUS: Implement basic jump console command | Matthew Hoops | |
2011-10-04 | PEGASUS: Fix playSpotSoundSync playSoundSegment call | Matthew Hoops | |
2011-10-04 | PEGASUS: Fix turning | Matthew Hoops | |
2011-10-03 | PEGASUS: Fix moving forward | Matthew Hoops | |
You know, actually initialize some variables :P | |||
2011-10-02 | PEGASUS: Fix idlers freeing themselves | Matthew Hoops | |
Our idler handling is more like the original now | |||
2011-10-02 | PEGASUS: Remove a change I made for testing | Matthew Hoops | |