Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-19 | SCUMM: o5_ifNotState and o5_ifState are actually not part of v5, only in v3 ↵ | Max Horn | |
& v4 -> renamed and moved them accordingly svn-id: r40013 | |||
2009-04-19 | SCUMM: ScummEngine_v5::o5_oldRoomEffect -> ScummEngine_v4::o4_oldRoomEffect | Max Horn | |
svn-id: r40012 | |||
2009-04-19 | SCUMM: In v5, only opcodes 0x05 and 0x85 are mapped to o5_drawObject; in v3 ↵ | Max Horn | |
& v4, several other opcodes map to it. Capture this properly in the opcode tables svn-id: r40011 | |||
2009-04-19 | SCUMM: Moved ScummEngine_v2::o2_setBoxFlags to ScummEngine_v3::o3_setBoxFlags | Max Horn | |
svn-id: r40010 | |||
2009-04-19 | SCUMM: MovedScummEngine_v5:: o5_pickupObjectOld to ↵ | Max Horn | |
ScummEngine_v4::o4_pickupObject svn-id: r40009 | |||
2009-04-19 | SCUMM: Turned PARAM_1,2,3 into an enum; minor tweaks | Max Horn | |
svn-id: r40008 | |||
2009-04-19 | SCUMM: Added stubs for V3 & V4 opcode tables | Max Horn | |
svn-id: r40007 | |||
2009-04-18 | Add patch #2769163 - Mac additions for Freddi Fish 1 and Putt-Putt Parade. | Travis Howell | |
svn-id: r40006 | |||
2009-04-18 | Disable MSVC warning in autogenerated code | Willem Jan Palenstijn | |
svn-id: r40005 | |||
2009-04-18 | Fix outdated comments | Willem Jan Palenstijn | |
svn-id: r40003 | |||
2009-04-18 | 40000 commit | Eugene Sandulenko | |
svn-id: r40001 | |||
2009-04-18 | Add TODO. | Johannes Schickel | |
svn-id: r40000 | |||
2009-04-18 | Setting 0.13.1 release date | Eugene Sandulenko | |
svn-id: r39999 | |||
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn | |
svn-id: r39996 | |||
2009-04-18 | Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC ↵ | Eugene Sandulenko | |
warnings" svn-id: r39995 | |||
2009-04-18 | Patch #2761396: "Typo fixes to README and comments" | Eugene Sandulenko | |
svn-id: r39993 | |||
2009-04-18 | Fixed a crash happening when an engine dirtied the full screen, and called ↵ | Oystein Eftevaag | |
initSize() before calling updateScreen (fixes bug 418820, specifically about Lost in Time crashing after the title screen) svn-id: r39985 | |||
2009-04-18 | iPhone: Updated input event system to firmware 2.x standard | Oystein Eftevaag | |
svn-id: r39984 | |||
2009-04-18 | Implemented the 'Start Again' menu option to properly restart the game | Paul Gilbert | |
svn-id: r39981 | |||
2009-04-18 | Changed the 'Exit' game menu option to exit gracefully, rather than using exit() | Paul Gilbert | |
svn-id: r39980 | |||
2009-04-18 | Added support for the global menu save/loading, and changed the savegame ↵ | Paul Gilbert | |
format to store the savegame name and thumbnail svn-id: r39979 | |||
2009-04-18 | sword2: add support for BS2 PSX demo | Fabio Battaglia | |
svn-id: r39977 | |||
2009-04-18 | We probably only have to update the screen once every updateInfo(). And, since | Torbjörn Andersson | |
it's triggered by mouse movements, only when the cursor is visible. svn-id: r39975 | |||
2009-04-16 | Add HACK to support DOS music in Kyra1 Mac CD based on patch #2767489 ↵ | Johannes Schickel | |
"KYRA1: Support for Mac CD". svn-id: r39962 | |||
2009-04-16 | Backout previous 'ooops' change (while shaking a stick at SVN and trying to ↵ | John Willis | |
convince people (badly) that is was not just simple user error ;-)). svn-id: r39961 | |||
2009-04-16 | Push local cleanup into the 0.13 branch in prep. for 0.13.1. | John Willis | |
svn-id: r39960 | |||
2009-04-16 | Tiny update to the GP2X readme on branch (remove SVN build ref.). | John Willis | |
svn-id: r39959 | |||
2009-04-16 | SCUMM: Compacted various setupOpcodes() implementations by using the fact ↵ | Max Horn | |
that opcode tables tend not to change much between most SCUMM versions svn-id: r39958 | |||
2009-04-16 | SCUMM: Got rid of o6_invalid | Max Horn | |
svn-id: r39957 | |||
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn | |
svn-id: r39956 | |||
2009-04-15 | Added md5sums of Kyra1 Mac CD as supplied with fr #2766454 "KYRA1: Add ↵ | Johannes Schickel | |
support for Macintosh CD" (experimental change, not for 0.13.1 yet) svn-id: r39955 | |||
2009-04-15 | SCI: Added a new song player (work-in-progress). | Walter van Niftrik | |
svn-id: r39953 | |||
2009-04-15 | Update renderString to match original code in The Feeble Files. | Travis Howell | |
svn-id: r39952 | |||
2009-04-15 | Update renderString to match original code in The Feeble Files. | Travis Howell | |
svn-id: r39951 | |||
2009-04-13 | commit slightly modified version of #2759353 - GSoC 2009: Correction in ↵ | Joost Peters | |
README.PSP svn-id: r39949 | |||
2009-04-13 | Synced NEWS with 0.13 branch. | Torbjörn Andersson | |
svn-id: r39948 | |||
2009-04-12 | Backporting fix from rev #39918: Memory leak when thumbnail header | Neil Millstone | |
couldn't be skipped. svn-id: r39945 | |||
2009-04-11 | SAGA: changed _threadList back to a list of ScriptThread objs, instead of ↵ | Max Horn | |
ptrs to instances. svn-id: r39944 | |||
2009-04-11 | SAGA: Simplified Scene::skipScene, changed loadScene to take a ↵ | Max Horn | |
LoadSceneParams ref instead of a ptr svn-id: r39943 | |||
2009-04-11 | When dragging the save/load dialog's scrollbar handle past the top of the | Torbjörn Andersson | |
scrollbar, stay at the top. Don't jump to the bottom. svn-id: r39939 | |||
2009-04-11 | Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. | Vicent Marti | |
Fixed background shading weirdness when opening many dialogs on top of each other. Fixed some modal dialogs not redrawing properly when closed. svn-id: r39938 | |||
2009-04-11 | Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny falls | Torbjörn Andersson | |
asleep"), after discussing it with [md5]. It may not be exactly like the original, but it looks a lot closer now. svn-id: r39937 | |||
2009-04-11 | Plugged another memory leak introduced with rev #39934 | Filippos Karapetis | |
svn-id: r39936 | |||
2009-04-11 | Plugged memory leak introduced with rev #39934 | Filippos Karapetis | |
svn-id: r39935 | |||
2009-04-11 | Changed ScriptThreadList to hold a list of pointers, not a list of ↵ | Filippos Karapetis | |
instances. This avoids the whole &* mess, as well as the strange references to the list head svn-id: r39934 | |||
2009-04-11 | Cleanup. | Johannes Schickel | |
svn-id: r39933 | |||
2009-04-11 | Updated the SAGA and SCI MSVC project files (removed saga/list.h and ↵ | Filippos Karapetis | |
sci/engine/aatree.h) svn-id: r39932 | |||
2009-04-11 | Removed unused (and wrong) code for IHNM | Filippos Karapetis | |
svn-id: r39931 | |||
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ↵ | Max Horn | |
& send_calls vars by a local Common::Stack instance svn-id: r39930 | |||
2009-04-11 | KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ↵ | Max Horn | |
by code similiar to the one used in SAGA and the frontend GUI code svn-id: r39929 |