aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-04-06Fixed another "worked in cinE, broken in ScummVM" bug that made it impossibleTorbjörn Andersson
to interact with the objects in the second room. We were passing the wrong pointer to gfxConvertSpriteToRaw() in loadCt(), causing page3Raw (which I believe is an "image" mapping screen coordinates to objects) to be wrong. svn-id: r21646
2006-04-06We don't need to convert mono data to stereo: Simply tell the mixer that we'reTorbjörn Andersson
generating mono data, and let it worry about how to handle it. svn-id: r21645
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
pointers for decoding them, like we do in most other engines. And I just want to say that this is the second biggest opcode table I've ever seen! svn-id: r21644
2006-04-06Revert structure size changes, size expanded in readItemChildren()Travis Howell
svn-id: r21642
2006-04-06Rename structures and correct array sizesTravis Howell
svn-id: r21641
2006-04-06CleanupTravis Howell
svn-id: r21640
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
svn-id: r21639
2006-04-06Minor cleanup and fixes for FFTravis Howell
svn-id: r21638
2006-04-06Add some work on scrolling in FFTravis Howell
svn-id: r21637
2006-04-06Fix inventory hitareas in FFTravis Howell
svn-id: r21636
2006-04-06Add more icon differences in FF and cleanupTravis Howell
svn-id: r21635
2006-04-05Use English strings for the system and confirm menus, to be consistent with theTorbjörn Andersson
command menu. There are still some other hard-coded French messages in the code, though. svn-id: r21634
2006-04-05Fixed bug in loadObject() where the data pointer was only advanced for theTorbjörn Andersson
objects that were actually loaded from the file, not the ones that were skipped. This bug was introduced when porting cinE to the ScummVM framework, and would cause Future Wars to crash after the copy protection screen. Quite possibly other bugs, as well. svn-id: r21632
2006-04-05I don't think assert(0) is a particularly helpful error message...Torbjörn Andersson
svn-id: r21630
2006-04-05Fix character spacing in text blurbs.Eugene Sandulenko
svn-id: r21629
2006-04-05Renames structures and other cleanupTravis Howell
svn-id: r21626
2006-04-05Added SVN keywords, and removed inclusion of <sys/stat.h>.Torbjörn Andersson
svn-id: r21623
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622
2006-04-05Add back lost bitFlag check in listSaveGames()Travis Howell
svn-id: r21621
2006-04-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
svn-id: r21619
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04Fix freddicove detection.Eugene Sandulenko
svn-id: r21610
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
svn-id: r21608
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
it in several calls to avoid duplication!!11! svn-id: r21607
2006-04-04Fix md5 for German IHNMEugene Sandulenko
svn-id: r21606
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
svn-id: r21604
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
svn-id: r21602
2006-04-04Completed disassembly of the Lure pathfinding codePaul Gilbert
svn-id: r21593
2006-04-04o_printStr() always uses box1 for FFTravis Howell
svn-id: r21592
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
svn-id: r21591
2006-04-04Add skipSpeech difference in FFTravis Howell
svn-id: r21590
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
svn-id: r21588
2006-04-04Adjust clear/restore window for FFTravis Howell
svn-id: r21587
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21586
2006-04-04Work around glitchy drawing of the Oracle icon, after discussing with Kirben.Torbjörn Andersson
But it's still unclear *why* the first 16 bytes should be skipped; hence the Big Scary Comment (tm). svn-id: r21585
2006-04-04Remove debug left overTravis Howell
svn-id: r21584
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21583
2006-04-03Add initial support for oracle icons in FFTravis Howell
svn-id: r21579
2006-04-03Removing outdated and obsolete commentMax Horn
svn-id: r21578
2006-04-03Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'Max Horn
svn-id: r21577
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵Travis Howell
default cursor too. svn-id: r21576
2006-04-03Added variant string for some HE gamesMax Horn
svn-id: r21574
2006-04-03Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp.Torbjörn Andersson
svn-id: r21573
2006-04-02Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. ApartTorbjörn Andersson
from being unnecessary, the result of strcpy() on overlapping memory areas is unpredictable. svn-id: r21562
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-04-01TypoMax Horn
svn-id: r21540
2006-04-01Simplified loading of startup.infTorbjörn Andersson
svn-id: r21538
2006-04-01Guard against too many entries in resource.inf, since there has been a TODOTorbjörn Andersson
comment about that (removed in the previous commit) since roughly forever. svn-id: r21536
2006-04-01Simplified the loading of resource.infTorbjörn Andersson
svn-id: r21533