aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2013-09-15ZVISION: Clean up StringManager and SaveManager after useRichieSams
2013-09-15ZVISION: Create Console method to render textRichieSams
2013-09-15ZVISION: Create an instance of StringManagerRichieSams
2013-09-15ZVISION: Create the StringManager classRichieSams
2013-09-15ZVISION: Add more documentation for clearWorkingWindowTo555Color()RichieSams
2013-09-15ZVISION: Add RenderManager text supportRichieSams
2013-09-15ZVISION: Clean up the TruetypeFont class and add alpha supportRichieSams
2013-09-15ZVISION: Create an instance of the SaveManagerRichieSams
2013-09-15ZVISION: Actually store the ZVision pointerRichieSams
2013-09-15ZVISION: Add a reminder for how inventory is accessedRichieSams
2013-09-15ZVISION: Ensure getControl always returns somethingRichieSams
2013-09-15ZVISION: Add focus support for the ScriptManagerRichieSams
2013-09-15ZVISION: Add focus support for ControlsRichieSams
2013-09-15ZVISION: Add support for ActionRandom and ActionTimerRichieSams
2013-09-15ZVISION: Add better alpha support for blittingRichieSams
2013-09-15ZVISION: Move dirty rect extension to the correct functionRichieSams
2013-09-15ZVISION: Fix signed/unsigned mismatchRichieSams
2013-09-15ZVISION: Add key press support to the main event loopRichieSams
2013-09-15ZVISION: Add ScriptManager support for key press eventsRichieSams
2013-09-15ZVISION: Remove unused functionRichieSams
2013-09-15ZVISION: Add method to copy a portion of the working window to a surfaceRichieSams
2013-09-15ZVISION: Remove unused key functionsRichieSams
2013-09-15ZVISION: Add key press support to ControlsRichieSams
2013-09-15ZVISION: Remove unused Console functionsRichieSams
2013-09-09ZVISION: Cleanup _currentFrameBuffer during descructionRichieSams
2013-09-09ZVISION: Cleanup the cached frame before loading the next oneRichieSams
2013-09-09ZVISION: Use default dpi for fontRichieSams
2013-09-09ZVISION: Remove extraneous methods from TrueTypeFontRichieSams
2013-09-09ZVISION: Cache animation frames so they can be re-rendered when the backgroun...RichieSams
2013-09-09ZVISION: Add comments to AnimationControl::process()RichieSams
2013-09-09ZVISION: Update LeverControl to use the new RlfAnimation outputsRichieSams
2013-09-09ZVISION: Add a debug assert to make sure we're not trying to render ouside th...RichieSams
2013-09-09ZVISION: Clip animations to the working windowRichieSams
2013-09-09ZVISION: Let Rlf animations output Surfaces instead of uint16 arraysRichieSams
2013-09-09ZVISION: Create method for transposing a surfaceRichieSams
2013-09-09ZVISION: Create method for clipping a rect to the working windowRichieSams
2013-09-09ZVISION: Create method for converting image space to working window spaceRichieSams
2013-09-09ZVISION: Create class for rendering TrueType fontsRichieSams
2013-09-09ZVISION: Save a thumbnail of the RenderManager backbuffer instead of the actu...RichieSams
2013-09-09ZVISION: Create method for getting the RenderManager backbufferRichieSams
2013-09-09ZVISION: Create method for rendering to the working window with binary alphaRichieSams
2013-09-09ZVISION: Stop avi playback once the animation is finishedRichieSams
2013-09-09ZVISION: Implement ActionPlayPreloadAnimationRichieSams
2013-09-09ZVISION: Implement ActionPreloadAnimation::execute()RichieSams
2013-09-09ZVISION: Implement AnimationControlRichieSams
2013-09-09ZVISION: Add method for getting a pointer to a ControlRichieSams
2013-09-07ZVISION: Set a Puzzle as completed before executing its ResultActionsRichieSams
2013-09-07ZVISION: Delete a Control * when removing it from _activeControlsRichieSams
2013-09-07ZVISION: Add scr parse line for ActionAssignRichieSams
2013-09-07ZVISION: Allow RLF seeking without returning a frameRichieSams