Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-08 | GOB: Fix playing of slot videos | Sven Hesse | |
The actual frame content is still not there, though :P svn-id: r51911 | |||
2010-08-08 | GOB: Fix playing of sound VMDs with a starting frame != 0 | Sven Hesse | |
svn-id: r51910 | |||
2010-08-08 | VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords() | Sven Hesse | |
svn-id: r51909 | |||
2010-08-08 | VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725 | Sven Hesse | |
svn-id: r51900 | |||
2010-08-08 | VIDEO/GOB: Stubb VMDDecoder | Sven Hesse | |
svn-id: r51896 | |||
2010-08-08 | GOB: Adapt the remaining bits to the new VideoPlayer interface | Sven Hesse | |
svn-id: r51895 | |||
2010-08-08 | GOB: Make o6_loadCursor use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51894 | |||
2010-08-08 | GOB: Add copyFrame | Sven Hesse | |
svn-id: r51893 | |||
2010-08-08 | GOB: Make o6_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51891 | |||
2010-08-08 | GOB: Fix videos with the kNoVideo flag | Sven Hesse | |
svn-id: r51887 | |||
2010-08-08 | GOB: Make the demoplayer use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51885 | |||
2010-08-08 | GOB: Fix another another with continuing videos | Sven Hesse | |
svn-id: r51883 | |||
2010-08-08 | GOB: Play 23 frames backwards, not back to frame 23 | Sven Hesse | |
svn-id: r51882 | |||
2010-08-08 | GOB: Another VideoPlayer interface adaption | Sven Hesse | |
svn-id: r51880 | |||
2010-08-08 | GOB: Make the Bargon Attack intro use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51879 | |||
2010-08-08 | GOB: Fix video continuing | Sven Hesse | |
svn-id: r51878 | |||
2010-08-08 | GOB: Make o4_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51876 | |||
2010-08-08 | VIDEO/GOB: Stub hasEmbeddedFile / getEmbeddedFile | Sven Hesse | |
Stubbing CoktelDecoder::hasEmbeddedFile() and CoktelDecoder::getEmbeddedFile(), formerly hasExtraData/getExtraData. svn-id: r51875 | |||
2010-08-08 | GOB: Minor cleanup | Sven Hesse | |
svn-id: r51873 | |||
2010-08-08 | GOB: Fix video workaround detection | Sven Hesse | |
svn-id: r51872 | |||
2010-08-08 | VIDEO/GOB: Fix IMD playing | Sven Hesse | |
Fix IMD playing for some fringe cases, especially when seeking beforehand. svn-id: r51871 | |||
2010-08-08 | GOB: Use the new VideoPlayer interface for coktel.imd | Sven Hesse | |
svn-id: r51869 | |||
2010-08-08 | GOB: Make playImd() use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51868 | |||
2010-08-08 | VIDEO/GOB: Implement IMD frame rendering | Sven Hesse | |
svn-id: r51867 | |||
2010-08-08 | VIDEO/GOB: Implement IMD frame decoding | Sven Hesse | |
Rendering the frame video data is still stubbed out. svn-id: r51866 | |||
2010-08-08 | VIDEO/GOB: Implement IMD loading | Sven Hesse | |
svn-id: r51865 | |||
2010-08-08 | GOB: Make o2_playImd use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51864 | |||
2010-08-08 | GOB: Hook the new IMDDecoder into VideoPlayer | Sven Hesse | |
svn-id: r51863 | |||
2010-08-08 | GOB: Properly utilize FixedRateVideoDecoder::getTimeToNextFrame() | Sven Hesse | |
svn-id: r51861 | |||
2010-08-08 | VIDEO/GOB: Add CoktelDecoder::getDirtyRects() | Sven Hesse | |
This allows for the client code to only update the parts of the video frames that actually changed. svn-id: r51859 | |||
2010-08-08 | VIDEO/GOB: Add CoktelDecoder::setXY() | Sven Hesse | |
This allows for positioning the video within the video memory. svn-id: r51858 | |||
2010-08-08 | VIDEO/GOB: Add setSurfaceMemory() to CoktelDecoder | Sven Hesse | |
This allows the video player to directly draw onto its own video memory without having to blit each frame another time. Will also be needed for proper handling of transparency in Woodruff. svn-id: r51857 | |||
2010-08-08 | GOB: Basic video playback using the new interface | Sven Hesse | |
Implement basic video playback using the new VideoPlayer interface. Still quite stubby, still lots of stuff missing. svn-id: r51856 | |||
2010-08-08 | GOB: Fix an copy&paste error | Sven Hesse | |
Fixing an accidentally overwritten video file name svn-id: r51855 | |||
2010-08-08 | GOB: Implement the new VideoPlayer::openVideo function further | Sven Hesse | |
svn-id: r51853 | |||
2010-08-08 | GOB: Add constants for different surfaces/sprites | Sven Hesse | |
Add static const int kFrontSurface = 20; static const int kBackSurface = 21; static const int kAnimSurface = 22; static const int kCursorSurface = 23; static const int kCaptureSurface = 30; to class Draw and substitute the raw numbers in other files with those aliases, for readability. svn-id: r51852 | |||
2010-08-08 | GOB: Stub the new VideoPlayer interface | Sven Hesse | |
This is will be the new, less convoluted interface for playing videos within the gob engine. No actual functionality is implemented yet, and old functions are mostly commented out for now. svn-id: r51851 | |||
2010-08-08 | VIDEO: Stub a VideoDecoder-like CoktelDecoder | Sven Hesse | |
This creates a new CoktelDecoder class using the VideoDecoder interface, which will eventually become the new way to decode PreIMD, IMD and VMD videos. Since the VideoPlayer in gob is not yet ready for this, we're disabling all video playback in the gob engine for now. svn-id: r51850 | |||
2010-08-07 | SCI: Turned a warning into an error | Filippos Karapetis | |
svn-id: r51838 | |||
2010-08-07 | SCI: changing kBaseSetter behaviour when scaled | Martin Kiewitz | |
fixes lb2 docks issue (bug #3036306) svn-id: r51835 | |||
2010-08-07 | LOL: added english floppy version | Florian Kagerer | |
svn-id: r51834 | |||
2010-08-07 | SCI: removing kDoBresen hack for sq5 | Martin Kiewitz | |
adding detailed comment about sq5 scrubbing issue not 100% fixed (waltervn should look into it), but at least it works now svn-id: r51833 | |||
2010-08-07 | SCI: adding sq5 scrubbing patch | Martin Kiewitz | |
(for testing only, i'm not sure if it works because i'm unable to reproduce the bug anymore) svn-id: r51832 | |||
2010-08-07 | SCI: Improve output when VM_DEBUG_SEND is set | Filippos Karapetis | |
svn-id: r51831 | |||
2010-08-07 | SCI: Added support for the inbuilt leftover parser in XMAS1990 | Filippos Karapetis | |
svn-id: r51829 | |||
2010-08-07 | SCI: Fixed script bug #3039395 - "KQ5: Crash when opening leather pouch" | Filippos Karapetis | |
svn-id: r51823 | |||
2010-08-07 | SCI: Fixed script bug #3040012 - "PEPPER: Book crash" | Filippos Karapetis | |
svn-id: r51822 | |||
2010-08-07 | SCI: Fixed script bug #3040142 - "PEPPER: Crash on Pugh's office" | Filippos Karapetis | |
svn-id: r51821 | |||
2010-08-07 | SCI: Changed a warning into a debugC | Filippos Karapetis | |
svn-id: r51820 | |||
2010-08-07 | SCI: Fixed script bug #3039036 - "Castle of Dr. Brain: Crash at robot jokes" | Filippos Karapetis | |
svn-id: r51817 |