Age | Commit message (Expand) | Author |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-09-06 | MT32 emu: eof -> eos | Max Horn |
2008-09-03 | Removed unused readLine code from the MT-32 emu | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat |
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-21 | cleanup | Max Horn |
2006-07-21 | Spelling and formatting | Oystein Eftevaag |
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf... | Max Horn |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of s... | Jamieson Christian |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-06 | Added a font manager (work in progress) | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-25 | Moved the softsynth midi drivers into a sound/softsynth; amongst other things... | Max Horn |