Age | Commit message (Expand) | Author |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
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 | Use debugger for errors, where possible. | Travis Howell |
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-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn |
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-01 | Updated copyright | Max Horn |
2004-12-28 | slightly less hackish Journal code | Gregory Montoir |
2004-12-27 | Use SoundMixer::kMaxMixerVolume | 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-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 | Mute speech for floppy version as well. | Joost Peters |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
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 |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko |
2004-11-23 | cleanup, follow code conventions | Gregory Montoir |
2004-11-23 | sync queen engine with latest OSystem changes | Gregory Montoir |
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-11-15 | change engine initialization as suggested on -devel | Gregory Montoir |
2004-10-22 | Support MT-32 emu. | Eugene Sandulenko |
2004-10-10 | make queen engine returning to the launcher when finished (next step: plug al... | Gregory Montoir |
2004-08-24 | Rewrote the way strings are extracting from the datafiles, now it should be '... | Gregory Montoir |
2004-08-06 | cleanup and simplify Resource class a bit more | Gregory Montoir |
2004-08-06 | minor cleanup | Gregory Montoir |
2004-08-05 | forgot that | Gregory Montoir |
2004-08-05 | simplified some code | Gregory Montoir |
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn |
2004-03-09 | Enable music volume slider in Journal | Joost Peters |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |