Age | Commit message (Expand) | Author |
2012-08-18 | AGOS: Fix regression with sound in Smacker OmniTV videos | Matthew Hoops |
2012-08-17 | AGOS: Fix regressions in the feeble demo | Matthew Hoops |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-07-24 | VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops |
2012-02-16 | AGOS: Cleanup | Max Horn |
2012-01-27 | AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch... | Johannes Schickel |
2011-11-13 | AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles. | D G Turner |
2011-09-08 | AGOS: Made some static data const. | Johannes Schickel |
2011-08-27 | AGOS: Integrate InstallShield support. | Travis Howell |
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
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 |