scummvm/engines/zvision
2013-09-22 14:55:32 -05:00
..
actions.cpp ZVISION: Implement ActionPlayPreloadAnimation 2013-09-09 11:16:36 -05:00
actions.h ZVISION: Implement ActionPlayPreloadAnimation 2013-09-09 11:16:36 -05:00
animation_control.cpp ZVISION: Cleanup the cached frame before loading the next one 2013-09-09 11:16:45 -05:00
animation_control.h ZVISION: Cleanup the cached frame before loading the next one 2013-09-09 11:16:45 -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: Convert cmdRenderText to use new function syntax 2013-09-16 00:05:24 -05:00
console.h ZVISION: Create Console method to render text 2013-09-15 16:26:49 -05:00
control.cpp ZVISION: Create the default implementation for Control::enable()/disable() 2013-08-28 16:44:19 -05:00
control.h ZVISION: Add focus support for Controls 2013-09-15 15:00:56 -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: Call Surface::free() in the cursor destructor 2013-09-03 00:26:13 -05:00
cursor.h ZVISION: Call Surface::free() in the cursor destructor 2013-09-03 00:26: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: Add a reminder for how inventory is accessed 2013-09-15 15:00:57 -05:00
input_control.cpp ZVISION: Partially implement InputControl 2013-09-16 00:17:27 -05:00
input_control.h ZVISION: Partially implement InputControl 2013-09-16 00:17:27 -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: Add vertical pipes to prevent multi-line comments 2013-09-22 14:55:32 -05:00
lever_control.h ZVISION: Implement return pathing for LeverControls 2013-09-24 13:59:40 +02: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
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: Remove animation.o since animation.cpp is now gone 2013-09-22 14:41:56 -05:00
push_toggle_control.cpp ZVISION: Implement enabled/disabled support in Controls 2013-09-24 13:59:39 +02: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: Remove unused function arguments 2013-09-21 13:37:38 -05:00
render_manager.h ZVISION: Add documentation to RenderManager 2013-09-21 13:37:39 -05:00
render_table.cpp ZVISION: Add dirty rectangling support for pure image rendering 2013-09-07 14:32:51 -05:00
render_table.h ZVISION: Add dirty rectangling support for pure image rendering 2013-09-07 14:32:51 -05:00
rlf_animation.cpp ZVISION: Fix signed/unsigned mismatch 2013-09-15 15:00:53 -05:00
rlf_animation.h ZVISION: Add documentation for RlfAnimation 2013-09-21 00:31:59 -05:00
save_manager.cpp ZVISION: Only allow save slots in the range [1, 20] 2013-09-21 00:04:31 -05:00
save_manager.h ZVISION: Add documentation to SaveManager 2013-09-21 00:09:05 -05:00
scr_file_handling.cpp ZVISION: Add support for ActionRandom and ActionTimer 2013-09-15 15:00:55 -05:00
script_manager.cpp ZVISION: Directly access _globalState instead of using setStateValue 2013-09-21 00:08:36 -05:00
script_manager.h ZVISION: Add focus support for the ScriptManager 2013-09-15 15:00:56 -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
string_manager.cpp ZVISION: Append chars to a Common::String object instead of using a static buffer 2013-09-17 11:05:49 -05:00
string_manager.h ZVISION: Fix parseTag font name logic 2013-09-16 00:17:15 -05:00
subtitles.h ZVISION: Add TODO to subtitles 2013-08-20 20:51:00 -05:00
timer_node.cpp ZVISION: Implement TimerNode serialization 2013-09-04 00:16:44 -05:00
timer_node.h ZVISION: Implement TimerNode serialization 2013-09-04 00:16:44 -05:00
truetype_font.cpp ZVISION: Remove unused function arguments 2013-09-21 13:37:38 -05:00
truetype_font.h ZVISION: Add documentation to TruetypeFont 2013-09-21 13:37:38 -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: Use Surface::getPixels() rather than getBasePtr(0, 0) 2013-09-24 13:59:39 +02: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: Register the "fonts" directory with SearchMan 2013-09-16 00:17:27 -05:00
zvision.h ZVISION: Remove unused animation functions 2013-09-21 13:37:18 -05:00