scummvm/engines/zvision
2013-08-18 19:53:04 -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 ActionEnableControl and ActionDisableControl 2013-08-18 19:53:03 -05:00
actions.h ZVISION: Implement ActionEnableControl and ActionDisableControl 2013-08-18 19:53:03 -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: Reset push_toggle controls global state value to 0 during initialization 2013-08-18 19:52:59 -05:00
control.h ZVISION: Allow controls to be enabled or disabled 2013-08-18 19:53:03 -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: Reset MouseEvent globalStateValue's when clearing them 2013-08-18 19:53:01 -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: Make MousEvent fully public 2013-08-18 19:53:01 -05:00
puzzle.h ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntries 2013-08-18 19:53:04 -05:00
render_manager.cpp ZVISION: Allow destinations to be negative 2013-08-18 19:52:57 -05:00
render_manager.h ZVISION: Allow destinations to be negative 2013-08-18 19:52:57 -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
scr_file_handling.cpp ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntries 2013-08-18 19:53:04 -05:00
script_manager.cpp ZVISION: Convert _puzzlesToCheck to a Queue instead of a Stack 2013-08-18 19:53:04 -05:00
script_manager.h ZVISION: Convert _puzzlesToCheck to a Queue instead of a Stack 2013-08-18 19:53:04 -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
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: Fix header #defines to match their file names 2013-08-14 11:20:19 -05:00
video.cpp ZVISION: Convert Surface::pixels to Surface::getBasePtr(0, 0) 2013-08-15 14:15:58 -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: Move _cursorManager construction after the folder directories have been registered with SearchMan 2013-08-16 12:17:29 -05:00
zvision.h ZVISION: Allow MouseEvents to be unregistered 2013-08-18 19:53:00 -05:00