aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-04-06Fixed another "worked in cinE, broken in ScummVM" bug that made it impossibleTorbjörn Andersson
2006-04-06We don't need to convert mono data to stereo: Simply tell the mixer that we'reTorbjörn Andersson
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
2006-04-06Revert structure size changes, size expanded in readItemChildren()Travis Howell
2006-04-06Rename structures and correct array sizesTravis Howell
2006-04-06CleanupTravis Howell
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
2006-04-06Minor cleanup and fixes for FFTravis Howell
2006-04-06Add some work on scrolling in FFTravis Howell
2006-04-06Fix inventory hitareas in FFTravis Howell
2006-04-06Add more icon differences in FF and cleanupTravis Howell
2006-04-05Use English strings for the system and confirm menus, to be consistent with theTorbjörn Andersson
2006-04-05Fixed bug in loadObject() where the data pointer was only advanced for theTorbjörn Andersson
2006-04-05I don't think assert(0) is a particularly helpful error message...Torbjörn Andersson
2006-04-05Fix character spacing in text blurbs.Eugene Sandulenko
2006-04-05Renames structures and other cleanupTravis Howell
2006-04-05Added SVN keywords, and removed inclusion of <sys/stat.h>.Torbjörn Andersson
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
2006-04-05Add back lost bitFlag check in listSaveGames()Travis Howell
2006-04-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
2006-04-04Fix freddicove detection.Eugene Sandulenko
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Fix md5 for German IHNMEugene Sandulenko
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
2006-04-04Completed disassembly of the Lure pathfinding codePaul Gilbert
2006-04-04o_printStr() always uses box1 for FFTravis Howell
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
2006-04-04Add skipSpeech difference in FFTravis Howell
2006-04-04Add verb codes differences in FFTravis Howell
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
2006-04-04Adjust clear/restore window for FFTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-04-04Work around glitchy drawing of the Oracle icon, after discussing with Kirben.Torbjörn Andersson
2006-04-04Remove debug left overTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-04-03Add initial support for oracle icons in FFTravis Howell
2006-04-03Removing outdated and obsolete commentMax Horn
2006-04-03Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'Max Horn
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...Travis Howell
2006-04-03Added variant string for some HE gamesMax Horn
2006-04-03Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp.Torbjörn Andersson
2006-04-02Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. ApartTorbjörn Andersson
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-01TypoMax Horn
2006-04-01Simplified loading of startup.infTorbjörn Andersson
2006-04-01Guard against too many entries in resource.inf, since there has been a TODOTorbjörn Andersson
2006-04-01Simplified the loading of resource.infTorbjörn Andersson