Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | PEGASUS: Disallow loading / saving from the GMM from inner loops | Bastien 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. | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-06-16 | PEGASUS: Fix some missing variable initializations | Strangerke | |
2016-05-14 | PEGASUS: Add safety check. | Eugene Sandulenko | |
The code which follows in the method has this check, assuming that a null dereference is potentially possible. | |||
2014-04-27 | PEGASUS: Set volume in more places | Keith Kaisershot | |
2014-04-23 | PEGASUS: Poll for events in more places | Matthew Hoops | |
Based on a patch by Keith Kaisershot (blitter) | |||
2014-04-13 | PEGASUS: Fix entering the Mars shuttle with the shield biochip active | Matthew Hoops | |
2013-12-11 | PEGASUS: Fix the robot timer outside of the shield generator | Matthew Hoops | |
2013-04-27 | PEGASUS: Fix missing text in canyon chase | 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 | |
2012-10-03 | PEGASUS: Fix uninitialized variable | Matthew Hoops | |
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-20 | PEGASUS: Fix avoiding Mars robot scoring | Matthew Hoops | |
Thanks to Keith Kaisershot (blitter) for spotting | |||
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-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-04-03 | PEGASUS: Fix file permissions | 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-10-28 | PEGASUS: Fix destroying the robot shuttle | Matthew Hoops | |
2011-10-28 | PEGASUS: Implement dirty rect erase code (as used by the space chase) | 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-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 Mars canyon chase sequence | Matthew Hoops | |
2011-10-17 | PEGASUS: Implement deleting items when inventory is full | Matthew Hoops | |
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. |