aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2010-09-26AGOS: Hopefully fix bug #3000876 ("FF: Crackling/static popping")Torbjörn Andersson
2010-09-26AGOS: Fix bug #3011638 - WAXWORKS: Crash retrieving spear from the crocodile ...Travis Howell
2010-09-26AGOS: Fix Valgrind warnings on exit.Torbjörn Andersson
2010-09-17I18N: Use a String instead of a char buffer.Johannes Schickel
2010-09-16I18N: fix a buffer size issue with translated save/load strings in AGOSThierry Crozat
2010-09-15I18N: Add translation for load/save success or failure messagesThierry Crozat
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-07COMMON: Remove Rational::operator int/doubleWillem Jan Palenstijn
2010-08-31AGOS: Add Polish version of Swampy Adventures.Travis Howell
2010-07-21AGOS: Make the "m" hotkey respect the mute setting.Johannes Schickel
2010-07-21AGOS: Make AGOS respect the mute setting.Johannes Schickel
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-07-04Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up,Torbjörn Andersson
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15AGOS: Readd Simon1 Acorn CD detection.Eugene Sandulenko
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-14AGOS: Fix bug #1777795.Eugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-10Removed some unnecessary whitespace. (Or should I have saved that for theTorbjörn Andersson
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-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-23Fix compiler warning.Travis Howell
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-10AGOS: cleanupMax Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-07Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.Travis Howell
2010-03-07Add font data for Polish Windows 4CD version of The Feeble Files.Travis Howell
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26AGOS: Turn BaseSound into a subclass of Common::NonCopyableMax 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-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Update comments.Travis Howell
2010-01-23Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig...Travis Howell
2010-01-23AGOS: Further unify code related to compressed soundMax Horn
2010-01-23AGOS: Fix memory leak in Sound::loadSfxTableMax Horn
2010-01-23AGOS: Turn BaseSound::makeAudioStream into a pure virtual methodMax Horn
2010-01-23AGOS: Unify code related to compressed soundMax Horn