aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/mars/spacejunk.cpp
AgeCommit message (Collapse)Author
2019-12-01PEGASUS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-04-03PEGASUS: Fix file permissionsMatthew Hoops
2012-03-20PEGASUS: Add some more protection about junk flying off-screenMatthew Hoops
2011-12-16PEGASUS: Cleanup some constantsMatthew Hoops
Added missing static qualifiers, get rid of some short/long
2011-12-16PEGASUS: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-11-01PEGASUS: Just clip the junk from going off right or bottom tooMatthew Hoops
2011-10-29PEGASUS: Keep the space junk from flying beyond the screen boundaryMatthew Hoops
2011-10-28PEGASUS: Allow for initial support of the space chaseMatthew 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-23PEGASUS: Add the space junk stuffMatthew Hoops