Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-30 | The Dig (Second release) used similar charset code to COMI. This could cause ↵ | Travis Howell | |
regressions, if there are differences between the two releases of The Dig. svn-id: r31784 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-02 | Fix for bug #896489: "DIG: Missing subtitles when talking to Brink" | Eugene Sandulenko | |
svn-id: r30167 | |||
2008-01-02 | Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading" | Eugene Sandulenko | |
svn-id: r30160 | |||
2007-12-31 | Removed obsolete _insaneRunning flag | Max Horn | |
svn-id: r30107 | |||
2007-10-28 | Refactored ScummEngine*::checkExecVerbs method | Max Horn | |
svn-id: r29284 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and ↵ | Max Horn | |
checkExecVerbs svn-id: r27778 | |||
2007-06-23 | Made SCUMM use Common::KeyState, too (but implemented almost no ↵ | Max Horn | |
fixes/optimizations based on this) svn-id: r27655 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-15 | Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 ↵ | Gregory Montoir | |
function in order to match the original V8 interpreter. This should fix bugs #1036707 and #1662610 (subtitles word wrapping issues). svn-id: r26516 | |||
2007-03-24 | Cleaning up various issues with the Indy3 IQ patch | Max Horn | |
svn-id: r26296 | |||
2007-03-24 | Add patch #1687026 - Indy3: Series IQ-Points. | Travis Howell | |
svn-id: r26289 | |||
2007-03-06 | Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac Mansion. | Travis Howell | |
svn-id: r26004 | |||
2007-03-06 | Add support for the New Kid verb option in Apple II and Commodore 64 ↵ | Travis Howell | |
verisons of Maniac Mansion. svn-id: r25999 | |||
2007-02-25 | Rename C64 engine class, since it is been used by Apple II and Commodore 64 ↵ | Travis Howell | |
versions now. svn-id: r25850 | |||
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from ↵ | Max Horn | |
readResTypeList svn-id: r25828 | |||
2007-02-24 | SCUMM: cleanup (moved small header specific code from ↵ | Max Horn | |
ScummEngine::readResTypeList to ScummEngine_v4::readResTypeList) svn-id: r25827 | |||
2007-02-05 | 'fixed' o_blastText and updated a comment | Gregory Montoir | |
svn-id: r25396 | |||
2007-01-28 | Partial fix for bug #1036707 (made by cyx): Get rid of _verbCharset, so that ↵ | Max Horn | |
we use the correct font for verbs in COMI, with the correct spacing svn-id: r25249 | |||
2006-12-11 | Fix error when exiting original options screen of COMI. BlastObjects are ↵ | Travis Howell | |
removed, right after checking for load/save game, in original COMI. svn-id: r24833 | |||
2006-11-13 | Moved more SMUSH/Insane code from ScummEngine_v6 to ScummEngine_v7 | Max Horn | |
svn-id: r24710 | |||
2006-11-13 | Patch from bug #1584888 (SMUSH: Too dependent on accurate timers). Watch out ↵ | Max Horn | |
for regressions in SMUSH movie playback / syncing svn-id: r24709 | |||
2006-11-04 | SCUMM cleanup | Max Horn | |
svn-id: r24612 | |||
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn | |
svn-id: r24395 | |||
2006-10-18 | SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory ↵ | Max Horn | |
related stuff in object.cpp svn-id: r24368 | |||
2006-10-18 | SCUMM: walbox related cleanup | Max Horn | |
svn-id: r24365 | |||
2006-10-15 | oops | Max Horn | |
svn-id: r24326 | |||
2006-10-15 | Replaced function level static variable (YUCK) called 'sentence' by ↵ | Max Horn | |
ScummEngine_v2:_sentenceBuf svn-id: r24324 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-07 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r24177 | |||
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to ↵ | Max Horn | |
processKeyboard() svn-id: r24176 | |||
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of ↵ | Max Horn | |
a new member _smushActive of ScummEngine_v7 svn-id: r24175 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-10-07 | Some more processKeyboard splitting | Max Horn | |
svn-id: r24167 | |||
2006-10-07 | Further split processKeyboard code, moving stuff specific to some SCUMM ↵ | Max Horn | |
version into the resp. subclass of ScummEngine svn-id: r24166 | |||
2006-10-07 | Moved SCUMM keyboard handling code from processInput() to the new ↵ | Max Horn | |
(sub)method processKeyboard svn-id: r24165 | |||
2006-10-04 | o2_animateActor is essentially identical to o5_animateActor -- removed in ↵ | Max Horn | |
favor of the latter svn-id: r24115 | |||
2006-09-18 | Split setBuiltinCursor into a V0-V2 and a V3-V5 part | Max Horn | |
svn-id: r23935 | |||
2006-09-09 | Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter | Max Horn | |
svn-id: r23857 | |||
2006-07-24 | Fix bug #1496523 - MM: Weird Ed appears backwards at door | Travis Howell | |
svn-id: r23589 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-06-19 | Add patch for bug #1507856 - INDY3 VGA: Crashes in Sewer | Travis Howell | |
svn-id: r23177 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-04-29 | Moved AKOS stuff to class ScummEngine_v6 | Max Horn | |
svn-id: r22229 | |||
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ↵ | Max Horn | |
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data. * Doing this, split scummInit into setupScumm and resetScumm methods * Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing) * Renmaed various setup???Palette methods to set???Palette * Some minor cleanup / tweaks svn-id: r22227 |