Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-08 | COMMON: Open the main menu when the joystick START button is pressed | Cameron Cawley | |
2019-07-08 | PEGASUS: Implement joystick support | Cameron Cawley | |
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. | |||
2017-09-12 | PEGASUS: Ignore events occuring while the GUI is visible | Bastien Bouclet | |
Otherwise, pressing escape to close the GMM opens the game's own menu. | |||
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2014-10-28 | PEGASUS: Remove trailing whitespace | Filippos Karapetis | |
2014-06-03 | PEGASUS: Use KP7 and KP9 as alternative keys for the item drawers | Matthew Hoops | |
Based on a patch by Keith Kaisershot (blitter) | |||
2014-06-01 | PEGASUS: Stop using num lock for a way to open the inventory drawer | Matthew Hoops | |
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-25 | PEGASUS: Allow for keypad enter to be used | Matthew Hoops | |
For consistency with keypad arrows | |||
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-26 | PEGASUS: Allow control for the easter egg key as well | Matthew Hoops | |
Fixes issues where the OS can intercept the key | |||
2012-04-09 | PEGASUS: Add support for load/save keys | Matthew Hoops | |
2012-04-07 | PEGASUS: Fix potentially uninitialized hotspot pointer | Matthew Hoops | |
Should fix some crashes on Windows | |||
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: Use proper key for the right fire button | Matthew Hoops | |
2011-09-23 | PEGASUS: Disable the alt key for now | Matthew Hoops | |
2011-09-22 | PEGASUS: Add support for the console back | Matthew Hoops | |
2011-09-21 | PEGASUS: Allow for backquote to be used as a tilde too | Matthew Hoops | |
2011-09-21 | PEGASUS: Only allow for keydown events | Matthew Hoops | |
2011-09-21 | PEGASUS: Fix auto bits setting in the input code | 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 | |