Age | Commit message (Expand) | Author |
2013-08-11 | ZVISION: Only allocate memory for the scaled buffer if we're actually going t... | richiesams |
2013-08-11 | ZVISION: Delete the scaledVideoFrameBuffer after we're done with it | richiesams |
2013-08-11 | ZVISION: Restart the Clock after the video finishes | richiesams |
2013-08-11 | ZVISION: Fix unsigned/signed mismatch | richiesams |
2013-08-11 | ZVISION: Fix memory leak | richiesams |
2013-08-11 | ZVISION: Implement push_toggle control handling | richiesams |
2013-08-11 | ZVISION: Implement mouse event handling | richiesams |
2013-08-11 | ZVISION: Create MousEvent class to handle mouse hovers/clicks | richiesams |
2013-08-11 | ZVISION: Move SearchMan directory registration outside ZVision constructor | richiesams |
2013-08-11 | ZVISION: Fix accidental redeclaration of the scale variable | richiesams |
2013-08-11 | ZVISION: Remove a verbose debug message | richiesams |
2013-08-11 | ZVISION: Fix enum qualifiers | richiesams |
2013-08-11 | ZVISION: Change the initializer list formatting to conform to how everything ... | richiesams |
2013-08-11 | ZVISION: Ignore .scr file lines that are empty | richiesams |
2013-08-11 | ZVISION: Throw a warning when a .scr file isn't opened | richiesams |
2013-08-11 | ZVISION: Convert hardcoded constants to anonymous enum variables | richiesams |
2013-08-11 | ZVISION: Create methods for converting screen coords to image coords | richiesams |
2013-08-11 | ZVISION: Remove extraneous _needsScreenUpdate bool | richiesams |
2013-08-11 | ZVISION: Change CursorManager to go through CursorMan instead going directly ... | richiesams |
2013-08-11 | ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods | richiesams |
2013-08-11 | ZVISION: Fix parsed arguments in ActionStreamVideo | richiesams |
2013-08-10 | ZVISION: Add parsing skip for action::copy_file. It is not used. | richiesams |
2013-08-10 | ZVISION: Stop checking puzzles if ResultAction::execute() returns false | richiesams |
2013-08-10 | ZVISION: Implement ActionChangeLocation::execute() | richiesams |
2013-08-10 | ZVISION: Make ScriptManager::changeLocation delay the actual change until the... | richiesams |
2013-08-10 | ZVISION: Move the ScriptManager update functions to a single update() function. | richiesams |
2013-08-10 | ZVISION: Create a global puzzle list and parse universe.scr into it during Sc... | richiesams |
2013-08-10 | ZVISION: Implement ActionStreamVideo | richiesams |
2013-08-10 | ZVISION: Implement ActionQuit | richiesams |
2013-08-10 | ZVISION: Change video code to support arbitrary scaling and whether the video... | richiesams |
2013-08-10 | ZVISION: Make ZFS Archive member name indexing case-insensitive | richiesams |
2013-08-10 | ZVISION: Add documentation for the ResultAction base class | richiesams |
2013-08-09 | ZVISION: Fix invalid argument for String::format() | richiesams |
2013-08-09 | ZVISION: Add class to manage cursors | richiesams |
2013-08-09 | ZVISION: Test for file.open before trying to read | richiesams |
2013-08-09 | ZVISION: Add a ZGI folder directory to the SearchMan | richiesams |
2013-08-09 | ZVISION: Create method for cycling through all the cursors so as to identify ... | richiesams |
2013-08-09 | ZVISION: Create console command to render a cursor image to the screen | richiesams |
2013-08-09 | ZVISION: Create class for decoding .zcr cursor files | richiesams |
2013-08-09 | ZVISION: Call _system->updateScreen() every frame | richiesams |
2013-08-07 | ZVISION: Create console method to dump all cursor file names | richiesams |
2013-08-05 | ZVISION: Fix loop logic so videos can end | richiesams |
2013-08-05 | ZVISION: Add StateFlag handling to Puzzle checking | richiesams |
2013-08-05 | ZVISION: Fix typo in Puzzle checking | richiesams |
2013-08-05 | ZVISION: Set the puzzle global variable after a Puzzle is completed | richiesams |
2013-08-05 | ZVISION: Add debug statements for Puzzle checking | richiesams |
2013-08-05 | ZVISION: Add some comments concerning StateFlag::DO_ME_NOW | richiesams |
2013-08-05 | ZVISION: Fix frame delay calculation being reversed. Also convert to int to e... | richiesams |
2013-08-05 | ZVISION: Create image auto screen centering during blitting | richiesams |
2013-08-05 | ZVISION: Fix memory free mismatch caused by MemoryReadStream using free() | richiesams |