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 (
Expand
)
Author
2013-12-04
ZVISION: Refactoring cursor manager into simple and full-functionally.
Marisa-Chan
2013-11-20
ZVISION: Add new ChangeCursor method for load items icons.
Marisa-Chan
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
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
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 ch...
richiesams
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
2013-08-09
ZVISION: Fix invalid argument for String::format()
richiesams
2013-08-09
ZVISION: Add class to manage cursors
richiesams