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
/
control.h
Age
Commit message (
Expand
)
Author
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-09-15
ZVISION: Add focus support for Controls
RichieSams
2013-09-15
ZVISION: Add key press support to Controls
RichieSams
2013-09-04
ZVISION: Create base methods for Control serialization
richiesams
2013-08-28
ZVISION: Create the default implementation for Control::enable()/disable()
richiesams
2013-08-28
ZVISION: Bake ActionNode and MouseEvent into Control
richiesams
2013-08-24
ZVISION: Move PushToggleControl and LeverControl to their own files
richiesams
2013-08-24
ZVISION: Partially implement LeverControl
richiesams
2013-08-24
ZVISION: Have PushToggleControl inherit from MouseEvent and handle the method...
richiesams
2013-08-24
ZVISION: Make Control purely virtual
richiesams
2013-08-20
ZVISION: Remove static Control::parsePushToggleControl
richiesams
2013-08-20
ZVISION: Add TODO's of what is left for the engine to be complete
richiesams
2013-08-18
ZVISION: Reimplement PushToggleControl
richiesams
2013-08-18
ZVISION: Allow controls to be enabled or disabled
richiesams
2013-08-11
ZVISION: Implement push_toggle control handling
richiesams
2013-08-04
ZVISION: Create Control class
richiesams
2013-08-04
ZVISION: Change #include scummsys.h to types.h
richiesams
2013-08-04
ZVISION: Fix code formatting to follow the convention
richiesams
2013-08-04
ZVISION: Split puzzleControl into two files. Add ResultAction enum
richiesams