aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2013-08-16ZVISION: Fix copyTransposedRectToBackBufferrichiesams
2013-08-16ZVISION: Only warp the backbuffer if we're in PANORAMA or TILTrichiesams
2013-08-16ZVISION: Only skip the background moving if velocity is 0 instead of returnin...richiesams
2013-08-16ZVISION: Disable videos until I can figure out how to fix the decoderrichiesams
2013-08-15ZVISION: Fix error using subRectangle.right instead of .toprichiesams
2013-08-15ZVISION: Convert Surface::pixels to Surface::getBasePtr(0, 0)richiesams
2013-08-15ZVISION: Apply panorama/tilt warping after all images have been rendered to a...richiesams
2013-08-15ZVISION: Rename variables and add comments to clarify the math behind panoram...richiesams
2013-08-14ZVISION: Modify ASCII velocity drawing to represent the actual coderichiesams
2013-08-14ZVISION: Add documentationrichiesams
2013-08-14ZVISION: Add _renderManager::update() to ZEngene::run()richiesams
2013-08-14ZVISION: Add cursor and background image resets during location changerichiesams
2013-08-14ZVISION: Add background image wrappingrichiesams
2013-08-14ZVISION: Clip coords outside the working windowrichiesams
2013-08-14ZVISION: Add panning supportrichiesams
2013-08-14ZVISION: Slight function name change to increase clarityrichiesams
2013-08-14ZVISION: Set the initial game location (The opening video and menu)richiesams
2013-08-14ZVISION: Fix header #defines to match their file namesrichiesams
2013-08-14ZVISION: Implement ZVISION::getCursorManager()richiesams
2013-08-14ZVISION: Create the concept of a working windowrichiesams
2013-08-14ZVISION: Create methods for setting left, right, up, down cursorsrichiesams
2013-08-14ZVISION: Allow CursorManager::revertToIdle to take _cursorIsPushed into accountrichiesams
2013-08-14ZVISION: Add check to CursorMan::changeCursor to prevent extraneous cursor ch...richiesams
2013-08-14ZVISION: Fix alignment formattingrichiesams
2013-08-11ZVISION: Dispose of .zfs file streams after processing themrichiesams
2013-08-11ZVISION: Fix frame scaling for 2bpprichiesams
2013-08-11ZVISION: Only allocate memory for the scaled buffer if we're actually going t...richiesams
2013-08-11ZVISION: Delete the scaledVideoFrameBuffer after we're done with itrichiesams
2013-08-11ZVISION: Restart the Clock after the video finishesrichiesams
2013-08-11ZVISION: Fix unsigned/signed mismatchrichiesams
2013-08-11ZVISION: Fix memory leakrichiesams
2013-08-11ZVISION: Implement push_toggle control handlingrichiesams
2013-08-11ZVISION: Implement mouse event handlingrichiesams
2013-08-11ZVISION: Create MousEvent class to handle mouse hovers/clicksrichiesams
2013-08-11ZVISION: Move SearchMan directory registration outside ZVision constructorrichiesams
2013-08-11ZVISION: Fix accidental redeclaration of the scale variablerichiesams
2013-08-11ZVISION: Remove a verbose debug messagerichiesams
2013-08-11ZVISION: Fix enum qualifiersrichiesams
2013-08-11ZVISION: Change the initializer list formatting to conform to how everything ...richiesams
2013-08-11ZVISION: Ignore .scr file lines that are emptyrichiesams
2013-08-11ZVISION: Throw a warning when a .scr file isn't openedrichiesams
2013-08-11ZVISION: Convert hardcoded constants to anonymous enum variablesrichiesams
2013-08-11ZVISION: Create methods for converting screen coords to image coordsrichiesams
2013-08-11ZVISION: Remove extraneous _needsScreenUpdate boolrichiesams
2013-08-11ZVISION: Change CursorManager to go through CursorMan instead going directly ...richiesams
2013-08-11ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methodsrichiesams
2013-08-11ZVISION: Fix parsed arguments in ActionStreamVideorichiesams
2013-08-10ZVISION: Add parsing skip for action::copy_file. It is not used.richiesams
2013-08-10ZVISION: Stop checking puzzles if ResultAction::execute() returns falserichiesams
2013-08-10ZVISION: Implement ActionChangeLocation::execute()richiesams