index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
zvision
/
video.cpp
Age
Commit message (
Expand
)
Author
2013-08-20
ZVISION: Always update the screen to ensure the mouse continues to render
richiesams
2013-08-18
ZVISION: Don't cast away const qualifier
richiesams
2013-08-15
ZVISION: Convert Surface::pixels to Surface::getBasePtr(0, 0)
richiesams
2013-08-14
ZVISION: Create the concept of a working window
richiesams
2013-08-11
ZVISION: Fix frame scaling for 2bpp
richiesams
2013-08-11
ZVISION: Only allocate memory for the scaled buffer if we're actually going t...
richiesams
2013-08-11
ZVISION: Delete the scaledVideoFrameBuffer after we're done with it
richiesams
2013-08-11
ZVISION: Restart the Clock after the video finishes
richiesams
2013-08-11
ZVISION: Fix unsigned/signed mismatch
richiesams
2013-08-11
ZVISION: Fix accidental redeclaration of the scale variable
richiesams
2013-08-10
ZVISION: Change video code to support arbitrary scaling and whether the video...
richiesams
2013-08-05
ZVISION: Fix loop logic so videos can end
richiesams
2013-08-05
ZVISION: Add default case statements for event handling in videos
richiesams
2013-08-05
ZVISION: Use videoDecoder.getTimeToNextFrame() to calculate the frame delay
richiesams
2013-08-05
ZVISION: Make _clock a member variable instead of a pointer to the heap
richiesams
2013-08-04
ZVISION: Make video code blocking.
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Only scale videos when needed
Filippos Karapetis
2013-08-04
ZVISION: Move rendering logic from ZVision class to RenderManager class
richiesams
2013-08-04
ZVISION: Fix memory leaks
richiesams
2013-08-04
ZVISION: Add 2x scaling to videos
richiesams
2013-08-04
ZVISION: Create console command for loading a video
richiesams
2013-08-04
ZVISION: Create/refactor methods for playing video.
richiesams
2013-08-04
ZVISION: Conform to new eventRecorder code
richiesams
2013-08-04
ZVISION: Move test functions out of video.cpp and into their own file
richiesams
2013-08-04
ZVISION: Create skeleton engine and move code away from Engine::Run
richiesams