scummvm/engines/zvision
richiesams 3397edb4f5 ZVISION: Add ActionNode class
This class encases actions that happen over time (timer, animations, etc)
Each frame, the engine calls process() on each active ActionNode
2013-08-04 13:32:12 -05:00
..
action_node.cpp ZVISION: Add ActionNode class 2013-08-04 13:32:12 -05:00
action_node.h ZVISION: Add ActionNode class 2013-08-04 13:32:12 -05:00
actions.cpp ZVISION: Standardize naming conventions to fit the rest of the code base 2013-08-04 13:32:10 -05:00
actions.h ZVISION: Standardize naming conventions to fit the rest of the code base 2013-08-04 13:32:10 -05:00
console.cpp ZVISION: Create console command for loading a video 2013-08-04 13:32:09 -05:00
console.h ZVISION: Create console command for loading a video 2013-08-04 13:32:09 -05:00
control.h ZVISION: Change #include scummsys.h to types.h 2013-08-04 13:32:04 -05:00
detection.cpp ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
events.cpp ZVISION: Conform to new eventRecorder code 2013-08-04 13:32:05 -05:00
graphics.cpp ZVISION: Remove unused methods from ZVision class 2013-08-04 13:32:12 -05:00
image.cpp ZVISION: Move engine width, height, and pixelFormat to const member variables 2013-08-04 13:32:08 -05:00
lzss_read_stream.cpp ZVISION: Fix eos checking in LzssReadStream 2013-08-04 13:32:06 -05:00
lzss_read_stream.h ZVISION: Fix eos checking in LzssReadStream 2013-08-04 13:32:06 -05:00
module.mk ZVISION: Update module.mk with current objs 2013-08-04 13:32:06 -05:00
puzzle.h ZVISION: Clean up includes 2013-08-04 13:32:10 -05:00
scr_file_handling.cpp ZVISION: Clean up includes 2013-08-04 13:32:10 -05:00
script_manager.cpp ZVISION: Fix includes to use new underscore names 2013-08-04 13:31:56 -05:00
script_manager.h ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp 2013-08-04 13:32:03 -05:00
scripts.cpp ZVISION: Fix code formatting to follow the convention 2013-08-04 13:31:46 -05:00
single_value_container.cpp ZVISION: Fix single_value_container.h include to use the new file name 2013-08-04 13:31:57 -05:00
single_value_container.h ZVISION: Rename files to use underscores instead of camelCase 2013-08-04 13:31:55 -05:00
tests.h ZVISION: Move test functions out of video.cpp and into their own file 2013-08-04 13:31:55 -05:00
utility.cpp ZVISION: Move utility functions to a cpp file with declarations in a header file 2013-08-04 13:32:11 -05:00
utility.h ZVISION: Move utility functions to a cpp file with declarations in a header file 2013-08-04 13:32:11 -05:00
video.cpp ZVISION: Create console command for loading a video 2013-08-04 13:32:09 -05:00
zfs_archive.cpp ZVISION: Remove implicit cast between integer types 2013-08-04 13:32:09 -05:00
zfs_archive.h ZVISION: Remove implicit cast between integer types 2013-08-04 13:32:09 -05:00
zork_avi_decoder.cpp ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
zork_avi_decoder.h ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
zork_raw.cpp ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
zork_raw.h ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
zvision.cpp ZVISION: Create/refactor methods for playing video. 2013-08-04 13:32:08 -05:00
zvision.h ZVISION: Remove unused methods from ZVision class 2013-08-04 13:32:12 -05:00