aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-01Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l...Johannes Schickel
2010-01-01Fixed broken savegames when saving with the new music codeFilippos Karapetis
2010-01-01Implemented setNumLoops() for common audio streams.Eugene Sandulenko
2010-01-01SCI: syncing loop selector... again... fixes qfg1 ending... again... now sci0...Martin Kiewitz
2010-01-01SCI/new music code: Moved processing of digital sound effects outside the MID...Filippos Karapetis
2010-01-01Added a comment for the reason updateSci0Cues() is called within kAnimate()Filippos Karapetis
2010-01-01Extend doxygen comment for setNumLoops()Eugene Sandulenko
2010-01-01SCI/newmusic: doing version check before looking for audio resourceMartin Kiewitz
2010-01-01aligned zoomed picture to the top and fixed actor head animation in zoomed stateVladimir Menshakov
2010-01-01SCI/newmusic: better solution for volume - using int16 during fade, volume is...Martin Kiewitz
2010-01-01SCI: changing volume to int16 again, fixes fadeOut of music and samplesMartin Kiewitz
2010-01-01SCI: fixing saved game compatibilityMartin Kiewitz
2010-01-01removed debug outputVladimir Menshakov
2010-01-01Updated the notes about Broken Sword cutscenes to that which I posted toTorbjörn Andersson
2010-01-01found zoom tables, added original zoom support.Vladimir Menshakov
2010-01-01removed commented out debugVladimir Menshakov
2010-01-01Added setNumLoops() for linear memory streams, enables looping of samples in sciMartin Kiewitz
2010-01-01SCI/newmusic: added fade and loop capability to samples (looping doesnt work ...Martin Kiewitz
2010-01-01Adding setNumLoops() to AudioStream classMartin Kiewitz
2010-01-01removed first point from path to avoid zero deltaVladimir Menshakov
2010-01-01removed position zeroing in varia resourcesVladimir Menshakov
2010-01-01minor sizeof cleanupVladimir Menshakov
2010-01-01Add Polish Windows 4CD version of The Feeble Files.Travis Howell
2010-01-01SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d...Martin Kiewitz
2010-01-01SCI: switch to previous gameid, when importing character data in qfg seriesMartin Kiewitz
2010-01-01SCI/new music code:Filippos Karapetis
2009-12-31SCI: kFileIO findFirst/findNext returns only game-specific prefixed filesMartin Kiewitz
2009-12-31PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3Yotam Barnoy
2009-12-31PSP: added disable_dosbox_opl to custom makefileYotam Barnoy
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-12-31SCI: fixed typo in unwrapFilenameMartin Kiewitz
2009-12-31removed magic first frame from actorVladimir Menshakov
2009-12-31Add support for Chinese translated games.Eugene Sandulenko
2009-12-31Reading the whole buffer at once should be more efficient than reading it oneTorbjörn Andersson
2009-12-31SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...Martin Kiewitz
2009-12-31Remove obsolete comment about Myst ME not working.Matthew Hoops
2009-12-31SCI: keyboard events now dont use scancode anymore, fixing compatibility with...Martin Kiewitz
2009-12-31Changed kValidPath() to always return true, regardless of the value of savePa...Filippos Karapetis
2009-12-31N64: some cleanup in osystemFabio Battaglia
2009-12-31SCI/new music: trigger signal when fade is completed, fixes lsl1 dance with girlMartin Kiewitz
2009-12-31Mention the fact that we derive from SSCI by not caching the loop selectorFilippos Karapetis
2009-12-31Fix gcc warningEugene Sandulenko
2009-12-31Worked around what appears to be a bad JPEG image in the Masterpiece edition ofTorbjörn Andersson
2009-12-31SCI/new music code: removed some hacksFilippos Karapetis
2009-12-31SCI/new music code: The loop selector for each music score is no longer cache...Filippos Karapetis
2009-12-31SCI/new music code: Slight cleanupFilippos Karapetis
2009-12-31kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling...Matthew Hoops
2009-12-31Overload the = operator for SciArray which fixes the setType errors in GK1. S...Matthew Hoops
2009-12-31Add the Mohawk crew to the credits.Matthew Hoops
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...Matthew Hoops