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
/
cge
/
events.cpp
Age
Commit message (
Expand
)
Author
2011-07-28
CGE: Janitorial: remove trailing spaces
Strangerke
2011-07-21
CGE: Rename some more constants, remove some useless ones
Strangerke
2011-07-16
CGE: Map keypad Enter to be handled like the main Enter key
Paul Gilbert
2011-07-15
CGE: Fix for all the game objects being draggable
Paul Gilbert
2011-07-12
CGE: Converted SprExt::_Seq to use dynamically allocated data
Paul Gilbert
2011-07-11
CGE: Reverted last commit due to extra memory leaks
Paul Gilbert
2011-07-11
CGE: Standardised Sprite::seq on always allocating/freeing data
Paul Gilbert
2011-07-10
CGE: Bugfix for correctly flagging key release
Paul Gilbert
2011-07-10
CGE: Fixed more free/delete[] mismatches identified by Valgrind
Paul Gilbert
2011-07-10
CGE: Fix several allocation mismatches and Valgrind issues
Paul Gilbert
2011-07-10
CGE: Mouse MC sprite array into the Mouse class
Paul Gilbert
2011-07-09
CGE: Cleanup: rename a couple of forgotten class members
Strangerke
2011-07-08
CGE: Rename Mouse class
Strangerke
2011-07-07
CGE: Cleanup and renaming. Also move some static and global functions to CGEE...
Strangerke
2011-07-04
CGE: This ends the first renaming pass. Also move some functions to CGEEngine
Strangerke
2011-07-03
CGE: Even more renaming (WIP)
Strangerke
2011-07-03
CGE: Bugfix for keyboard entry
Paul Gilbert
2011-07-03
CGE: Some more renaming (WIP)
Strangerke
2011-07-03
CGE: Fix GCC compiler warnings
Paul Gilbert
2011-07-02
CGE: Bugfix for wrapping event queue when it reaches the 256th event
Paul Gilbert
2011-07-02
CGE: Added code for Mouse::On and Mouse::Off
Paul Gilbert
2011-07-02
CGE: Hooked up mouse event handler
Paul Gilbert
2011-07-02
CGE: Fix naming of touch() virtual methods, and fixed keyboard handling
Paul Gilbert
2011-07-02
CGE: Created an EventManager class and hooked it up to the Keyboard class
Paul Gilbert
2011-07-02
CGE: Changed MOUSE class from using static fields to an instantiated class
Paul Gilbert
2011-07-02
CGE: Merged mouse.* and keybd.* files to centralise event handling
Paul Gilbert