Age | Commit message (Expand) | Author |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-09 | fixed debug areas display ; some minor cleanup | Gregory Montoir |
2005-05-09 | Use debugger for errors, where possible. | Travis Howell |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson |
2005-04-03 | Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi... | Jerome Fisher |
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | Cleanup | Chris Apers |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-03-06 | Might as well return the GameSetting directly | Joost Peters |
2005-03-06 | cleanup | Joost Peters |
2005-03-06 | Add demo detection; satisfies feature request #1154562. | Joost Peters |
2005-02-23 | fix typo | Joost Peters |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-10 | Fix alignment problem | Nicolas Bacca |
2005-01-06 | Change warning to debug | Joost Peters |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir |
2004-12-29 | oops... thanks wjp for pointing me this one | Gregory Montoir |
2004-12-28 | slightly less hackish Journal code | Gregory Montoir |
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn |
2004-12-27 | Reducing header dependencies a bit | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-25 | Get rid of the useless & troublesome master_volume | Max Horn |
2004-12-23 | songs > 1000 are special commands which shouldn't be ignored. fixes a rather ... | Joost Peters |
2004-12-21 | no need to updateScreen() if there are no screen blocks marked as dirty | Gregory Montoir |
2004-12-21 | Change order of close()'ing and delete'ing _driver and _parser; fixes bug #10... | Joost Peters |
2004-12-20 | Speedup a bit PalmOS port | Chris Apers |
2004-12-20 | Added check to prevent queueing invalid songs, and thus reading OOB... | Gregory Montoir |
2004-12-19 | Fixed regression in queen floppy version. Before doing any speech/texts synch... | Gregory Montoir |
2004-12-17 | Even more paranoia, since the older ScummVM releases allowed speech_mute to b... | Joost Peters |
2004-12-17 | Simplify check. | Joost Peters |
2004-12-17 | Don't allow the user to enable speech for non-talkie versions. | Joost Peters |
2004-12-17 | Mute speech for floppy version as well. | Joost Peters |
2004-12-11 | Fix for bug #1083083 (QUEEN: journal bug), thanks for the patch, salty-horse | Max Horn |
2004-12-10 | New ARM call (PalmOS) | Chris Apers |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
2004-12-06 | Cutaway code also handles some talking stuff... Updated this part too, to fix... | Gregory Montoir |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-12-03 | Minor cleanup, one more time. | Gregory Montoir |
2004-12-02 | simplified palette handling | Gregory Montoir |
2004-12-02 | enabled autosave | Gregory Montoir |
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static methods),... | Max Horn |
2004-11-30 | enabled savegame loading on startup | Gregory Montoir |
2004-11-28 | Fingolfin, I see what you mean about the volume control mess :) | Jerome Fisher |
2004-11-28 | - MIDI messages are now pre-processed and go through normal channel allocatio... | Jerome Fisher |