Age | Commit message (Expand) | Author |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-17 | Decrease delay while editing savegame name. This way, there should be much | Torbjörn Andersson |
2005-10-16 | Be more careful when subtracting from unsigned values. Fixes bug #1327972. | Torbjörn Andersson |
2005-10-15 | Try do display the virtual keyboard only when a string input widget has focus. | Marcus Comstedt |
2005-10-12 | Not needed | Chris Apers |
2005-09-21 | Marked all these structs as packed, except CollisionData, which I have | Torbjörn Andersson |
2005-09-09 | After saving, return to the game instead of the main control panel. This is | Torbjörn Andersson |
2005-09-03 | Avoid putting non-ASCII chars into source files | Max Horn |
2005-08-26 | Implement looping sounds. This should fix bug #1273741, hopefully without | Torbjörn Andersson |
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 |