aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-07-01Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives.Robert Špalek
2010-07-01Added a workaround for an uninitialized temp read in KQ6 floppy, when opening...Filippos Karapetis
2010-06-30SCI: Silenced a warning about a non game breaking script bug in Castle of Dr....Filippos Karapetis
2010-06-30Added support for kAddAfter with 4 parameters (used in Torin's Passage, for e...Filippos Karapetis
2010-06-30SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i...Martin Kiewitz
2010-06-30SCI: remove some duplicate codeMartin Kiewitz
2010-06-30SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea...Martin Kiewitz
2010-06-30SCI: support for hires views in gk1Martin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-30Fixed the signature for kUnload (thanks m_kiewitz)Filippos Karapetis
2010-06-30SCI: fixed a typo, so that workarounds really trigger an ignore kernel call f...Martin Kiewitz
2010-06-30Changed an error back to a warning - Torin's Passage calls kAddAfter with 4 p...Filippos Karapetis
2010-06-30SCI: changing signature of kUnLoad, adding workaround for sq1 ulence flats bugMartin Kiewitz
2010-06-30Corrected font display to properly use both colour indexesPaul Gilbert
2010-06-30SCI: removing all the remaining debug output from signature matchingMartin Kiewitz
2010-06-30Removed deprecated destAdjust parameters from the frame drawing codePaul Gilbert
2010-06-30Replaced Y offset from various drawing routines in favour of a viewport sub-s...Paul Gilbert
2010-06-30SCI: removing full debug output when signature fails to the point where we di...Martin Kiewitz
2010-06-30SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod...Filippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-30Generalize the sound archive framework to be able to open new formatsRobert Špalek
2010-06-30SCI: adding inheritancelevel to uninit workarounds to make them saferMartin Kiewitz
2010-06-30Updated incorrect commentFilippos Karapetis
2010-06-30Also erase the value of the list node itself when deleting it inside kDeleteK...Filippos Karapetis
2010-06-30When deleting a list node, erase its references to predecessor and successor ...Filippos Karapetis
2010-06-29SCI: added sci32-specific signature for kGetSaveDirMartin Kiewitz
2010-06-29SCI: added mac-specific signature for kGetEventMartin Kiewitz
2010-06-29SCI: implemented version specific signatures, added special kDrawCel signatur...Martin Kiewitz
2010-06-29SCI: adding space in kernelmap for workaround tableMartin Kiewitz
2010-06-29SCI: Rewrap yet more commentsMax Horn
2010-06-29SCI: kernelMap cleanup and making it possible to have version (not implemente...Martin Kiewitz
2010-06-29Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the...Filippos Karapetis
2010-06-29Fixed 2 uninitialized reads in SQ6Filippos Karapetis
2010-06-29Silence possible use of uninitialized variable warning in g++.Johannes Schickel
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-29SCI: Add some const qualifiersMax Horn
2010-06-29SCI: Rename listEntry -> 'it' for better readabilityMax Horn
2010-06-29SCI: Simplify List::iterator usage in GfxAnimateMax Horn
2010-06-29SCI: Simplify GfxAnimate code, get rid of _listDataMax Horn
2010-06-29Added code to properly detect when an animation sequence is completePaul Gilbert
2010-06-29Changed reading of sprite frame depths to signed bytes - this fixes the probl...Paul Gilbert
2010-06-29Removed the old hardcoded calls to loadDSRFilePaul Gilbert
2010-06-29Added loading of the correct DSR file at the start of each animation scenePaul Gilbert
2010-06-29Reserved palette ranges used by on-screen messagesPaul Gilbert
2010-06-29Bugfixes to reading in the animation font name correctly, as well as converte...Paul Gilbert
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-29SCI: Some cleanup of the GC code. Filippos Karapetis
2010-06-29SCI: Removed reg_t_EqualTo, since reg_t already defines an equals operatorFilippos Karapetis
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-29GOB : Adding workaround for Bug #3018918 UOTODDV Reload Goblin Stuck Issue.David Turner