aboutsummaryrefslogtreecommitdiff
path: root/sword1
AgeCommit message (Expand)Author
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
2005-03-11CleanupChris Apers
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
2005-02-21Fixed warning.Torbjörn Andersson
2005-02-20Changed mutex usage.Robert Göffringmann
2005-02-20cache datafile handles instead of opening and closing all files hundreds of t...Robert Göffringmann
2005-02-06BS1 specific fix for bug #1107121 (ALL/SFX: Setting the SFX volume at 256 mut...Max Horn
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-23Fix compilation when vorbis is disabled and mpeg2 is enabled.Jonathan Gray
2005-01-15Not needed anymoreMax Horn
2005-01-13Use loadWAVFromStreamMax Horn
2005-01-10Legal headerMax Horn
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-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25speech_volume default value gets already set in gameDetector.cppMax Horn
2004-12-20Speedup a bit PalmOS portChris Apers
2004-12-16Fix compilation when USE_MPEG2 is undefined.Eugene Sandulenko
2004-12-12fixed warningRobert Göffringmann
2004-12-11Const correctnessMax Horn
2004-12-11Fix dumb CE compilerNicolas Bacca
2004-12-10unify pc/palm sourcecodeRobert Göffringmann
2004-12-10changed cd checking code, gives warnings about everything now.Robert Göffringmann
2004-12-10Many PalmOS ARM optimizationsChris Apers
2004-12-10Reading from memory card is too slowChris Apers
2004-12-10PalmOS stuffsChris Apers
2004-12-10Fix warningMax Horn
2004-12-09make scrolling smooth.Robert Göffringmann
2004-12-09fix potential race conditionRobert Göffringmann
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-08moved the bootparam code out of sword1.cppRobert Göffringmann
2004-12-05Clean up OSystem::EventMax Horn
2004-12-05forgot to remove this.Robert Göffringmann
2004-12-05Warning fix from LavosSpawnTravis Howell
2004-12-05Remove stray ;Travis Howell
2004-12-05added support for an international BS1 cutscene pack (which we didn't release...Robert Göffringmann
2004-12-04clear scroll offsets... not sure if this is actually necessary, but it *could...Robert Göffringmann
2004-11-29Fix music volumeEugene Sandulenko
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-27Use modern form of setupPremixMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27Don't use directory param of File::open unless you have toMax Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn