Age | Commit message (Expand) | Author |
2010-02-28 | Don't try to dispose of "_bgBuf + 256" automatically when playing the BASS | Torbjörn Andersson |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-28 | Get rid of use of Audio::makeRawMemoryStream_OLD in SKY. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Get rid of FLAG_LOOP | Max Horn |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | 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 | Get rid of Mixer::playRaw for good | 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-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-08-30 | Fix indentation | Jordi Vilalta Prat |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-14 | add workaround for #2687172: BASS: Occasional loss of speech | Joost Peters |
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-02 | Add German floppy demo of BASS. | Travis Howell |
2009-05-02 | Fix the ending of CD demo. | Travis Howell |
2009-03-23 | change debug output of script interpreter to more clearly print script number... | Joost Peters |
2009-03-23 | change debug levels to be less verbose | Joost Peters |
2009-03-20 | Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h) | Johannes Schickel |
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson |
2009-03-12 | formatting fix, aka buildbot rebuild incentive ;) | Joost Peters |
2009-03-06 | cleanup | Joost Peters |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-14 | Fix 1690836: "BASS: Speed difference" | Joost Peters |
2009-02-13 | Formatting changes / consistency | Joost Peters |
2009-01-30 | Avoid using g_engine if possible | Max Horn |
2009-01-30 | cleanup | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |