aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-04-11Cleanup.Johannes Schickel
2009-04-11Updated the SAGA and SCI MSVC project files (removed saga/list.h and sci/engi...Filippos Karapetis
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-11COMMON: Added unit test for Common::List::size(); made List::size() slightly ...Max 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-10GUI: Fixed nasty typoMax Horn
2009-04-09Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet...Max Horn