aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/video.cpp
AgeCommit message (Expand)Author
2013-11-01ZVISION: Create a folder structure for ZVision source filesRichieSams
2013-10-31ZVISION: Silence some false positive warnings in MSVCFilippos Karapetis
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-09-24ZVISION: Use Surface::getPixels() rather than getBasePtr(0, 0)richiesams
2013-09-24ZVISION: Remove unnecessary pixel format switching from video coderichiesams
2013-08-20ZVISION: Always update the screen to ensure the mouse continues to renderrichiesams
2013-08-18ZVISION: Don't cast away const qualifierrichiesams
2013-08-15ZVISION: Convert Surface::pixels to Surface::getBasePtr(0, 0)richiesams
2013-08-14ZVISION: Create the concept of a working windowrichiesams
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 accidental redeclaration of the scale variablerichiesams
2013-08-10ZVISION: Change video code to support arbitrary scaling and whether the video...richiesams
2013-08-05ZVISION: Fix loop logic so videos can endrichiesams
2013-08-05ZVISION: Add default case statements for event handling in videosrichiesams
2013-08-05ZVISION: Use videoDecoder.getTimeToNextFrame() to calculate the frame delayrichiesams
2013-08-05ZVISION: Make _clock a member variable instead of a pointer to the heaprichiesams
2013-08-04ZVISION: Make video code blocking.richiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Only scale videos when neededFilippos Karapetis
2013-08-04ZVISION: Move rendering logic from ZVision class to RenderManager classrichiesams
2013-08-04ZVISION: Fix memory leaksrichiesams
2013-08-04ZVISION: Add 2x scaling to videosrichiesams
2013-08-04ZVISION: Create console command for loading a videorichiesams
2013-08-04ZVISION: Create/refactor methods for playing video.richiesams
2013-08-04ZVISION: Conform to new eventRecorder coderichiesams
2013-08-04ZVISION: Move test functions out of video.cpp and into their own filerichiesams
2013-08-04ZVISION: Create skeleton engine and move code away from Engine::Runrichiesams