aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-28LOL: fixed debug messageFlorian Kagerer
2009-12-28Added a workaround for an off-by-one invalid species access bug in the LSL2 d...Filippos Karapetis
2009-12-28SCI/new music code: Implemented the "songlib" debug commandFilippos Karapetis
2009-12-28SCI/new music code: Hanging notes now stop when a sound is paused/stoppedFilippos Karapetis
2009-12-28SCI/new music code: Fixed a race condition when removing a sound from the pla...Filippos Karapetis
2009-12-28Added MD5 data for Russian Discworld 1Paul Gilbert
2009-12-28SCI/new music code: Fixed music fading in SCI2 - seems like setting the signa...Filippos Karapetis
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t...Matthew Hoops
2009-12-27SCI/newmusic: fixed warningMartin Kiewitz
2009-12-27wCompressed is still a uint16 in SCI32, so correct the vol version detection.Matthew Hoops
2009-12-27Add support for external wave files used as audio resources in the ResourceMa...Matthew Hoops
2009-12-27fix resource refactor regressionAndrew Kurushin
2009-12-27SCI/newmusic: Accept WAVE files as audio resources (needed for gk1 title musi...Martin Kiewitz
2009-12-27Implement kPlatform subfunctions 0 and 2, and stub 1 and 3 (CD speed and CD c...Matthew Hoops
2009-12-27SCI/newmusic: fix getting of mastervolume. cause of rounding we will otherwis...Martin Kiewitz
2009-12-27implemented fade in/out effectsVladimir Menshakov
2009-12-27Fixed priority bugFilippos Karapetis
2009-12-27SCI/newmusic: Fixed fading (fixes intro of castle of brain)Martin Kiewitz
2009-12-27Removed _hasNodePtrFilippos Karapetis
2009-12-27Added some currently disabled code to be used when sound fading is done (need...Filippos Karapetis
2009-12-27cmdGetPolyphony always returns true in SCI0, according to specsFilippos Karapetis
2009-12-27allowed list to be sorted with default comparatorVladimir Menshakov
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Some more code format fixes.Johannes Schickel
2009-12-27more code convention fixesVladimir Menshakov
2009-12-27added whitespace to conform code conventionVladimir Menshakov
2009-12-27replaced bubble sort with quick sortVladimir Menshakov
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-27SCI/newmusic: moving commented assertMartin Kiewitz
2009-12-27SCI/newmusic: now playing sample data for sci0 games (this also fixes sq3 ami...Martin Kiewitz
2009-12-27Really fixed compilationFilippos Karapetis
2009-12-27SCI/newmusic: now adding digital sample data as separate channel for sci0 gam...Martin Kiewitz
2009-12-27Hopefully fixed compilationFilippos Karapetis
2009-12-27Changed some commentsFilippos Karapetis
2009-12-27SCI/new music code: Filippos Karapetis
2009-12-27Add some tests for checkSort just in case... :-)Johannes Schickel
2009-12-27Typo.Johannes Schickel
2009-12-27Do not use TS_ASSERT_EQUALS in checkSort, but rather let return checkSort anJohannes Schickel
2009-12-27More cleanup.Johannes Schickel
2009-12-27Use some pseudo random numbers in test_container_sort.Johannes Schickel
2009-12-27Cleanup.Johannes Schickel
2009-12-27fixed typoVladimir Menshakov
2009-12-27added tests for sort() functionsVladimir Menshakov
2009-12-27SCI32: Partially implemented kOnMe. Now the main menu in GK1 worksFilippos Karapetis
2009-12-27Turned some unimplemented debug related kernel functions into dummy functionsFilippos Karapetis
2009-12-27Silenced a chatty console debug messageFilippos Karapetis
2009-12-27SCI/new music code: split the MidiParser class into a separate fileFilippos Karapetis
2009-12-27The state selector is only available in SCI0 gamesFilippos Karapetis
2009-12-27Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ...Filippos Karapetis