Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-12 | PEGASUS: Fix going left initially in the globe game | Matthew Hoops | |
2013-05-04 | PEGASUS: Fix two missing frames in the globe game | Matthew Hoops | |
2013-05-04 | PEGASUS: Fix floor 2/3 elevator buttons not being shown pressed | Matthew Hoops | |
2013-04-27 | PEGASUS: Fix missing text in canyon chase | Matthew Hoops | |
2013-04-16 | PEGASUS: Let the DVD demo use the full Prehistoric AI video set | Matthew Hoops | |
2013-04-16 | PEGASUS: Add new Prehistoric sounds for the DVD demo | Matthew Hoops | |
2013-04-15 | PEGASUS: Add missing break | Matthew Hoops | |
2013-04-12 | PEGASUS: Add a workaround in case the player doesn't get the card bomb | Matthew Hoops | |
2013-03-02 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson | |
2013-01-09 | PEGASUS: Silence C++11 narrowing warnings. | Johannes Schickel | |
2012-12-15 | PEGASUS: Fix playback of pressure door levels dropping video | Matthew Hoops | |
2012-12-13 | PEGASUS: Fix invalid use of RipTimer | Matthew Hoops | |
2012-11-18 | PEGASUS: Fix timer not resuming on the WSC catwalk when using the AI | Matthew Hoops | |
An original game bug | |||
2012-10-29 | PEGASUS: Improve on the WSC missing AI videos bug | Matthew Hoops | |
Made the only hint available into the first hint | |||
2012-10-26 | PEGASUS: Don't error out for two missing WSC AI videos | Matthew Hoops | |
2012-10-03 | PEGASUS: Fix uninitialized variable | Matthew Hoops | |
2012-10-01 | PEGASUS: MarsTimerEvent is a struct | Filippos Karapetis | |
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-25 | PEGASUS: Fix minor formatting issue | Matthew Hoops | |
2012-09-25 | PEGASUS: Initialize _duration in RobotShip | Matthew Hoops | |
2012-09-22 | PEGASUS: Fixed claw scoring time | Matthew Hoops | |
It should be set when actually using the claw instead of just looking at the sub control monitors. Thanks to Keith Kaisershot (blitter) for spotting | |||
2012-09-20 | PEGASUS: Fix stopping Mercury scoring | Matthew Hoops | |
Thanks to Keith Kaisershot (blitter) for figuring it out | |||
2012-09-20 | PEGASUS: Fix avoiding Mars robot scoring | Matthew Hoops | |
Thanks to Keith Kaisershot (blitter) for spotting | |||
2012-09-21 | PEGASUS: "Fix" segmentation fault for DC toolchain when compiling ↵ | Johannes Schickel | |
shuttlehud.cpp. It seems the explicit destructor of ShuttleHUD is problematic. When I move it's implementation to shuttlehud.cpp it does not segfault. Removing it on the other hand also does not cause it to segfault. So I chose the latter, since it has no special implementation anyway. | |||
2012-09-21 | PEGASUS: Replace FunctionPtr by our Functor code in Common. | Johannes Schickel | |
This "fixes" a segmentation fault in our buildbot's toolchain for DC. The segmentation fault occured while compiling engines/pegasus/ai/ai_condition.cpp. Thanks to clone2727 for looking over this and testing it. | |||
2012-09-11 | PEGASUS: Fix minor filling station glitch | Matthew Hoops | |
2012-08-28 | PEGASUS: Remove g_allItems global construction | Matthew Hoops | |
2012-08-28 | PEGASUS: Remove g_allHotspots global construction | Matthew Hoops | |
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-07-05 | PEGASUS: Cleanup doFadeOutSync/doFadeInSync calls | Matthew Hoops | |
2012-07-05 | PEGASUS: Implement screen fading | Matthew Hoops | |
This does linear instead of gamma for speed and complexity reasons. | |||
2012-05-12 | PEGASUS: Fix some warnings found with optimizations on | Matthew Hoops | |
2012-04-09 | PEGASUS: Add support for load/save keys | Matthew Hoops | |
2012-04-06 | PEGASUS: Silence an MSVC warning | Matthew Hoops | |
2012-04-06 | PEGASUS: More MSVC "fixes" | Matthew Hoops | |
2012-04-06 | PEGASUS: Attempt to fix compilation on MSVC | Matthew Hoops | |
2012-04-05 | PEGASUS: Silence a gcc 4.6 warning | Matthew Hoops | |
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2012-04-02 | PEGASUS: Add some braces | Matthew Hoops | |
Silences digitall's compiler :P | |||
2012-04-02 | PEGASUS: Remove some useless const modifiers | Matthew Hoops | |
Thanks to digitall for spotting | |||
2012-03-22 | PEGASUS: Clean up initializePegasusButtons | Matthew Hoops | |
The exit button now shows in the correct position when pressed and the jump mode has been removed since it is unused | |||
2012-03-20 | PEGASUS: Add some more protection about junk flying off-screen | Matthew Hoops | |
2011-12-20 | PEGASUS: Remove another global construction | Matthew Hoops | |
2011-12-20 | PEGASUS: Make InputDevice into a Singleton | Matthew Hoops | |
Removes a global construction | |||
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-12-13 | PEGASUS: Fix going from bomb game to the end game | Matthew Hoops | |
The game is now completable from after completing from a save that has Norad complete. |