aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/events.cpp
AgeCommit message (Expand)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-09-15ZVISION: Add a reminder for how inventory is accessedRichieSams
2013-09-15ZVISION: Add key press support to the main event loopRichieSams
2013-09-15ZVISION: Remove unused key functionsRichieSams
2013-08-28ZVISION: Remove ZVision::_mousEvents and all associated functionsrichiesams
2013-08-24ZVISION: Change variable name to match its purposerichiesams
2013-08-24ZVISION: Convert _mouseEvents to pointers since MouseEvent is now abstractrichiesams
2013-08-20ZVISION: Create keypress event to test rlf animationrichiesams
2013-08-18ZVISION: Reset MouseEvent globalStateValue's when clearing themrichiesams
2013-08-18ZVISION: Allow MouseEvents to be unregisteredrichiesams
2013-08-14ZVISION: Modify ASCII velocity drawing to represent the actual coderichiesams
2013-08-14ZVISION: Add panning supportrichiesams
2013-08-11ZVISION: Implement mouse event handlingrichiesams
2013-08-09ZVISION: Add class to manage cursorsrichiesams
2013-08-09ZVISION: Create method for cycling through all the cursors so as to identify ...richiesams
2013-08-04ZVISION: Make video code blocking.richiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Move rendering logic from ZVision class to RenderManager classrichiesams
2013-08-04ZVISION: Fix memory leaksrichiesams
2013-08-04ZVISION: Add logic to allow the user to break out of videosrichiesams
2013-08-04ZVISION: Conform to new eventRecorder coderichiesams
2013-08-04ZVISION: Create debug console and apply console logic to main looprichiesams
2013-08-04ZVISION: Create skeleton engine and move code away from Engine::Runrichiesams