Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2011-12-20 | PEGASUS: Some space/misc cleanup | Matthew Hoops | |
2011-12-16 | PEGASUS: Cleanup some constants | Matthew Hoops | |
Added missing static qualifiers, get rid of some short/long | |||
2011-12-16 | PEGASUS: Remove t prefix from typedefs | Matthew Hoops | |
Some other minor cleanup too | |||
2011-12-15 | PEGASUS: Begin cleaning up pegasus-defined types | Matthew Hoops | |
2011-12-15 | PEGASUS: Add Norad Delta | Matthew Hoops | |
And with that, ladies and gentlemen, Pegasus Prime is officially completable in ScummVM. | |||
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-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-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: Implement the sub chase | Matthew Hoops | |
2011-10-10 | PEGASUS: Stub off map handling | Matthew Hoops | |
Needed to be able to load saved games | |||
2011-10-06 | PEGASUS: Add the Full TSA neighborhood | Matthew Hoops | |
2011-10-05 | PEGASUS: Add the Tiny TSA neighborhood | Matthew Hoops | |
2011-10-02 | PEGASUS: Add the basic Caldoria neighborhood | Matthew 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-28 | PEGASUS: Import a bunch more code in preparation for actual gameplay | Matthew Hoops | |
2011-09-27 | PEGASUS: Import the remainder of the Neighborhood code | Matthew Hoops | |
2011-09-26 | PEGASUS: Implement the death menu | Matthew Hoops | |
2011-09-24 | PEGASUS: Import AI code and relevant items | Matthew Hoops | |
2011-09-22 | PEGASUS: Add the EnergyMonitor class | Matthew Hoops | |
2011-09-21 | PEGASUS: Implement main menu | Matthew Hoops | |
Sound fading is not working yet, so it has been disabled in the meantime | |||
2011-09-20 | PEGASUS: Begin hooking the new code in as the main code | Matthew Hoops | |
The first notification has been received! | |||
2011-09-16 | PEGASUS: Stub off loading/saving games | Matthew Hoops | |
2011-09-06 | PEGASUS: Implement two of the base input classes | Matthew Hoops | |
2011-09-05 | PEGASUS: Stub off spot sound code | Matthew Hoops | |
2011-09-02 | PEGASUS: Begin restructuring the game state classes | Matthew Hoops | |
The entire game state should now be functional |