Age | Commit message (Expand) | Author |
2009-04-16 | SCUMM: Got rid of o6_invalid | Max Horn |
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn |
2009-04-15 | Added md5sums of Kyra1 Mac CD as supplied with fr #2766454 "KYRA1: Add suppor... | Johannes Schickel |
2009-04-15 | SCI: Added a new song player (work-in-progress). | Walter van Niftrik |
2009-04-15 | Update renderString to match original code in The Feeble Files. | Travis Howell |
2009-04-15 | Update renderString to match original code in The Feeble Files. | Travis Howell |
2009-04-13 | commit slightly modified version of #2759353 - GSoC 2009: Correction in READM... | Joost Peters |
2009-04-13 | Synced NEWS with 0.13 branch. | Torbjörn Andersson |
2009-04-12 | Backporting fix from rev #39918: Memory leak when thumbnail header | Neil Millstone |
2009-04-11 | SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr... | Max Horn |
2009-04-11 | SAGA: Simplified Scene::skipScene, changed loadScene to take a LoadSceneParam... | Max Horn |
2009-04-11 | When dragging the save/load dialog's scrollbar handle past the top of the | Torbjörn Andersson |
2009-04-11 | Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. | Vicent Marti |
2009-04-11 | Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny falls | Torbjörn Andersson |
2009-04-11 | Plugged another memory leak introduced with rev #39934 | Filippos Karapetis |
2009-04-11 | Plugged memory leak introduced with rev #39934 | Filippos Karapetis |
2009-04-11 | Changed ScriptThreadList to hold a list of pointers, not a list of instances.... | Filippos Karapetis |
2009-04-11 | Cleanup. | Johannes Schickel |
2009-04-11 | Updated the SAGA and SCI MSVC project files (removed saga/list.h and sci/engi... | Filippos Karapetis |
2009-04-11 | Removed unused (and wrong) code for IHNM | Filippos Karapetis |
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ... | Max Horn |
2009-04-11 | KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ... | Max Horn |
2009-04-11 | Got rid of SortedList | Filippos Karapetis |
2009-04-11 | Fix compilation | Willem Jan Palenstijn |
2009-04-11 | Fixed compilation (hopefully) | Filippos Karapetis |
2009-04-11 | Removed all but one of the functions of the SortedList, apart from the custom... | Filippos Karapetis |
2009-04-11 | Removed move SortedList methods | Filippos Karapetis |
2009-04-11 | SAGA: Fix yet another mistake in the revised dirty rect code *sigh* | Max Horn |
2009-04-11 | SAGA: Got rid of some more SortedList methods | Max Horn |
2009-04-11 | COMMON: Added unit test for Common::List::size(); made List::size() slightly ... | Max Horn |
2009-04-11 | SAGA: Stop needlessly using operator*() and operator->() (many of the resulti... | Max Horn |
2009-04-11 | SAGA: Removed some dead/obsolete code | Max Horn |
2009-04-10 | Added a new console command, "wake_up_threads", which can wake up threads tha... | Filippos Karapetis |
2009-04-10 | Removed obsolete TODO | Filippos Karapetis |
2009-04-10 | GUI: Fixed nasty typo | Max Horn |
2009-04-09 | Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet... | Max Horn |
2009-04-09 | SAGA: Make the dirty rect handling here match the one in the GUI code (some m... | Max Horn |
2009-04-09 | GUI: Rewrote the dirty rect handling code. Previously it was possible that th... | Max Horn |
2009-04-09 | TINSEL: Added some doxygen comments to the Tinsel coroutine code | Max Horn |
2009-04-09 | Patch #2735283: GSOC09: A few unit tests for Common::Rect | Max Horn |
2009-04-09 | Sort the list of savegames. (I suppose this fix, or a better one, should go | Torbjörn Andersson |
2009-04-09 | SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel | Max Horn |
2009-04-09 | Judging by bug #2727536 (and a forum post) we should recognize "IQ-" as a valid | Torbjörn Andersson |
2009-04-08 | Fixed misleading error message. | Torbjörn Andersson |
2009-04-07 | The PlayStation 1 version of Broken Sword 2 is supported now. | Travis Howell |
2009-04-07 | Fixed the language of the German version of Longbow | Filippos Karapetis |
2009-04-07 | Sword2: PSX version support, and GMM loading/saving | Fabio Battaglia |
2009-04-07 | SCI: Do not skip last entry in kernel table for SCI1. | Walter van Niftrik |
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik |
2009-04-07 | Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectively | Sven Hesse |