Age | Commit message (Expand) | Author |
2005-08-25 | Added keyboard repeating. | Torbjörn Andersson |
2005-08-24 | The dialog windows now react to "Enter" and "Escape" in what I hope is a | Torbjörn Andersson |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson |
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 (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-08 | Comply to our coding conventions | Max Horn |
2005-05-01 | Whitespace | Torbjörn Andersson |
2005-04-27 | fixed filehandling bug | Robert Göffringmann |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray |
2005-04-07 | Missed these. | Torbjörn Andersson |
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson |
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 | Renamed variables in the MPEG animation classes to better conform with | Torbjörn Andersson |
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 | Applied patch #1155731, reducing the memory usage of the MPEG player by | Torbjörn Andersson |
2005-02-21 | Fixed warning. | Torbjörn Andersson |
2005-02-20 | Changed mutex usage. | Robert Göffringmann |
2005-02-20 | cache datafile handles instead of opening and closing all files hundreds of t... | Robert Göffringmann |
2005-02-06 | BS1 specific fix for bug #1107121 (ALL/SFX: Setting the SFX volume at 256 mut... | Max Horn |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-23 | Fix compilation when vorbis is disabled and mpeg2 is enabled. | Jonathan Gray |
2005-01-15 | Not needed anymore | Max Horn |
2005-01-13 | Use loadWAVFromStream | Max Horn |
2005-01-10 | Legal header | Max Horn |
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some of... | Max Horn |
2005-01-01 | oops, correct copyright string | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
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 | speech_volume default value gets already set in gameDetector.cpp | Max Horn |
2004-12-20 | Speedup a bit PalmOS port | Chris Apers |
2004-12-16 | Fix compilation when USE_MPEG2 is undefined. | Eugene Sandulenko |
2004-12-12 | fixed warning | Robert Göffringmann |
2004-12-11 | Const correctness | Max Horn |
2004-12-11 | Fix dumb CE compiler | Nicolas Bacca |
2004-12-10 | unify pc/palm sourcecode | Robert Göffringmann |
2004-12-10 | changed cd checking code, gives warnings about everything now. | Robert Göffringmann |
2004-12-10 | Many PalmOS ARM optimizations | Chris Apers |
2004-12-10 | Reading from memory card is too slow | Chris Apers |