aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood
AgeCommit message (Collapse)Author
2019-12-01PEGASUS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-05-27PEGASUS: Fix MSVC warningsFilippos Karapetis
- Add a float suffix in convertScreenHToSpaceX/Y
2018-11-13PEGASUS: Fix Fall Through Compiler Warnings.D G Turner
2017-09-12PEGASUS: Disallow loading / saving from the GMM from inner loopsBastien Bouclet
InputDeviceManager::pumpEvents is called from neighborhood classes that are destroyed when loading. Don't allow loading from that method to prevent use after free bugs.
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
All these fall through were marked as deliberate, so again I've only changed the comment to silence GCC.
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-06-16PEGASUS: Fix some missing variable initializationsStrangerke
2016-06-14PEGASUS: Initialize some variablesStrangerke
2016-05-14PEGASUS: Add safety check.Eugene Sandulenko
The code which follows in the method has this check, assuming that a null dereference is potentially possible.
2014-08-09PEGASUS: Cleanup from unused constants.Eugene Sandulenko
Agreed with clone2727.
2014-04-27PEGASUS: Fix a Norad Delta door locked soundMatthew Hoops
Based on a patch by Keith Kaisershot
2014-04-27PEGASUS: Set volume in more placesKeith Kaisershot
2014-04-27PEGASUS: Fix repeated audio analysis video when leaving after defeating SinclairKeith Kaisershot
2014-04-23PEGASUS: Poll for events in more placesMatthew Hoops
Based on a patch by Keith Kaisershot (blitter)
2014-04-20PEGASUS: Fix disabling input when the rip first hitsMatthew Hoops
2014-04-13PEGASUS: Fix Ares flag not getting reset upon jumping to MarsKeith Kaisershot
2014-04-13PEGASUS: Fix entering the Mars shuttle with the shield biochip activeMatthew Hoops
2014-04-13PEGASUS: Disable non-existent hint movieMatthew Hoops
2014-02-11PEGASUS: Fix returning from Mars after destroying the robot's shuttleMatthew Hoops
2013-12-15PEGASUS: Fix the prehistoric volcano animationsMatthew Hoops
2013-12-14PEGASUS: Fix regression with Prehistoric AI rules orderingMatthew Hoops
2013-12-11PEGASUS: Fix the robot timer outside of the shield generatorMatthew Hoops
2013-12-08PEGASUS: Fix background frame when loading in scenes with random spotsMatthew Hoops
2013-10-06PEGASUS: Fix incorrect displaying of the synthesizer shutdown videoKeith Kaisershot
2013-10-06PEGASUS: Add back missing silos deactivated sound spotKeith Kaisershot
2013-10-06PEGASUS: Fix disabling the retinal hotspotKeith Kaisershot
2013-08-03PEGASUS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03PEGASUS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-28PEGASUS: Fix gas canister removal not stopping the air timerMatthew Hoops
This bug was also in the original
2013-07-21PEGASUS: Fix missing AI warning videos in the DVD demoMatthew Hoops
2013-05-12PEGASUS: Fix going left initially in the globe gameMatthew Hoops
2013-05-04PEGASUS: Fix two missing frames in the globe gameMatthew Hoops
2013-05-04PEGASUS: Fix floor 2/3 elevator buttons not being shown pressedMatthew Hoops
2013-04-27PEGASUS: Fix missing text in canyon chaseMatthew Hoops
2013-04-16PEGASUS: Let the DVD demo use the full Prehistoric AI video setMatthew Hoops
2013-04-16PEGASUS: Add new Prehistoric sounds for the DVD demoMatthew Hoops
2013-04-15PEGASUS: Add missing breakMatthew Hoops
2013-04-12PEGASUS: Add a workaround in case the player doesn't get the card bombMatthew Hoops
2013-03-02JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2013-01-09PEGASUS: Silence C++11 narrowing warnings.Johannes Schickel
2012-12-15PEGASUS: Fix playback of pressure door levels dropping videoMatthew Hoops
2012-12-13PEGASUS: Fix invalid use of RipTimerMatthew Hoops
2012-11-18PEGASUS: Fix timer not resuming on the WSC catwalk when using the AIMatthew Hoops
An original game bug
2012-10-29PEGASUS: Improve on the WSC missing AI videos bugMatthew Hoops
Made the only hint available into the first hint
2012-10-26PEGASUS: Don't error out for two missing WSC AI videosMatthew Hoops
2012-10-03PEGASUS: Fix uninitialized variableMatthew Hoops
2012-10-01PEGASUS: MarsTimerEvent is a structFilippos Karapetis
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-09-25PEGASUS: Fix minor formatting issueMatthew Hoops
2012-09-25PEGASUS: Initialize _duration in RobotShipMatthew Hoops