Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-06-14 | PEGASUS: Initialize some variables | Strangerke | |
2014-04-23 | PEGASUS: Poll for events in more places | Matthew Hoops | |
Based on a patch by Keith Kaisershot (blitter) | |||
2012-09-26 | PEGASUS: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-05-11 | PEGASUS: Rewrite the input code to more closely emulate what the original did | Matthew Hoops | |
Now the easter egg key works better and so does striding. | |||
2012-04-03 | PEGASUS: Fix file permissions | 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: Remove t prefix from typedefs | Matthew Hoops | |
Some other minor cleanup too | |||
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-09-28 | PEGASUS: Import a bunch more code in preparation for actual gameplay | Matthew Hoops | |
2011-09-24 | PEGASUS: Import AI code and relevant items | Matthew Hoops | |
2011-09-22 | PEGASUS: Add support for the console back | Matthew Hoops | |
2011-09-21 | PEGASUS: Add the JMPPPInput utility class | Matthew Hoops | |
2011-09-18 | PEGASUS: Add the Tracker class | Matthew Hoops | |
2011-09-08 | PEGASUS: Add and hookup the InputHandler class | Matthew Hoops | |
2011-09-06 | PEGASUS: Implement two of the base input classes | Matthew Hoops | |