scummvm/engines/zvision
richiesams e3b08793dd ZVISION: Add ScriptManager mouse event handlers
This allows the main engine to pass mouse events to Controls
2013-08-28 16:44:23 -05:00
..
action_node.cpp ZVISION: Modify TimerNode to use Control base class 2013-08-28 16:44:20 -05:00
action_node.h ZVISION: Modify TimerNode to use Control base class 2013-08-28 16:44:20 -05:00
actions.cpp ZVISION: Modify TimerNode to use Control base class 2013-08-28 16:44:20 -05:00
actions.h ZVISION: Implement ActionSetPartialScreen 2013-08-20 11:41:35 -05:00
animation.cpp ZVISION: Handle rlf frame transitions internally 2013-08-20 15:55:42 -05:00
clock.cpp
clock.h
console.cpp ZVISION: Add console method to dump all .lev files 2013-08-24 00:25:21 -05:00
console.h ZVISION: Add console method to dump all .lev files 2013-08-24 00:25:21 -05:00
control.cpp ZVISION: Create the default implementation for Control::enable()/disable() 2013-08-28 16:44:19 -05:00
control.h ZVISION: Create the default implementation for Control::enable()/disable() 2013-08-28 16:44:19 -05:00
cursor_manager.cpp
cursor_manager.h ZVISION: Add documentation 2013-08-14 12:04:13 -05:00
cursor.cpp
cursor.h ZVISION: Add documentation 2013-08-14 12:04:13 -05:00
detection.cpp
detection.h
events.cpp ZVISION: Change variable name to match its purpose 2013-08-24 00:23:42 -05:00
inventory_manager.h ZVISION: Add TODO's of what is left for the engine to be complete 2013-08-20 20:29:28 -05:00
lever_control.cpp ZVISION: Change LeverControl to comply with the new Control base class 2013-08-28 16:44:20 -05:00
lever_control.h ZVISION: Change LeverControl to comply with the new Control base class 2013-08-28 16:44:20 -05:00
lzss_read_stream.cpp
lzss_read_stream.h
menu.h ZVISION: Add TODO's of what is left for the engine to be complete 2013-08-20 20:29:28 -05:00
module.mk ZVISION: Move PushToggleControl and LeverControl to their own files 2013-08-24 01:47:12 -05:00
push_toggle_control.cpp ZVISION: Change PushToggleControl to comply with new Control base class 2013-08-28 16:44:21 -05:00
push_toggle_control.h ZVISION: Change PushToggleControl to comply with new Control base class 2013-08-28 16:44:21 -05:00
puzzle.h ZVISION: Initialize Puzzle::key and Puzzle::flags 2013-08-20 21:26:53 -05:00
render_manager.cpp ZVISION: Fixed signed/unsigned mismatch 2013-08-28 16:44:18 -05:00
render_manager.h ZVISION: Create method to clear the working window area of the screen to a single color 2013-08-20 11:41:34 -05:00
render_table.cpp ZVISION: Change the CLIP template argument to match the type of the indicies 2013-08-18 19:52:58 -05:00
render_table.h ZVISION: Render images by specifying a destination and then clipping 2013-08-18 19:52:53 -05:00
rlf_animation.cpp ZVISION: Fix signed/unsigned mismatch 2013-08-28 16:44:22 -05:00
rlf_animation.h ZVISION: Fix signed/unsigned mismatch 2013-08-24 00:23:43 -05:00
save_manager.h ZVISION: Add TODO's of what is left for the engine to be complete 2013-08-20 20:29:28 -05:00
scr_file_handling.cpp ZVISION: Change PushToggleControl to comply with new Control base class 2013-08-28 16:44:21 -05:00
script_manager.cpp ZVISION: Add ScriptManager mouse event handlers 2013-08-28 16:44:23 -05:00
script_manager.h ZVISION: Add ScriptManager mouse event handlers 2013-08-28 16:44:23 -05:00
scripts.cpp
single_value_container.cpp
single_value_container.h
subtitles.h ZVISION: Add TODO to subtitles 2013-08-20 20:51:00 -05:00
utility.cpp
utility.h
vector2.h
video.cpp ZVISION: Always update the screen to ensure the mouse continues to render 2013-08-20 11:41:45 -05:00
zfs_archive.cpp
zfs_archive.h
zork_avi_decoder.cpp
zork_avi_decoder.h
zork_raw.cpp
zork_raw.h
zvision.cpp ZVISION: Call RenderManager::update() before ScriptManager::update() 2013-08-20 11:41:45 -05:00
zvision.h ZVISION: Convert _mouseEvents to pointers since MouseEvent is now abstract 2013-08-24 00:23:41 -05:00