scummvm/engines/zvision
richiesams f6033afa02 ZVISION: Change CursorManager to go through CursorMan instead going directly to OSystem
This had to be done so the cursor didn't disappear after the user went to GMM or debug console
2013-08-11 13:42:00 -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: Make panorama and tilt control generate the RenderTable after setting all the settings 2013-08-04 13:33:07 -05:00
control.h ZVISION: Create Control class 2013-08-04 13:32:50 -05:00
cursor_manager.cpp ZVISION: Change CursorManager to go through CursorMan instead going directly to OSystem 2013-08-11 13:42:00 -05:00
cursor_manager.h ZVISION: Change CursorManager to go through CursorMan instead going directly to OSystem 2013-08-11 13:42:00 -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: Add class to manage cursors 2013-08-09 18:33:15 -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 class to manage cursors 2013-08-09 18:33:15 -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: Call _system->updateScreen() every frame 2013-08-09 12:16:43 -05:00
render_manager.h ZVISION: Call _system->updateScreen() every frame 2013-08-09 12:16:43 -05:00
render_table.cpp ZVISION: Remove extraneous comments 2013-08-04 13:33:12 -05:00
render_table.h ZVISION: Optimize integer type usages 2013-08-04 13:32:55 -05:00
scr_file_handling.cpp ZVISION: Add parsing skip for action::copy_file. It is not used. 2013-08-10 17:38:33 -05:00
script_manager.cpp ZVISION: Stop checking puzzles if ResultAction::execute() returns false 2013-08-10 17:36:57 -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: Change video code to support arbitrary scaling and whether the video can be skipped 2013-08-10 17:14:00 -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: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -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 the ScriptManager update functions to a single update() function. 2013-08-10 17:28:41 -05:00
zvision.h ZVISION: Change video code to support arbitrary scaling and whether the video can be skipped 2013-08-10 17:14:00 -05:00