Age | Commit message (Expand) | Author |
2019-06-09 | SCI: Create message workaround system | sluicebox |
2019-05-27 | SCI: Fix MSVC warnings | Filippos Karapetis |
2019-04-02 | SCI: implement SCI0 midi driver track initialization | athrxx |
2018-12-28 | SCI32: Fix QFG4 Rusalka flowers dialogue | Vhati |
2018-12-23 | SCI32: Fix QFG4CD Look Grate missing audio | sluicebox |
2018-12-02 | SCI: Add some TODOs for better handling of wrong / missing resources | Filippos Karapetis |
2018-12-02 | SCI: Fix LB2 Yvette/Tut missing sync resource (#1373) | sluicebox |
2018-11-28 | SCI32: Fix GK1 fortune teller messages, bug #10819 (#1423) | sluicebox |
2017-09-20 | SCI: Fix detection of end of audio map & entry size in SCI32 | Colin Snover |
2017-09-03 | SCI32: Ignore bad audio map entries on GK2 DE CD 6 | Colin Snover |
2017-08-26 | SCI32: Ignore invalid audio maps in Phant2 FR | Colin Snover |
2017-08-26 | SCI32: Ignore invalid audio map in GK2 DE | Colin Snover |
2017-08-26 | SCI32: Limit existing bad audio map resource skips by language | Colin Snover |
2017-07-24 | SCI32: Fix ResourceManager::changeAudioDirectory | Colin Snover |
2017-07-23 | SCI: Keep audio maps out of the LRU cache | Colin Snover |
2017-06-18 | SCI: Switch SCI2 games to use Audio32 | Colin Snover |
2017-06-08 | SCI32: Fix wave resource patch offset | Colin Snover |
2017-05-13 | SCI: Dispose uncached volume file streams | Colin Snover |
2017-05-10 | SCI: Fix reading of Rave data from compressed KQ6 audio volumes | Colin Snover |
2017-05-10 | SCI: Fix support for ScummVM compressed audio volumes | Colin Snover |
2017-05-08 | SCI: Fix unnecessary copy of Common::String | Colin Snover |
2017-05-08 | SCI: Improve detection and reporting of resource errors | Colin Snover |
2017-03-30 | SCI32: Skip bad map 405 on CD 1 of PQ:SWAT | Colin Snover |
2017-03-30 | SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patches | Colin Snover |
2017-03-30 | SCI: Print more detailed information on audio header size mismatch | Colin Snover |
2017-03-30 | SCI: Fix incorrect read of LB2/MG256 audio sizes | Colin Snover |
2017-03-30 | SCI32: Ignore invalid audio map entries in GK2 | Colin Snover |
2017-03-30 | SCI: Update formatting strings to match updated Span API | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2017-01-11 | SCI32: Remove unnecessary call to unalloc | Colin Snover |
2017-01-09 | SCI32: Fix kSetLanguage | Colin Snover |
2016-12-03 | SCI: Fix invalid read of LB2 audio map 448 | Colin Snover |
2016-12-03 | SCI: Remove use of snprintf | Colin Snover |
2016-09-29 | SCI32: Improve MGDX support | Colin Snover |
2016-08-19 | SCI32: Enable multi-disc audio resources | Colin Snover |
2016-06-22 | SCI: Assert on seeks past the end of audio resource bundles | Colin Snover |
2016-06-20 | SCI32: Rewrite digital audio engine | Colin Snover |
2016-03-08 | SCI: Truncate channel data in case it goes beyond resource size | Martin Kiewitz |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-02-15 | SCI: Use sound resource priority by default for songs | Willem Jan Palenstijn |
2014-10-28 | SCI: Remove trailing whitespace | Filippos Karapetis |
2014-10-03 | SCI: Fix reading SCI1 midi channel flags | Willem Jan Palenstijn |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-31 | SCI: Rewrite MIDI channel remapping | Willem Jan Palenstijn |
2013-12-31 | SCI: Reduce indentation depth | Willem Jan Palenstijn |
2013-12-11 | SCI: rave support (KQ6 hires portrait lip sync) | Martin Kiewitz |
2013-12-10 | SCI: Add handling for the RAVE resource type, found in KQ6CD | Filippos Karapetis |
2013-04-20 | SCI: Fix memory leak | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |