Age | Commit message (Expand) | Author |
2010-09-15 | MIDI: Send a reset MIDI device signal on startup. | Johannes Schickel |
2010-08-17 | DRACI: Fix warnings | Eugene Sandulenko |
2010-08-03 | DRACI: recognize German translation | Robert Špalek |
2010-07-29 | BUILD: Remove redundant MODULE_DIRS modification | Max Horn |
2010-07-14 | Changed abs() to ABS() in a few places. | Torbjörn Andersson |
2010-07-03 | Finish support of compressed dubbing | Robert Špalek |
2010-07-03 | Dragon History tries uses compressed dubbing when available | Robert Špalek |
2010-07-01 | Fix a typo in the RAW format bugfix :-) | Robert Špalek |
2010-07-01 | Fix playing RAW and RAW80 streams | Robert Špalek |
2010-07-01 | Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives. | Robert Špalek |
2010-06-30 | Generalize the sound archive framework to be able to open new formats | Robert Špalek |
2010-06-28 | Fade palette in/out when entering/leaving a location | Robert Špalek |
2010-06-28 | bugfix for the item fast-switching commit | Robert Špalek |
2010-06-28 | Implement shortcuts for switching items in the inventory | Robert Špalek |
2010-06-27 | Run possible cut-scenes before each location change. | Robert Špalek |
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 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-05-04 | Reduce indirect header dependencies further | Max Horn |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
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-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-19 | Fix static initialization | Robert Špalek |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-11 | Fix bug 2983187 on continuing palette change | Robert Špalek |
2010-04-02 | Fixed bug 2976767 on corrupted char glyphs. | Robert Špalek |
2010-04-01 | Dragon History: fixing properly bug 2976774 | Robert Špalek |
2010-03-31 | Basic correction for bug #2976774 "DRACI: Segfault Crash When Leaving Invento... | David Turner |
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-02-27 | DRACI: Don't try to set the volume for channels that couldn't be allocated (f... | Jordi Vilalta Prat |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-09 | Remove last traces of File::addDefaultDirectory | Max Horn |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
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-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from Mixe... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-10 | Handle properly shouldQuit() | Robert Špalek |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-12-09 | Silence gcc warning. | Johannes Schickel |
2009-12-09 | Fix compilation for systems without USE_RGB_COLOR defined. | Johannes Schickel |
2009-12-09 | DRACI: Reduce header interdependencies; some cleanup | Max Horn |