aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
AgeCommit message (Expand)Author
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-06-22Adding DataIO::existData()Sven Hesse
2009-06-06Fixing the demoplayer's auto double mode and added a REBASE0 option that sets...Sven Hesse
2009-06-06Fixing the Woodruff intro: Using a flag that's /not/ already used be the scriptsSven Hesse
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-06-06Demoplayer:Sven Hesse
2009-05-31Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077Sven Hesse
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-05-20Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V...Sven Hesse
2009-04-30Adding a strdup-like inline functionSven Hesse
2009-04-29Playing half-sized videos fullscreen in the demoplayerSven Hesse
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-16Rotating the object backwards in the magnifing view works nowSven Hesse
2008-12-16First step at getting the magnifier and memory view correctedSven Hesse
2008-12-15Support for Urban Runner's new cursors (frames out of 16bit color VMDs)Sven Hesse
2008-12-14Music/Video handling fixes/stubsSven Hesse
2008-12-11On second thought, an octree only works if the color to look up is in the pal...Sven Hesse
2008-12-09Experimental support for VMD frames encoded in Indeo 3 (Indeo 3 decoder close...Sven Hesse
2008-12-05Evaluating kFeaturesPalette flag for VMDs. Now you can actually see something...Sven Hesse
2008-12-04Changing the GobEngine to use its dirty rects also for OSystem-copies, instea...Sven Hesse
2008-12-03Preliminary support for extra data and scripts in video files (urgh, this is ...Sven Hesse
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08GOB works with the new GMM implementationChristopher Page
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-06-19Fixed a palette issue in Lost in TimeSven Hesse
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-25Fixing Bug #1970111 ("WOODRUFF: Close Up not erased")Sven Hesse
2008-05-23Implemented GobEngine::pauseEngineIntern()Sven Hesse
2008-05-22Reverting my last commit, as it breaks Gob3 (and probably elsewhere, too)Sven Hesse
2008-05-22Fixing the flickering when changing from object animations to videosSven Hesse
2008-05-17This fixes the messed-up palette after levitating in Bigwig's place in Woodruff.Sven Hesse
2008-05-14This should fix the video not closing / chunk slot clogging bug (Yeah, I'm ap...Sven Hesse
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
2008-05-07Sound in object videos works now, tooSven Hesse
2008-05-01Fixing object video related segfaultSven Hesse
2008-05-01Fixing the object video offsetsSven Hesse
2008-04-27Implemented support for VMDs substituting object animations.Sven Hesse
2008-03-01Fixing my Lost in Time fixesSven Hesse
2008-02-29Fixed some Lost in Time bugs:Sven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-08-19Always update the video's position, even if it's already been loaded, becauseTorbjörn Andersson
2007-08-14The talking videos work a bit better now. The sync and coordinates are still ...Sven Hesse
2007-08-13Woodruff is now controllableSven Hesse
2007-08-12Clear _curFile in closeVideo(). This fixes a regression in Lost in Time, whereTorbjörn Andersson
2007-08-11This should fix bug #1770655 and another one eriktorbjorn experienced in the ...Sven Hesse
2007-07-31Still partly broken/stubby VMD playingSven Hesse