Age | Commit message (Expand) | Author |
2010-06-29 | Silence possible use of uninitialized variable warning in g++. | Johannes Schickel |
2010-06-27 | Fixed GCC warnings. (Same warning twice, actually.) | Torbjörn Andersson |
2010-06-27 | Workaround that corrects some bad frame data in the Russian version that was ... | Paul Gilbert |
2010-06-27 | Script workaround fix for bug #2917661 - Crash when interacting with D'Blah | Paul Gilbert |
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-15 | Moved tinsel detection tables to separate file. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-06 | Bugfix for #2974817 - Mad Drongo Animation Malfunction | Paul Gilbert |
2010-05-31 | Fix change in r49356, Common::strlcpy should only be used on zero terminated ... | Johannes Schickel |
2010-05-31 | Fix for DW2 engine abort with message "Cannot find file hienergy.sc!". | David Turner |
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel |
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-28 | TINSEL: Avoid global constructor for clickPos | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-27 | Fix warning | Willem Jan Palenstijn |
2010-04-21 | TINSEL: Change cdGraphStream to a Common::File pointer, | Max Horn |
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn |
2010-04-16 | Fix for bug #2987895: "DW2: graphical errors in video on Windows" | 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-04-05 | Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: ... | Johannes Schickel |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | TINSEL: Change SaveSceneSsData from char* to SAVED_DATA* | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-14 | Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55... | Paul Gilbert |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-19 | tinsel: Add detection for Discworld 1 floppy EUR version | Fabio Battaglia |
2010-02-15 | TINSEL: Cleanup the 'script workaround' code a bit. | Max Horn |
2010-02-08 | Script workaround fix for DW1, for being able to give the whistle back to the... | Paul Gilbert |
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-31 | Switch makeADPCMStream to DisposeAfterUse::Flag | Max Horn |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-28 | Hide VagStream implementation, only expose it via a factory method | 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-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |