index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
zvision
/
events.cpp
Age
Commit message (
Expand
)
Author
2013-08-28
ZVISION: Remove ZVision::_mousEvents and all associated functions
richiesams
2013-08-24
ZVISION: Change variable name to match its purpose
richiesams
2013-08-24
ZVISION: Convert _mouseEvents to pointers since MouseEvent is now abstract
richiesams
2013-08-20
ZVISION: Create keypress event to test rlf animation
richiesams
2013-08-18
ZVISION: Reset MouseEvent globalStateValue's when clearing them
richiesams
2013-08-18
ZVISION: Allow MouseEvents to be unregistered
richiesams
2013-08-14
ZVISION: Modify ASCII velocity drawing to represent the actual code
richiesams
2013-08-14
ZVISION: Add panning support
richiesams
2013-08-11
ZVISION: Implement mouse event handling
richiesams
2013-08-09
ZVISION: Add class to manage cursors
richiesams
2013-08-09
ZVISION: Create method for cycling through all the cursors so as to identify ...
richiesams
2013-08-04
ZVISION: Make video code blocking.
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Move rendering logic from ZVision class to RenderManager class
richiesams
2013-08-04
ZVISION: Fix memory leaks
richiesams
2013-08-04
ZVISION: Add logic to allow the user to break out of videos
richiesams
2013-08-04
ZVISION: Conform to new eventRecorder code
richiesams
2013-08-04
ZVISION: Create debug console and apply console logic to main loop
richiesams
2013-08-04
ZVISION: Create skeleton engine and move code away from Engine::Run
richiesams