Age | Commit message (Expand) | Author |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-17 | MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ... | Johannes Schickel |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn |
2011-03-25 | AUDIO: Move more common code to Audio::MidiPlayer | Max Horn |
2011-03-24 | MADE: Change MusicPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-23 | ENGINES: Remove unused MIDI pass-through code | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-19 | MADE: Cleanup syncSoundSettings() | dhewg |
2011-02-15 | MADE: Revert a little behavior change in setRGBPalette. | Johannes Schickel |
2011-02-14 | MADE: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-02-02 | MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music" | Filippos Karapetis |
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn |
2010-11-29 | MADE: Fixed bug #3090034 - "RTZ: Keyboard unresponsive", by properly handling... | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-08 | MADE: Added basic debugging console to engine | David Turner |
2010-11-02 | MADE Remove now redundant fflush call | Max Horn |
2010-10-15 | MADE: Fixed bug #3087849 - "MADE: Code analysis warnings" | Filippos Karapetis |
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-09-15 | MIDI: Send a reset MIDI device signal on startup. | Johannes Schickel |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-22 | MADE: fixed bug 3029750 caused by caching from commit 46102. | Yotam Barnoy |
2010-07-20 | Implement PlayNote/StopNote and PlayTele/StopTele for The Manhole. | Matthew Hoops |
2010-07-16 | Cleanup. | Torbjörn Andersson |
2010-07-16 | Add entries for the DOS, FM-Towns, and PC-98 versions of RTZ (all on the FM-T... | Matthew Hoops |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
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 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-02-27 | Check if we should quit on every opcode call instead of after every 500. Fixe... | Matthew Hoops |
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 |