Age | Commit message (Expand) | Author |
2010-09-07 | COMMON: Remove Rational::operator int/double | Willem Jan Palenstijn |
2010-08-31 | AGOS: Add Polish version of Swampy Adventures. | Travis Howell |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-21 | AGOS: Make the "m" hotkey respect the mute setting. | Johannes Schickel |
2010-07-21 | AGOS: Make AGOS respect the mute setting. | Johannes Schickel |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-07-16 | Cleanup. | Torbjörn Andersson |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | AGOS: Readd Simon1 Acorn CD detection. | Eugene Sandulenko |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | AGOS: Fix bug #1777795. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-10 | Removed some unnecessary whitespace. (Or should I have saved that for the | Torbjörn Andersson |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
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-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la... | Ori Avtalion |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-23 | Fix compiler warning. | Travis Howell |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-10 | AGOS: cleanup | Max Horn |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |
2010-03-08 | Tweak makeVOCDiskStream | Max Horn |
2010-03-07 | Exclude font data tables for The Feeble Files, when AGOS2 games are disabled. | Travis Howell |
2010-03-07 | Add font data for Polish Windows 4CD version of The Feeble Files. | Travis Howell |
2010-02-21 | Patch 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-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | 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-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Update comments. | Travis Howell |
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig... | Travis Howell |
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn |
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn |
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn |
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn |
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn |