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
/
sword1
/
mouse.cpp
Age
Commit message (
Expand
)
Author
2011-09-07
SWORD1: Made code conform a bit better to our formatting guidelines.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-13
SWORD1: Don't set the same cursor on every frame
dhewg
2011-02-12
JANITORIAL: Remove duplicate #include's
Ori Avtalion
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2010-01-07
The default keycolor for mouse pointers used to be 255.
Marcus Comstedt
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-19
Silenced some warnings about potentially uninitialized variables
Filippos Karapetis
2009-02-28
Fixed MSVC compiler warning
Paul Gilbert
2009-02-28
Patch #2638336: Broken Sword PSX Support
Eugene Sandulenko
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-11-28
Update mouse coordinates onn *all* mouse events, i.e. also after click events
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-05-25
Setting a "null" cursor like this doesn't do anything in the SDL backend, and
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn