aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-19tinsel: adding (disabled) detector entry for Discworld 1 PSX UK versionFabio Battaglia
2009-04-19VAR_VIDEMODE value 50 is only used by the Macintosh version of Indiana Jones ...Travis Howell
2009-04-19Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and ...Oystein Eftevaag
2009-04-19Fix possible overwriting of sound data in earlier games, and cleanup.Travis Howell
2009-04-19SCUMM: Moved o5_saveLoadGame and o5_saveLoadVars to ScummEngine_v4 (the highe...Max Horn
2009-04-19SCUMM: o5_ifNotState and o5_ifState are actually not part of v5, only in v3 &...Max Horn
2009-04-19SCUMM: ScummEngine_v5::o5_oldRoomEffect -> ScummEngine_v4::o4_oldRoomEffectMax Horn
2009-04-19SCUMM: In v5, only opcodes 0x05 and 0x85 are mapped to o5_drawObject; in v3 &...Max Horn
2009-04-19SCUMM: Moved ScummEngine_v2::o2_setBoxFlags to ScummEngine_v3::o3_setBoxFlagsMax Horn
2009-04-19SCUMM: MovedScummEngine_v5:: o5_pickupObjectOld to ScummEngine_v4::o4_pickupO...Max Horn
2009-04-19SCUMM: Turned PARAM_1,2,3 into an enum; minor tweaksMax Horn
2009-04-19SCUMM: Added stubs for V3 & V4 opcode tablesMax Horn
2009-04-18Add patch #2769163 - Mac additions for Freddi Fish 1 and Putt-Putt Parade.Travis Howell
2009-04-18Disable MSVC warning in autogenerated codeWillem Jan Palenstijn
2009-04-18Fix outdated commentsWillem Jan Palenstijn
2009-04-1840000 commitEugene Sandulenko
2009-04-18Add TODO.Johannes Schickel
2009-04-18Setting 0.13.1 release dateEugene Sandulenko
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-04-18Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC warni...Eugene Sandulenko
2009-04-18Patch #2761396: "Typo fixes to README and comments"Eugene Sandulenko
2009-04-18Fixed a crash happening when an engine dirtied the full screen, and called in...Oystein Eftevaag
2009-04-18iPhone: Updated input event system to firmware 2.x standardOystein Eftevaag
2009-04-18Implemented the 'Start Again' menu option to properly restart the gamePaul Gilbert
2009-04-18Changed the 'Exit' game menu option to exit gracefully, rather than using exit()Paul Gilbert
2009-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-18sword2: add support for BS2 PSX demoFabio Battaglia
2009-04-18We probably only have to update the screen once every updateInfo(). And, sinceTorbjörn Andersson
2009-04-16Add HACK to support DOS music in Kyra1 Mac CD based on patch #2767489 "KYRA1:...Johannes Schickel
2009-04-16Backout previous 'ooops' change (while shaking a stick at SVN and trying to c...John Willis
2009-04-16Push local cleanup into the 0.13 branch in prep. for 0.13.1.John Willis
2009-04-16Tiny update to the GP2X readme on branch (remove SVN build ref.).John Willis
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-13commit slightly modified version of #2759353 - GSoC 2009: Correction in READM...Joost Peters
2009-04-13Synced NEWS with 0.13 branch.Torbjörn Andersson
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-11Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases.Vicent Marti
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