Age | Commit message (Expand) | Author |
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 |
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some of... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Reducing header dependencies a bit | Max Horn |
2004-12-27 | Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out q... | 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 g_debugLevel (this fixes bug #1091142) | Max Horn |
2004-12-20 | Move this too | Chris Apers |
2004-12-18 | A little more cleanup (the Simon code really is a big mess :-) | Max Horn |
2004-12-18 | constify simon engine; turned global var vc_get_out_of_code into a member of ... | Max Horn |
2004-12-17 | This file no longer needs to include <errno.h>, and from what I understand | Torbjörn Andersson |
2004-12-16 | Using errno isn't really portable; don't have time to fix this properly right... | Max Horn |
2004-12-16 | Split simon.cpp more for PalmOS port. | Travis Howell |
2004-12-15 | Typo | Travis Howell |
2004-12-15 | memory leak | Gregory Montoir |
2004-12-11 | change loadVOCFromStream to take a reference instead of a pointer (to a stream) | Max Horn |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static methods),... | Max Horn |