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
/
lure
/
events.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-24
Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hack
Filippos Karapetis
2009-09-24
Changed some references from LureEngine to the global g_engine (e.g. calls to...
Filippos Karapetis
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-09-01
Merging more of the GSoC 2008 RTL branch: LURE
Max Horn
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-15
Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...
Christopher Page
2008-07-10
Lure works with the new GMM implementation
Christopher Page
2008-06-25
Kyra and Lure are now using the new _quit flag
Christopher Page
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2008-01-05
Brought waitForPress into line with other similar methods to not register con...
Paul Gilbert
2007-12-29
Added access property for middle mouse button
Paul Gilbert
2007-12-16
Changed interruptableDelay method to not break when a modifier key is pressed
Paul Gilbert
2007-11-20
Changed calls to pollEvent to be in while loops to ensure all pending events ...
Paul Gilbert
2007-09-23
Split up the interruptableDelay method into two methods, making the version i...
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-22
Lots of bugfixes - game is now completable
Paul Gilbert
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-17
Got rid of Lure::System
Max Horn
2006-10-02
Added methods for push/pop cursors
Paul Gilbert
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-03-13
Fix a valgrind warning
Travis Howell
2006-02-26
Cleaned up my earlier "delay in busy-wait loop" commit, and added a similar
Torbjörn Andersson
2006-02-26
Added delays to the waitForRelease() and waitForPress() busy-wait loops.
Torbjörn Andersson
2006-02-19
Converted mouse and events classes to use new getReference style
Paul Gilbert
2006-02-11
Moved engines to the new engines/ directory
Max Horn