aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-04-16SCUMM: Compacted various setupOpcodes() implementations by using the fact tha...Max Horn
2009-04-16SCUMM: Got rid of o6_invalidMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-04-15Added md5sums of Kyra1 Mac CD as supplied with fr #2766454 "KYRA1: Add suppor...Johannes Schickel
2009-04-15SCI: Added a new song player (work-in-progress).Walter van Niftrik
2009-04-15Update renderString to match original code in The Feeble Files.Travis Howell
2009-04-15Update renderString to match original code in The Feeble Files.Travis Howell
2009-04-12Backporting fix from rev #39918: Memory leak when thumbnail header Neil Millstone
2009-04-11SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr...Max Horn
2009-04-11SAGA: Simplified Scene::skipScene, changed loadScene to take a LoadSceneParam...Max Horn
2009-04-11When dragging the save/load dialog's scrollbar handle past the top of theTorbjörn Andersson
2009-04-11Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny fallsTorbjörn Andersson
2009-04-11Plugged another memory leak introduced with rev #39934Filippos Karapetis
2009-04-11Plugged memory leak introduced with rev #39934Filippos Karapetis
2009-04-11Changed ScriptThreadList to hold a list of pointers, not a list of instances....Filippos Karapetis
2009-04-11Cleanup.Johannes Schickel
2009-04-11Removed unused (and wrong) code for IHNMFilippos Karapetis
2009-04-11SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ...Max Horn
2009-04-11KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ...Max Horn
2009-04-11Got rid of SortedListFilippos Karapetis
2009-04-11Fix compilationWillem Jan Palenstijn
2009-04-11Fixed compilation (hopefully)Filippos Karapetis
2009-04-11Removed all but one of the functions of the SortedList, apart from the custom...Filippos Karapetis
2009-04-11Removed move SortedList methodsFilippos Karapetis
2009-04-11SAGA: Fix yet another mistake in the revised dirty rect code *sigh*Max Horn
2009-04-11SAGA: Got rid of some more SortedList methodsMax Horn
2009-04-11SAGA: Stop needlessly using operator*() and operator->() (many of the resulti...Max Horn
2009-04-11SAGA: Removed some dead/obsolete codeMax Horn
2009-04-10Added a new console command, "wake_up_threads", which can wake up threads tha...Filippos Karapetis
2009-04-10Removed obsolete TODOFilippos Karapetis
2009-04-09SAGA: Make the dirty rect handling here match the one in the GUI code (some m...Max Horn
2009-04-09TINSEL: Added some doxygen comments to the Tinsel coroutine codeMax Horn
2009-04-09Sort the list of savegames. (I suppose this fix, or a better one, should goTorbjörn Andersson
2009-04-09SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-develMax Horn
2009-04-09Judging by bug #2727536 (and a forum post) we should recognize "IQ-" as a validTorbjörn Andersson
2009-04-08Fixed misleading error message.Torbjörn Andersson
2009-04-07Fixed the language of the German version of LongbowFilippos Karapetis
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2009-04-07SCI: Do not skip last entry in kernel table for SCI1.Walter van Niftrik
2009-04-07SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.Walter van Niftrik
2009-04-07Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectivelySven Hesse
2009-04-07Print out the SCI interpreter version and not the resource version when sayin...Matthew Hoops
2009-04-07SCI: Fix endian-unsafe read [bug #2739122 ]Willem Jan Palenstijn
2009-04-07GOB: Some more cleanupMax Horn
2009-04-07GOB: Gave tons of opcode explicit names. As a result, found potential bugs in...Max Horn
2009-04-07GOB: Some more code cleanup. My respect for the developers of the original GO...Max Horn
2009-04-07GOB: Gave some numerical constants a name. This codebase is a bit of a mess ;...Max Horn
2009-04-06Removed useless references to the global _vm.Nicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-04-06Fixed a crash in LSL5 when opening the inventoryFilippos Karapetis