Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-21 | Remove ADGF_CD flag from Towns detection entries. | Johannes Schickel | |
svn-id: r40041 | |||
2009-04-21 | Mark PC98 CD version as CD version (like it is already done with FM-Towns). | Johannes Schickel | |
svn-id: r40040 | |||
2009-04-21 | Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect ↵ | Johannes Schickel | |
loops continuously (Mac CD)"). svn-id: r40039 | |||
2009-04-21 | run psp-fixup-imports after linking | Joost Peters | |
svn-id: r40037 | |||
2009-04-21 | Ooops, keep that comment. | Travis Howell | |
svn-id: r40034 | |||
2009-04-21 | Fix regression in SCUMM0, by calling ScummEngine::fetchScriptWord() ↵ | Travis Howell | |
directly. Since fetchScriptWordSigned(), still uses the overloaded fetchScriptWord() function. svn-id: r40033 | |||
2009-04-20 | SCI: Replaced memory ref counting code in the SongIterator code by a simple ↵ | Max Horn | |
Common::Array<byte> object; also doxygenified some source comments svn-id: r40032 | |||
2009-04-20 | SCI: Renamed global array 'formats' to the slightly more descriptive ↵ | Max Horn | |
g_opcode_formats svn-id: r40031 | |||
2009-04-20 | SCI: Moved list of kernel func declarations to header file, where it belongs | Max Horn | |
svn-id: r40030 | |||
2009-04-20 | SCI: cleanup | Max Horn | |
svn-id: r40029 | |||
2009-04-20 | SCI: Mapped BREAKPOINT macro to error() for now | Max Horn | |
svn-id: r40028 | |||
2009-04-20 | COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* ↵ | Max Horn | |
data, int n), which makes it possible to clone a regular array into a Common::Array; added a unit test for that and slightly extended existing Common::Array unit tests svn-id: r40027 | |||
2009-04-20 | TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS | Max Horn | |
svn-id: r40026 | |||
2009-04-20 | SCUMM: Introduced new method ScummEngine_v5::jumpRelative; unified some v0 ↵ | Max Horn | |
and v2 opcodes svn-id: r40025 | |||
2009-04-20 | Enable the arrow keys in Elvira 1/2. | Travis Howell | |
svn-id: r40024 | |||
2009-04-20 | Fix sound effects regression in Waxworks. | Travis Howell | |
svn-id: r40023 | |||
2009-04-19 | Add Broken Sword 2 PSX support into NEWS file | Fabio Battaglia | |
svn-id: r40022 | |||
2009-04-19 | tinsel: adding (disabled) detector entry for Discworld 1 PSX UK version | Fabio Battaglia | |
svn-id: r40021 | |||
2009-04-19 | VAR_VIDEMODE value 50 is only used by the Macintosh version of Indiana Jones ↵ | Travis Howell | |
and the Last Crusade. svn-id: r40020 | |||
2009-04-19 | Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and ↵ | Oystein Eftevaag | |
removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release) svn-id: r40018 | |||
2009-04-19 | Fix possible overwriting of sound data in earlier games, and cleanup. | Travis Howell | |
svn-id: r40015 | |||
2009-04-19 | SCUMM: Moved o5_saveLoadGame and o5_saveLoadVars to ScummEngine_v4 (the ↵ | Max Horn | |
highest SCUMM version to implement these opcodes. Actually, our code was bugged in so far as we only ever invoked o5_saveLoadGame in V3 games, never in V4 games (but this properly never mattered ;) svn-id: r40014 | |||
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 |