aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2013-09-04ZVISION: Initialize Location to the main menurichiesams
2013-09-04ZVISION: Create an instance of SaveManagerrichiesams
2013-09-04ZVISION: Implement SaveManagerrichiesams
2013-09-04ZVISION: Create methods for generating save file namesrichiesams
2013-09-04ZVISION: Create ScriptManager _activeControls serialization methodsrichiesams
2013-09-04ZVISION: Create ScriptManager state table serialization methodsrichiesams
2013-09-04ZVISION: Implement TimerNode serializationrichiesams
2013-09-04ZVISION: Create base methods for Control serializationrichiesams
2013-09-04ZVISION: Create method for getting the current locationrichiesams
2013-09-04ZVISION: Remove zero valued entries in the global state table once a framerichiesams
2013-09-04ZVISION: Create method to get the current background offsetrichiesams
2013-09-03ZVISION: Allow changeLocation to be executed right away instead of next framerichiesams
2013-09-03ZVISION: Convert ZVision singleton accessors to be inlinerichiesams
2013-09-03ZVISION: Change ActionPlayAnimation::_loop refer to a count rather than a boo...richiesams
2013-09-03ZVISION: Remove unnecessary file.open()richiesams
2013-09-03ZVISION: Fix signed/unsigned mismatchrichiesams
2013-09-03ZVISION: Free the _currentBackground Surface in RenderManager destructorrichiesams
2013-09-03ZVISION: Cleanup all used memory in RLF animationsrichiesams
2013-09-03ZVISION: Cleanup _activeControls in ScriptManager destructorrichiesams
2013-09-03ZVISION: Call Surface::free() in the cursor destructorrichiesams
2013-09-24ZVISION: Move TimerNode to it's own filerichiesams
2013-09-24ZVISION: Overload ZVision::playAnimation to support general video filesrichiesams
2013-09-24ZVISION: Limit tilt movement to the size of the imagerichiesams
2013-09-24ZVISION: Only do return pathing after the mouse is capturedrichiesams
2013-09-24ZVISION: Implement return pathing for LeverControlsrichiesams
2013-09-24ZVISION: Fix tilt render table commentrichiesams
2013-09-24ZVISION: Add default values for tilt optionsrichiesams
2013-09-24ZVISION: Fix how LeverControl return routes are parsedrichiesams
2013-09-24ZVISION: Implement TILT RenderTable creationrichiesams
2013-09-24ZVISION: Fix typo in point range clippingrichiesams
2013-09-24ZVISION: Remove extraneous TODOrichiesams
2013-09-24ZVISION: Fix error is RenderManager backgroundOffset handlingrichiesams
2013-09-24ZVISION: Fix typo in PixelFormatrichiesams
2013-09-24ZVISION: Implement enabled/disabled support in Controlsrichiesams
2013-09-24ZVISION: Remove unnecessary check if a pointer was non-NULL before deleting.richiesams
2013-09-24ZVISION: Use Surface::getPixels() rather than getBasePtr(0, 0)richiesams
2013-09-24ZVISION: Remove unnecessary pixel format switching from video coderichiesams
2013-09-24ZVISION: Convert RLF animations to RBG 565richiesams
2013-09-24ZVISION: Convert image rendering to RBG 565richiesams
2013-09-24ZVISION: Convert cursors to RBG 565richiesams
2013-09-24ZVISION: Force comparison to be between signed ints and ensure CLIP happens o...richiesams
2013-09-24ZVISION: Transpose is done in RenderManager::readImageToSurface(), so remove ...richiesams
2013-09-24ZVISION: Keep a Graphics::Surface of the current background instead of re-rea...richiesams
2013-09-24ZVISION: Fix LeverControl 'mirrored' supportrichiesams
2013-09-24ZVISION: Create console method for parsing ALL .scr filesrichiesams
2013-08-28ZVISION: Increase background rotation speedrichiesams
2013-08-28ZVISION: Add LeverControl to scr file parsingrichiesams
2013-08-28ZVISION: Fix: Change infndef to correct constantrichiesams
2013-08-28ZVISION: Fix: Store what type of animation file is usedrichiesams
2013-08-28ZVISION: Fix: Signal a cursor changerichiesams