aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/animation.cpp
AgeCommit message (Expand)Author
2018-07-21AGOS: Silence GCC 8 warningTorbjörn Andersson
2016-05-24AGOS: Fix uninitialized variablesStrangerke
2014-03-05AGOS: Correct typos in comments.Kirben
2014-02-18AGOS: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AGOS: Use Common::File instead of SearchMan.Johannes Schickel
2014-01-22AGOS: Get rid of ArchiveMan in favor of global SearchMan.Johannes Schickel
2013-08-03AGOS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03AGOS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-08-18AGOS: Fix regression with sound in Smacker OmniTV videosMatthew Hoops
2012-08-17AGOS: Fix regressions in the feeble demoMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-07-24VIDEO: Convert DXADecoder to the AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-02-16AGOS: CleanupMax Horn
2012-01-27AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch...Johannes Schickel
2011-11-13AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.D G Turner
2011-09-08AGOS: Made some static data const.Johannes Schickel
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-26AGOS: Respect the screen pitch for moviesdhewg
2011-02-15AGOS: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-09-07COMMON: Remove Rational::operator int/doubleWillem Jan Palenstijn
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-08-15Restore code to clear screen, before playing videos with smaller resolution i...Travis Howell
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en...Travis Howell
2009-06-09Remove unused old code.Travis Howell
2009-05-20- Reverted commit #40730, as it introduced rounding errorsFilippos Karapetis
2009-05-19Improve looping of videos, in the demo version of The Feeble Files.Travis Howell
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
2009-05-14Fix bug #2791699 - Feeble Files: Crash after OmniTV video.Travis Howell
2009-04-24Minor cleanup.Travis Howell
2009-04-24Fix pausing during video play back.Travis Howell
2009-04-22Fix crash that occurs when OmniTV video is played completely, in The Feeble F...Travis Howell