aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
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
2013-08-28ZVISION: Remove RlfAnimation::getPreviousFrame()richiesams
2013-08-28ZVISION: Add support for animation 'mirroring'richiesams
2013-08-28ZVISION: Implement avi frame seekingrichiesams
2013-08-28ZVISION: Fix the quadrant numbers in angle calculationsrichiesams
2013-08-28ZVISION: Round to int *after* converting to degreesrichiesams
2013-08-28ZVISION: Allow a angle buffer zone on *both* sides of the actual anglerichiesams
2013-08-28ZVISION: Fix comment spacingrichiesams
2013-08-28ZVISION: sscanf to ints before storing them in Rect coordsrichiesams
2013-08-28ZVISION: Prevent variable shadowingrichiesams
2013-08-28ZVISION: Remove ZVision::_mousEvents and all associated functionsrichiesams
2013-08-28ZVISION: Add ScriptManager mouse event handlersrichiesams
2013-08-28ZVISION: Remove ScriptManager::_activeNodes and change all iterators to itera...richiesams
2013-08-28ZVISION: Update ScriptManager::enableControl()/disableControl() to fit new Co...richiesams
2013-08-28ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-28ZVISION: Remove extraneous semicolonrichiesams
2013-08-28ZVISION: Change PushToggleControl to comply with new Control base classrichiesams
2013-08-28ZVISION: Change LeverControl to comply with the new Control base classrichiesams
2013-08-28ZVISION: Modify TimerNode to use Control base classrichiesams
2013-08-28ZVISION: Create the default implementation for Control::enable()/disable()richiesams
2013-08-28ZVISION: Bake ActionNode and MouseEvent into Controlrichiesams
2013-08-28ZVISION: Fixed signed/unsigned mismatchrichiesams
2013-08-24ZVISION: Move PushToggleControl and LeverControl to their own filesrichiesams
2013-08-24ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-24ZVISION: Cast completeFrame and frameNumber to int so their difference can go...richiesams
2013-08-24ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-24ZVISION: Partially implement LeverControlrichiesams
2013-08-24ZVISION: Add console method to dump all .lev filesrichiesams
2013-08-24ZVISION: Add note about _activeNodesrichiesams
2013-08-24ZVISION: Fix memory leakrichiesams