scummvm/engines/zvision
2013-08-20 20:28:36 -05:00
..
action_node.cpp ZVISION: Optimize integer type usages 2013-08-04 13:32:55 -05:00
action_node.h ZVISION: Optimize integer type usages 2013-08-04 13:32:55 -05:00
actions.cpp ZVISION: Implement ActionSetPartialScreen 2013-08-20 11:41:35 -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 ZVISION: Change _pausedTime to be a reference to when time was paused, instead of accumulation of time 2013-08-05 10:26:23 -05:00
clock.h ZVISION: Allow _deltaTime to go negative so it can be clamped to zero properly 2013-08-05 11:51:16 -05:00
console.cpp ZVISION: Add newlines to console debug statements 2013-08-18 19:53:00 -05:00
console.h ZVISION: Create console command to render a cursor image to the screen 2013-08-09 14:06:23 -05:00
control.cpp ZVISION: Fix argument passing for warning() 2013-08-18 19:53:06 -05:00
control.h ZVISION: Reimplement PushToggleControl 2013-08-18 19:53:05 -05:00
cursor_manager.cpp ZVISION: Create methods for setting left, right, up, down cursors 2013-08-14 10:18:41 -05:00
cursor_manager.h ZVISION: Add documentation 2013-08-14 12:04:13 -05:00
cursor.cpp ZVISION: Create class for decoding .zcr cursor files 2013-08-09 14:05:31 -05:00
cursor.h ZVISION: Add documentation 2013-08-14 12:04:13 -05:00
detection.cpp ZVISION: Properly end the AD table 2013-08-05 11:53:58 -05:00
detection.h ZVISION: Create ZVisionGameId entry None 2013-08-05 11:53:57 -05:00
events.cpp ZVISION: Create keypress event to test rlf animation 2013-08-20 11:41:47 -05:00
lzss_read_stream.cpp ZVISION: Convert _blockSize to an anonymous enum 2013-08-04 13:32:58 -05:00
lzss_read_stream.h ZVISION: Convert _blockSize to an anonymous enum 2013-08-04 13:32:58 -05:00
module.mk ZVISION: Add animation.o and rlf_animation.o to module.mk 2013-08-20 20:28:36 -05:00
mouse_event.cpp ZVISION: Create MousEvent class to handle mouse hovers/clicks 2013-08-11 15:09:19 -05:00
mouse_event.h ZVISION: Make MousEvent fully public 2013-08-18 19:53:01 -05:00
puzzle.h ZVISION: Revert to normal pointers instead of shared pointers 2013-08-18 19:53:07 -05:00
render_manager.cpp ZVISION: Initialize inline with construction 2013-08-20 11:41:44 -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: Handle rlf frame transitions internally 2013-08-20 15:55:42 -05:00
rlf_animation.h ZVISION: Handle rlf frame transitions internally 2013-08-20 15:55:42 -05:00
scr_file_handling.cpp ZVISION: Revert to normal pointers instead of shared pointers 2013-08-18 19:53:07 -05:00
script_manager.cpp ZVISION: Revert to normal pointers instead of shared pointers 2013-08-18 19:53:07 -05:00
script_manager.h ZVISION: Revert to normal pointers instead of shared pointers 2013-08-18 19:53:07 -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: Replace includes with forward declarations 2013-08-04 13:32:29 -05:00
single_value_container.h ZVISION: Fix header #defines to match their file names 2013-08-14 11:20:19 -05:00
utility.cpp ZVISION: Test for file.open before trying to read 2013-08-09 14:52:21 -05:00
utility.h ZVISION: Fix index out of range error 2013-08-05 00:18:01 -05:00
vector2.h ZVISION: Fix header #defines to match their file names 2013-08-14 11:20:19 -05:00
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 ZVISION: Fix memory free mismatch caused by MemoryReadStream using free() 2013-08-05 12:52:10 -05:00
zfs_archive.h ZVISION: Make ZFS Archive member name indexing case-insensitive 2013-08-10 17:07:56 -05:00
zork_avi_decoder.cpp ZVISION: Create logic to decode sound rate and isStereo from fileName 2013-08-04 13:32:20 -05:00
zork_avi_decoder.h ZVISION: Fix alignment formatting 2013-08-14 10:16:42 -05:00
zork_raw.cpp ZVISION: Make the return from makeRawZorkStream more specific 2013-08-04 23:53:40 -05:00
zork_raw.h ZVISION: Make the return from makeRawZorkStream more specific 2013-08-04 23:53:40 -05:00
zvision.cpp ZVISION: Call RenderManager::update() before ScriptManager::update() 2013-08-20 11:41:45 -05:00
zvision.h ZVISION: Create method to play RlfAnimations 2013-08-20 11:41:36 -05:00