Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-22 | Switch to debug channel | Travis Howell | |
svn-id: r14678 | |||
2004-08-21 | Removed some obsolete TODO comments | Max Horn | |
svn-id: r14669 | |||
2004-08-21 | Skip copy protection screen in indy3ega. | Travis Howell | |
svn-id: r14663 | |||
2004-08-21 | Change to allow FM Towns platform to be used with later games | Travis Howell | |
svn-id: r14658 | |||
2004-08-20 | Enable original method of skipping copy protection | Travis Howell | |
svn-id: r14645 | |||
2004-08-14 | Modified VirtScreen to inherit from Graphics::Surface, and added ↵ | Max Horn | |
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612 | |||
2004-08-14 | Add suggested fix for bug #1008466 - MI1VGA: Guybrush not scaled properly | Travis Howell | |
svn-id: r14589 | |||
2004-07-27 | Not needed, invalid in Loom[ega] | Travis Howell | |
svn-id: r14353 | |||
2004-07-26 | One last hack to allow demo script in V2 Maniac Mansion. | Travis Howell | |
svn-id: r14335 | |||
2004-07-26 | Not quite right spot. | Travis Howell | |
svn-id: r14331 | |||
2004-07-26 | VAR_SOUND_RESULT should be reset. | Travis Howell | |
svn-id: r14330 | |||
2004-07-25 | Merge palette functions. | Travis Howell | |
svn-id: r14324 | |||
2004-07-24 | Ooops commited wrong branch. | Travis Howell | |
svn-id: r14314 | |||
2004-07-24 | A few HE games are supported now. | Travis Howell | |
svn-id: r14313 | |||
2004-07-23 | Add more details | Travis Howell | |
svn-id: r14305 | |||
2004-07-23 | Mention method used to skip copy protection in original Loom | Travis Howell | |
svn-id: r14304 | |||
2004-07-22 | Should not be set for any scumm3 games. | Travis Howell | |
svn-id: r14299 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
2004-05-02 | Applied my suggested fix for #933168, since I'm tired of waiting for | Torbjörn Andersson | |
feedback. It *is* a bit of a hack, but it does emulate the old behaviour, and we can always make a better fix later, if there is one. svn-id: r13747 | |||
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile ↵ | Max Horn | |
class provides this functionality now svn-id: r13597 | |||
2004-04-05 | Replaced FIXME with proper explanation and code (the previous hack was ↵ | Max Horn | |
actually correct, just incomplete) svn-id: r13477 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
2004-04-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-03-17 | Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this ↵ | Max Horn | |
may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325 | |||
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter ↵ | Max Horn | |
-- reflect that in the name) svn-id: r13301 | |||
2004-03-15 | clearMsgQueue now just is a synonym for stopTalk -> remove it | Max Horn | |
svn-id: r13300 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-02-26 | Work around music glitch in Monkey Island 2: | Torbjörn Andersson | |
In the scene where Largo is speaking to Mad Marty, the Woodtick music often resumes way before Largo's theme has finished. With this workaround, it waits until Largo's theme has definitely finished before starting the Woodtick music again. I wouldn't have done it this way if I hadn't been almost positive that it's a script bug, rather than an iMUSE bug. svn-id: r13061 | |||
2004-02-22 | This should fix zak lotto bug correctly. | Travis Howell | |
svn-id: r12989 | |||
2004-02-22 | Code is required, according to disasm. | Travis Howell | |
svn-id: r12987 | |||
2004-01-31 | renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵ | Max Horn | |
requestLoad/requestSave svn-id: r12691 | |||
2004-01-16 | Fix for bug #862263 - Maniac actors never stop talking. I know this could ↵ | James Brown | |
probably be neater :) svn-id: r12430 | |||
2004-01-15 | use Rect in struct VerbSlot | Max Horn | |
svn-id: r12413 | |||
2004-01-11 | changed the name of the former removeObjectFromRoom yet again, to ↵ | Max Horn | |
markObjectRectAsDirty - that describes its functionality more accurately, I hope :-) svn-id: r12326 | |||
2004-01-11 | renamed removeObjectFromRoom to forceObjectRedraw | Max Horn | |
svn-id: r12325 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-05 | more cleanup | Max Horn | |
svn-id: r12161 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2004-01-04 | cleanup | Max Horn | |
svn-id: r12139 | |||
2004-01-03 | renamed updateDirtyRect to markRectAsDirty (because that's what it really ↵ | Max Horn | |
does); used virtual screen id constants in more places svn-id: r12122 | |||
2004-01-03 | removed unused param in initScreens | Max Horn | |
svn-id: r12119 | |||
2003-12-26 | got rid of those _maxFOO macros, replaced them by access to the equivalent ↵ | Max Horn | |
_numFOO variables svn-id: r11953 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11924 | |||
2003-12-25 | cleanup; fix File::open usage (do not hardocde constant values, rather use ↵ | Max Horn | |
the symbolic namescvs diff | bbeditcvs diff | bbedit svn-id: r11911 | |||
2003-12-17 | Patch #861716: palManipulateInit for V6 games (I modified the patch a bit) | Max Horn | |
svn-id: r11718 | |||
2003-12-06 | Fix for bug #795937 (MI1demo: plank behind the kitchen); cleanup | Max Horn | |
svn-id: r11522 | |||
2003-11-16 | changed some shift operators to *, / | Paweł Kołodziejski | |
svn-id: r11315 | |||
2003-11-16 | replaced constans with names | Paweł Kołodziejski | |
svn-id: r11312 | |||
2003-11-14 | Fixed regression introduced in revision 1.206 that broke parameter handling | Torbjörn Andersson | |
in o5_matrixOps(). This fixes bug #841885. svn-id: r11294 |