Age | Commit message (Expand) | Author |
2013-08-04 | ZVISION: Use individual initialization instead of inline. | richiesams |
2013-08-04 | ZVISION: Removed 'packed' audio handling from RawZorkStream. | richiesams |
2013-08-04 | ZVISION: Add logic to allow the user to break out of videos | richiesams |
2013-08-04 | ZVISION: Convert console sound handling to use new fileName decoding | richiesams |
2013-08-04 | ZVISION: Create logic to decode sound rate and isStereo from fileName | richiesams |
2013-08-04 | ZVISION: Create utility function to parse fileName from a full/partial path | richiesams |
2013-08-04 | ZVISION: Add a game type enum to detection | richiesams |
2013-08-04 | ZVISION: Add underscore prefix to public static variable names | richiesams |
2013-08-04 | ZVISION: Add stereo/mono handling for Zork sound | richiesams |
2013-08-04 | ZVISION: Conform to GCC spacing for template inside template | richiesams |
2013-08-04 | ZVISION: Fix implicit conversion for scanf-type functions | richiesams |
2013-08-04 | ZVISION: Modify RawZorkStream to use a modified ADPCM codec | richiesams |
2013-08-04 | ZVISION: Create console command for loading sounds | richiesams |
2013-08-04 | ZVISION: Allow the console to stay open when errors occur | richiesams |
2013-08-04 | ZVISION: Add 2x scaling to videos | richiesams |
2013-08-04 | ZVISION: Add operator< to the Puzzle struct | richiesams |
2013-08-04 | ZVISION: Create ScriptManager state handling logic | richiesams |
2013-08-04 | ZVISION: Create utility method to remove duplicate entries from a Common::Array | richiesams |
2013-08-04 | ZVISION: Create main containers in ScriptManager | richiesams |
2013-08-04 | ZVISION: Implement ActionTimer::execute() | richiesams |
2013-08-04 | ZVISION: Add ActionNode class | richiesams |
2013-08-04 | ZVISION: Remove unused methods from ZVision class | richiesams |
2013-08-04 | ZVISION: Move utility functions to a cpp file with declarations in a header file | richiesams |
2013-08-04 | ZVISION: Clean up includes | richiesams |
2013-08-04 | ZVISION: Standardize naming conventions to fit the rest of the code base | richiesams |
2013-08-04 | ZVISION: Remove implicit cast between integer types | richiesams |
2013-08-04 | ZVISION: Create console command for loading a video | richiesams |
2013-08-04 | ZVISION: Create/refactor methods for playing video. | richiesams |
2013-08-04 | ZVISION: Move engine width, height, and pixelFormat to const member variables | richiesams |
2013-08-04 | ZVISION: renderImageToScreen: Check for TGZ first instead of TGA | richiesams |
2013-08-04 | ZVISION: Update module.mk with current objs | richiesams |
2013-08-04 | ZVISION: Fix eos checking in LzssReadStream | richiesams |
2013-08-04 | ZVISION: Conform to new eventRecorder code | richiesams |
2013-08-04 | ZVISION: Move early break out above the for loop. LzssReadStream::decompressB... | richiesams |
2013-08-04 | ZVISION: Update renderImageToScreen to handle TGZ image files | richiesams |
2013-08-04 | ZVISION: Create class for decompressing and reading LZSS | richiesams |
2013-08-04 | ZVISION: Change #include scummsys.h to types.h | richiesams |
2013-08-04 | ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp | richiesams |
2013-08-04 | ZVISION: Remove nonstandard C type declaration from the StateFlags enum | Filippos Karapetis |
2013-08-04 | ZVISION: Remove direct inclusion of stdio.h | Filippos Karapetis |
2013-08-04 | ZVISION: Cleanup dump method from run() | richiesams |
2013-08-04 | ZVISION: Create renderImageToScreen method and add a console command for it | richiesams |
2013-08-04 | ZVISION: Create debug console and apply console logic to main loop | richiesams |
2013-08-04 | ZVISION: Add definitions for more ResultActions | richiesams |
2013-08-04 | ZVISION: Create utility method to dump result action signatures from various ... | richiesams |
2013-08-04 | ZVISION: Change trimCommentsAndWhiteSpace to use a pointer instead of a refer... | richiesams |
2013-08-04 | ZVISION: Change Puzzle::resultActions to a List of pointers instead of Result... | richiesams |
2013-08-04 | ZVISION: Forward declare ZVision in result_action.h | richiesams |
2013-08-04 | ZVISION: Normalize remaining CRLF to LF for the remote | richiesams |
2013-08-04 | ZVISION: Create ResultAction 's for Add and Random. | richiesams |