aboutsummaryrefslogtreecommitdiff
path: root/sky
AgeCommit message (Expand)Author
2005-06-04Patch #1184666 (SKY: More LINC charset fixes)Max Horn
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09Use debugger for errors, where possible.Travis Howell
2005-05-08Comply to our coding conventionsMax Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-04-06use upper bits instead of lower bits when upscaling paletteJoost Peters
2005-04-03Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi...Jerome Fisher
2005-04-01Implement pausing using the 'p' key like the original did.Jonathan Gray
2005-04-01Display text in Restart Yes/No Dialog for consistency withJonathan Gray
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-18Apply patch #1162546 "BASS: Hanging notes fix / patch". Thanks __tom.Eugene Sandulenko
2005-03-13Use same length as original, as the string is split across 2 lines it doesn't...Joost Peters
2005-03-13Fix/workaround for bug #1151924 - datafiles for the floppy version contain 'b...Joost Peters
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-12Slighy modified patch #1161756 "Patch for external / non-volatile GMIDI synth...Eugene Sandulenko
2005-03-11Not needed any moreChris Apers
2005-03-11PalmOS : ARM optimized unpackerChris Apers
2005-03-11Not needed any moreChris Apers
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-02-28change division to right-shiftJoost Peters
2005-02-20fix missing speech animations. I introduced that bug when I moved the compact...Robert Göffringmann
2005-02-11Make rnc unpacker a member of Disk class so it reuses the same object, and ch...Joost Peters
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-28Fix warning introduced by previous commit.Torbjörn Andersson
2005-01-27fix compilationPaweł Kołodziejski
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Work around bad German translation. (Joey claims he's 21 metres above theTorbjörn Andersson
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Fix warning on OSXMax Horn
2004-12-20Moved to a database to save memory on PalmOSChris Apers
2004-12-20- Change mouse position on clickChris Apers
2004-12-16Removed unused variable.Torbjörn Andersson
2004-12-16fix escaping the intro on BE systemsRobert Göffringmann
2004-12-16added some debugging functionsRobert Göffringmann
2004-12-16fix for bug #897777 (Foster walks on water...) and #788858 (Walk glitch)Robert Göffringmann
2004-12-16some cleanupRobert Göffringmann
2004-12-16fix gcc warningsRobert Göffringmann
2004-12-15compilation fixJonathan Gray
2004-12-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-12-13fixed a bug that I introduced with the last cleanup.Robert Göffringmann
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-05Clean up OSystem::EventMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-29Fix music volumeEugene Sandulenko