..
action_node.cpp
ZVISION: Modify TimerNode to use Control base class
2013-08-28 16:44:20 -05:00
action_node.h
ZVISION: Modify TimerNode to use Control base class
2013-08-28 16:44:20 -05:00
actions.cpp
ZVISION: Modify TimerNode to use Control base class
2013-08-28 16:44:20 -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: Create console method for parsing ALL .scr files
2013-09-24 13:59:38 +02:00
console.h
ZVISION: Create console method for parsing ALL .scr files
2013-09-24 13:59:38 +02:00
control.cpp
ZVISION: Create the default implementation for Control::enable()/disable()
2013-08-28 16:44:19 -05:00
control.h
ZVISION: Create the default implementation for Control::enable()/disable()
2013-08-28 16:44:19 -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: Convert cursors to RBG 565
2013-09-24 13:59:38 +02:00
cursor.h
ZVISION: Convert cursors to RBG 565
2013-09-24 13:59:38 +02: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: Remove ZVision::_mousEvents and all associated functions
2013-08-28 16:44:24 -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: Fix LeverControl 'mirrored' support
2013-09-24 13:59:38 +02:00
lever_control.h
ZVISION: Fix: Change infndef to correct constant
2013-08-28 16:44:41 -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
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: Move PushToggleControl and LeverControl to their own files
2013-08-24 01:47:12 -05:00
push_toggle_control.cpp
ZVISION: Change PushToggleControl to comply with new Control base class
2013-08-28 16:44:21 -05: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: Convert image rendering to RBG 565
2013-09-24 13:59:38 +02:00
render_manager.h
ZVISION: Keep a Graphics::Surface of the current background instead of re-reading the file each time
2013-09-24 13:59:38 +02:00
render_table.cpp
ZVISION: Force comparison to be between signed ints and ensure CLIP happens on a signed int
2013-09-24 13:59:38 +02:00
render_table.h
ZVISION: Transpose is done in RenderManager::readImageToSurface(), so remove it from mutateImage
2013-09-24 13:59:38 +02:00
rlf_animation.cpp
ZVISION: Convert RLF animations to RBG 565
2013-09-24 13:59:38 +02:00
rlf_animation.h
ZVISION: Convert RLF animations to RBG 565
2013-09-24 13:59:38 +02:00
save_manager.h
ZVISION: Add TODO's of what is left for the engine to be complete
2013-08-20 20:29:28 -05:00
scr_file_handling.cpp
ZVISION: Add LeverControl to scr file parsing
2013-08-28 16:44:41 -05:00
script_manager.cpp
ZVISION: Add ScriptManager mouse event handlers
2013-08-28 16:44:23 -05:00
script_manager.h
ZVISION: Create console method for parsing ALL .scr files
2013-09-24 13:59:38 +02: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
subtitles.h
ZVISION: Add TODO to subtitles
2013-08-20 20:51:00 -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: Remove unnecessary pixel format switching from video code
2013-09-24 13:59:38 +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: Remove unnecessary pixel format switching from video code
2013-09-24 13:59:38 +02:00
zvision.h
ZVISION: Increase background rotation speed
2013-08-28 16:44:42 -05:00