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
/
sword2
/
driver
/
_mouse.cpp
Age
Commit message (
Expand
)
Author
2003-09-16
Removed some unnecessary #includes and #defines.
Torbjörn Andersson
2003-09-13
should have been an int32
Oliver Kiehl
2003-09-13
endian fix
Oliver Kiehl
2003-09-12
endian fixes
Oliver Kiehl
2003-08-28
Cleanup
Torbjörn Andersson
2003-08-22
Only hide the mouse cursor if both the mouse animation and the luggage
Torbjörn Andersson
2003-08-21
-Werror cleanup, don't try to free const variables...
Jonathan Gray
2003-08-20
Draw combined cursor properly. Thanks to joost for finding out that the
Oliver Kiehl
2003-08-20
Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursors
Torbjörn Andersson
2003-08-20
Applied a different fix for the mouse offset problem. As far as I can tell,
Torbjörn Andersson
2003-08-20
Removed some memset()s that I added earlier out of paranoia. Added a FIXME
Torbjörn Andersson
2003-08-20
correction from olki that fixes mouse y offset being too high
Jonathan Gray
2003-08-20
This should fix mouse cursor animations. (Actually, I hardly even looked at
Torbjörn Andersson
2003-08-19
preliminary cursor code. dirty, hacky and no animation yet. but at least some...
Oliver Kiehl
2003-07-28
-Werror cleanup
Jonathan Gray
2003-07-28
Compiles on mingw now
Travis Howell
2003-07-28
bs2 driver
Jonathan Gray