aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-09-24Merge branch 'master' into zvisionWillem Jan Palenstijn
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-27TSAGE: Renaming of spaceport working ship components subclassPaul Gilbert
2013-08-27TSAGE: Fix for R2R scene change crash getting into intact spaceshipPaul Gilbert
2013-08-28TSAGE: Some renaming in Scene600Strangerke