Age | Commit message (Expand) | Author |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-26 | AGOS: Respect the screen pitch for movies | dhewg |
2011-02-15 | AGOS: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-09-07 | COMMON: Remove Rational::operator int/double | Willem Jan Palenstijn |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-08-15 | Restore code to clear screen, before playing videos with smaller resolution i... | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en... | Travis Howell |
2009-06-09 | Remove unused old code. | Travis Howell |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-19 | Improve looping of videos, in the demo version of The Feeble Files. | Travis Howell |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-14 | Fix bug #2791699 - Feeble Files: Crash after OmniTV video. | Travis Howell |
2009-04-24 | Minor cleanup. | Travis Howell |
2009-04-24 | Fix pausing during video play back. | Travis Howell |
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble F... | Travis Howell |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to... | Max Horn |
2009-01-20 | Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. | Travis Howell |
2009-01-06 | Updated AGOS with the latest changes to video players | Filippos Karapetis |
2009-01-03 | AGOS Smacker player: Wait for the *next* frame to be displayed, not the curre... | Filippos Karapetis |
2009-01-03 | Properly using SMKPlayer::getFrameWaitTime() in MoviePlayerSMK::processFrame() | Sven Hesse |
2009-01-03 | This should fix the SMK playing bug discussed in the forums | Sven Hesse |
2008-12-31 | Added punctuation to the error dialog I added before. | Torbjörn Andersson |
2008-12-31 | Display an error message if the cutscene cannot be found. (Afterwards, ScummVM | Torbjörn Andersson |
2008-12-29 | Fixed typo | Filippos Karapetis |
2008-12-21 | Return exact frame rate in Smacker player, and minor cleanup. | Travis Howell |
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell |
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since t... | Travis Howell |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u... | Christopher Page |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-06-16 | AGOS: Found a system->quit(), changed to _quit=true | Christopher Page |
2007-11-01 | Revert patch #1709219 - DXA Player: double size scaling option. | Travis Howell |
2007-11-01 | Fix play back of OmniTV videos in The Feeble Files for now. | Travis Howell |