scummvm/engines/zvision
2013-08-14 10:17:24 -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: Fix parsed arguments in ActionStreamVideo 2013-08-11 13:39:52 -05:00
actions.h ZVISION: Fix parsed arguments in ActionStreamVideo 2013-08-11 13:39:52 -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: Create console command to render a cursor image to the screen 2013-08-09 14:06:23 -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: Implement push_toggle control handling 2013-08-11 15:12:01 -05:00
control.h ZVISION: Implement push_toggle control handling 2013-08-11 15:12:01 -05:00
cursor_manager.cpp ZVISION: Add check to CursorMan::changeCursor to prevent extraneous cursor changes 2013-08-14 10:17:24 -05:00
cursor_manager.h ZVISION: Convert hardcoded constants to anonymous enum variables 2013-08-11 15:02:38 -05:00
cursor.cpp ZVISION: Create class for decoding .zcr cursor files 2013-08-09 14:05:31 -05:00
cursor.h ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods 2013-08-11 13:40:23 -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: Implement mouse event handling 2013-08-11 15:10:52 -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: Create MousEvent class to handle mouse hovers/clicks 2013-08-11 15:09:19 -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: Create MousEvent class to handle mouse hovers/clicks 2013-08-11 15:09:19 -05:00
puzzle.h ZVISION: Add some comments concerning StateFlag::DO_ME_NOW 2013-08-05 19:08:44 -05:00
render_manager.cpp ZVISION: Fix memory leak 2013-08-11 16:38:10 -05:00
render_manager.h ZVISION: Create methods for converting screen coords to image coords 2013-08-11 13:44:23 -05:00
render_table.cpp ZVISION: Create methods for converting screen coords to image coords 2013-08-11 13:44:23 -05:00
render_table.h ZVISION: Create methods for converting screen coords to image coords 2013-08-11 13:44:23 -05:00
scr_file_handling.cpp ZVISION: Implement push_toggle control handling 2013-08-11 15:12:01 -05:00
script_manager.cpp ZVISION: Implement mouse event handling 2013-08-11 15:10:52 -05:00
script_manager.h ZVISION: Make ScriptManager::changeLocation delay the actual change until the end of the frame 2013-08-10 17:31:57 -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: Remove superfluous comma 2013-08-04 13:33:01 -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: 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: Rename Point template class to Vector2 2013-08-04 13:32:44 -05:00
video.cpp ZVISION: Fix frame scaling for 2bpp 2013-08-11 16:44:13 -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: Dispose of .zfs file streams after processing them 2013-08-11 16:44:52 -05:00
zvision.h ZVISION: Implement mouse event handling 2013-08-11 15:10:52 -05:00