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
/
cursor_manager.cpp
Age
Commit message (
Collapse
)
Author
2013-10-20
ZVISION: Forgotten change cursos to pressed in ZGI code.
Marisa-Chan
2013-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-18
ZVISION: Don't need to set push flag in cursorDown because it's block change ↵
Marisa-Chan
cursor image.
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-10-02
ZVISION: Convert all for-loops to use pre-increment instead of post-increment
RichieSams
2013-09-29
ZVISION: Rename ZVisionGameIds to use standard format
RichieSams
2013-08-14
ZVISION: Create methods for setting left, right, up, down cursors
richiesams
2013-08-14
ZVISION: Allow CursorManager::revertToIdle to take _cursorIsPushed into account
richiesams
2013-08-14
ZVISION: Add check to CursorMan::changeCursor to prevent extraneous cursor ↵
richiesams
changes
2013-08-11
ZVISION: Convert hardcoded constants to anonymous enum variables
richiesams
2013-08-11
ZVISION: Change CursorManager to go through CursorMan instead going directly ↵
richiesams
to OSystem This had to be done so the cursor didn't disappear after the user went to GMM or debug console
2013-08-09
ZVISION: Fix invalid argument for String::format()
richiesams
2013-08-09
ZVISION: Add class to manage cursors
richiesams