Age | Commit message (Expand) | Author |
2006-03-20 | The Hercules specific screen size check is no longer required | Travis Howell |
2006-03-19 | Fixed my fix regarding the encoding of some filenames: Provide both Windows a... | Max Horn |
2006-03-19 | Fix encoding issue (see scummvm-devel) | Max Horn |
2006-03-19 | Moved filename substitution code from scumm.cpp to plugin.cpp | Max Horn |
2006-03-19 | Remove unused cases of getKeyState(), checked against scripts of FT, Dig and ... | Travis Howell |
2006-03-19 | Closer match difficulty of insane in PC version of FT demo | Travis Howell |
2006-03-19 | Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream | Travis Howell |
2006-03-19 | Move the sound loop detection, so it is used by all HE70+ games | Travis Howell |
2006-03-19 | Skip HSHD block by set size, since there are sound resources (ie Caiman in ju... | Travis Howell |
2006-03-19 | Add workaround for script bug in Loom (CD) | Travis Howell |
2006-03-18 | The camera position is always set by loadRoomWithEgo opcode in HE games, thro... | Travis Howell |
2006-03-17 | Fix endian issue in akos costume code | Travis Howell |
2006-03-17 | Fix endian issues in akos costume code | Travis Howell |
2006-03-17 | Add another German version of puttzoo demo | Travis Howell |
2006-03-16 | Minor cleanup | Travis Howell |
2006-03-16 | Update comment, to make sense | Travis Howell |
2006-03-16 | Add comment about future saveLoad changes C64 maniac | Travis Howell |
2006-03-15 | Fixed typo in debug message. | Torbjörn Andersson |
2006-03-15 | Correct VAR_OVERRIDE settings in override opcodes | Travis Howell |
2006-03-15 | Minor cleanup | Travis Howell |
2006-03-14 | To the best of my knowledge, it's really 'C64' and not 'C-64' | Max Horn |
2006-03-14 | Merged two consecutive 'if's with identical condition | Max Horn |
2006-03-14 | Update comment about use of procC64 by C-64 version | Travis Howell |
2006-03-14 | Renamed & documented the LIGHTMODE flags | Max Horn |
2006-03-14 | Enhance the new getCurrentLights to work for V6+ games, too, making it possib... | Max Horn |
2006-03-14 | An actor is completely reset by showActor() in SCUMM1-2 games. Fixes bug #902391 | Travis Howell |
2006-03-14 | Remove unused var, to prevent compiler warning | Travis Howell |
2006-03-14 | Remove unused vars, to prevent compiler warnings | Travis Howell |
2006-03-14 | Adjust one last spot, for previous VAR_CURRENT_LIGHTS changes | Travis Howell |
2006-03-14 | Avoid all scumm var conflicts in C64 maniac | Travis Howell |
2006-03-14 | Move unused scumm vars in C64 maniac to safe position, to prevent conflicts f... | Travis Howell |
2006-03-14 | Camera scrolling only effects subtitles in SCUMM4-6 games. Fixes bug #1329482. | Travis Howell |
2006-03-14 | Fix regression in C64 zak, script 5 was not been run when room changed | Travis Howell |
2006-03-14 | Tweaked a little scumm main dialog and scumm save/load dialog. Still plenty | Eugene Sandulenko |
2006-03-13 | Confirmed it is safe to remove workaround for Macintosh HE99 version of water. | Travis Howell |
2006-03-13 | Add opcode difference in setObjectName opcode for C64 maniac | Travis Howell |
2006-03-13 | Add masking support for C64 maniac, not perfect | Travis Howell |
2006-03-13 | Fix object glitches in C64 maniac | Travis Howell |
2006-03-13 | Update and restore old debug code for masking | Travis Howell |
2006-03-12 | Updated for Jamieson630's latest iMUSE changes. | Torbjörn Andersson |
2006-03-12 | IMuse SysEx processing now handled by client-specified callbacks. This remove... | Jamieson Christian |
2006-03-12 | Unfortunately the workaround for Macintosh version of water is still required. | Travis Howell |
2006-03-12 | Adjust basename array setting in HE99+ games, for filename substitution | Travis Howell |
2006-03-12 | Adjust version setting for Macintosh versions of HE80+ games, which is checke... | Travis Howell |
2006-03-12 | Use script support for Macintosh versions of HE80+ games | Travis Howell |
2006-03-12 | Revert mistaken commit of local debug code | Travis Howell |
2006-03-12 | Revert mistaken commit of local debug code | Travis Howell |
2006-03-12 | Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy) | Travis Howell |
2006-03-11 | Fix endian issue in getArrayDim() | Travis Howell |
2006-03-11 | Removed inclusion of non-existing imuse_sysex.h to make ScummVM compile again. | Torbjörn Andersson |