aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-28Fix warning when using -WuninitializedMax Horn
2010-01-28Fix MP3 playback speed.Johannes Schickel
2010-01-28Always try and load the associated digital track if the requested MIDI track ...Filippos Karapetis
2010-01-28Improved the diskdump command so that it also writes the resource header, if ...Filippos Karapetis
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
2010-01-28Fixed the demos of LSL1 and LSL5Filippos Karapetis
2010-01-28Improved kSetCursor() semantics detectionFilippos Karapetis
2010-01-28Introduced a new console command, diskdump, which is able to dump files from ...Filippos Karapetis
2010-01-28Fix regressions in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-28Fix regression in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-28Fix regression in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-27Corrected assert inside load_script. Fixes loading in SQ4CDFilippos Karapetis
2010-01-27- Fixed openWin, saveWin, restoreWin, closeWin, winMove and activeWin, so tha...Arnaud Boutonné
2010-01-27Made the code inside SciGui::display() a bit more readableFilippos Karapetis
2010-01-27SCI: fix view detection for sci1.1 pq4demoMartin Kiewitz
2010-01-27SCI: fix for clipping code inside kGraphMartin Kiewitz
2010-01-27SearchMan.listMatchingMembers does not return files in alphabetical order, so...Matthew Hoops
2010-01-27SCI: added workaround for laura bow 2 game menu (same issue as in pharkas)......Martin Kiewitz
2010-01-27Fixed the demo version of Longbow - speech was not played at all with the new...Filippos Karapetis
2010-01-27Removing obsolete commentFilippos Karapetis
2010-01-27SCI: also change exit to quit in helpMartin Kiewitz
2010-01-27SCI: renamed exit console command to quit, so that systemwide "exit" works (e...Martin Kiewitz
2010-01-27SCI: changed the pharkas workaround to also cover pharkas-floppy demoMartin Kiewitz
2010-01-27SCI: removing duplicate comment line that isnt right there (it documents the ...Martin Kiewitz
2010-01-27Do not try and patch files for resource types greater or equal to audio36 (i....Filippos Karapetis
2010-01-27Don't patch audio36 resources, when the associated patches are for audio reso...Filippos Karapetis
2010-01-27Only reshow the cursor after playing a video if it was originally showing bef...Matthew Hoops
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos Karapetis
2010-01-27Turned the asserts about the unknown sound field into a warningFilippos Karapetis
2010-01-27Oops.... actually close the defgroup :)Filippos Karapetis
2010-01-27Fixed comment about vocabulary, so that it doesn't refer to the line below itFilippos Karapetis
2010-01-27SCI: Experimental fix for Longbow outlook crash.Walter van Niftrik
2010-01-27Fix sound regression in HE games.Travis Howell
2010-01-27Added support of the subtraction of two pointers, when they got the same segm...Filippos Karapetis
2010-01-27SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,...Martin Kiewitz
2010-01-27Fix seeking in FLAC implementation (FLAC's API uses the number of sample pair...Johannes Schickel
2010-01-27Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...Filippos Karapetis
2010-01-27Fix invalid sample position on Timestamp to sample conversion for Stereo stre...Johannes Schickel
2010-01-27SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This fix...Matthew Hoops
2010-01-27Downgrade the 'attempt to use invalid/unused file handle' error to a warning....Matthew Hoops
2010-01-27Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ...Matthew Hoops
2010-01-27SCI: Restore pointer checks removed in r47585.Walter van Niftrik
2010-01-27SCI: Add pointer comparison support to signed comparison operators.Walter van Niftrik
2010-01-26Correct our interpretation of the first four bytes of the RSRC section in Moh...Matthew Hoops
2010-01-26Remove outdated commentsMax Horn
2010-01-26AGOS: Turn BaseSound into a subclass of Common::NonCopyableMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-26SCI: force palette merging for kq6 hires portraits (cause its needed on those)Martin Kiewitz
2010-01-26Fixed loading of old saved gamesFilippos Karapetis