Age | Commit message (Expand) | Author |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-30 | Fix subtitle regressions in The Dig. | Travis Howell |
2008-04-30 | Ooops, missed one difference. | Travis Howell |
2008-04-30 | The Dig (Second release) used similar charset code to COMI. This could cause ... | Travis Howell |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir |
2007-12-02 | don't call actorWalkStep if all an actor have to do is turning to a new direc... | Gregory Montoir |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-29 | Fix for bug #774783 - INDY3: problems in Berlin with Hitler (submitted after ... | Filippos Karapetis |
2007-05-27 | Fix bug #1726115 - FREDDI1: Tiny graphics glitch when reading message. | Travis Howell |
2007-05-21 | Fix bug #1722330 - FREDDI: Minor graphics glitch on Mac OS X. | Travis Howell |
2007-04-15 | fixed warning | Paweł Kołodziejski |
2007-04-15 | simplification (_useTalkAnims is not used in >= V7) | Gregory Montoir |
2007-04-15 | Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 func... | Gregory Montoir |
2007-03-12 | Removing this old workaround: It no longer works, and causes an infinite loop... | Max Horn |
2007-03-12 | Fix a discrepancy between our V3 walking code and disasm (besides, using dest... | Max Horn |
2007-03-12 | Get rid of initActorClass | Max Horn |
2007-03-11 | A long time ago, in a virtual machine far, far away... | Max Horn |
2007-03-10 | SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2 | Max Horn |
2007-03-06 | Add support for the New Kid verb option in Apple II and Commodore 64 verisons... | Travis Howell |
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell |
2007-02-18 | Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro) | Max Horn |
2007-02-15 | Introduced V12_X_SHIFT / V12_Y_SHIFT | Max Horn |
2007-02-04 | Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac... | Max Horn |
2007-02-03 | Removed _actorPos locat vars, and instead use _pos directly | Max Horn |
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn |
2007-01-05 | Since Actor::initActor is now virtual, it shouldn't be called directly from t... | Gregory Montoir |
2006-12-25 | Introduced ActorOldWalk subclass of Actor (for V1-V3 walk code) | Max Horn |
2006-12-25 | SCUMM: Added ActorC64 subclass of Actor, and added a note stating that _miscf... | Max Horn |
2006-12-25 | Changed ScummEngine::_actors from an Actor array to a an array of Actor point... | Max Horn |
2006-12-21 | fixed bug #1620023 (script calls putActorAtXY with y == -1) | Gregory Montoir |
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn |
2006-10-29 | cleanup | Max Horn |
2006-10-19 | SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi... | Max Horn |
2006-10-18 | SCUMM: reordered contents of actor.cpp, grouping methods in a hopefully somew... | Max Horn |
2006-10-18 | SCUMM: walbox related cleanup | Max Horn |
2006-09-23 | Removed CHECK_HEAP | Max Horn |
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c... | Max Horn |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-09-16 | cleanup; remove check whether _costume is valid, as that is already done by g... | Max Horn |
2006-07-24 | Fix bug #1527630 - ZAK FM-TOWNS: Actor (Caponian) picks wrong line | Travis Howell |
2006-07-11 | Remove out dated comment | Travis Howell |
2006-07-10 | Restrict recent walk code changes to to exact SCUMM versions required, to pre... | Travis Howell |
2006-07-10 | Fix actor glitches in the stomach location of pajama3 | Travis Howell |
2006-07-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn |