Age | Commit message (Expand) | Author |
2005-08-11 | get rid of game_thread_proc | Gregory Montoir |
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-07-11 | In o_quit_if_user_presses_y(), assume that any unknown language (e.g. | Torbjörn Andersson |
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson |
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
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-09 | Use debugger for errors, where possible. | Travis Howell |
2005-05-09 | Use debugger for errors. | Travis Howell |
2005-05-09 | re-order | Travis Howell |
2005-05-09 | Add a surprise. | Travis Howell |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-08 | Renamed variables to match our naming conventions; added Sound::isVoiceActive... | Max Horn |
2005-05-08 | No need to check for speech file in non-talkie versions. | Travis Howell |
2005-05-08 | Auto detect effect file type in Simon the Sorcerer 1. | Travis Howell |
2005-05-08 | Cleanup | Travis Howell |
2005-05-08 | Fix sound regressions. | Travis Howell |
2005-05-06 | Cleanup | Travis Howell |
2005-05-06 | Ooops | Travis Howell |
2005-05-06 | Rename sprite field. | Travis Howell |
2005-05-06 | Use ScummVM code formatting for names. | Travis Howell |
2005-05-06 | Rename sprite field. | Travis Howell |
2005-05-06 | Auto detect music and voice types, where possible. | Travis Howell |
2005-04-24 | Changed the semantics of debug level 0 from off back to something more simili... | Max Horn |
2005-04-23 | These structs must be packed | Max Horn |
2005-04-23 | Simplified debuglevel handling: | Max Horn |
2005-04-22 | Only modify gDebugLevel, not the transient config | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-19 | Add tempo fix for simon1demo music, from bug #1164263. | Travis Howell |
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile c... | Max Horn |
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 | Whitespace | Torbjörn Andersson |
2005-04-03 | Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi... | Jerome Fisher |
2005-03-31 | Add another French version | Travis Howell |
2005-03-26 | Quit game with 'Action key' on WinCE Smartphones | Nicolas Bacca |
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-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-22 | Set SFX volume correctly | Travis Howell |
2005-01-22 | Set SFX volume correctly. | Travis Howell |
2005-01-14 | Change SIMON to use makeWAVStream - patch #1101740 | Travis Howell |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |