aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-08Move some more bits into namespace ScummMax Horn
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-08Cleanup.Torbjörn Andersson
2006-04-08Began collecting hard-coded language-specific strings in a new initLanguage()Torbjörn Andersson
2006-04-08Cleanup.Torbjörn Andersson
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
2006-04-08Added helper functions getNextByte(), getNextWord() and getNextString() to makeTorbjörn Andersson
2006-04-08Remove debug leftoverTravis Howell
2006-04-08Fix load game display of oracle in FFTravis Howell
2006-04-08Remove excess ; in scrollEvent()Travis Howell
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
2006-04-07New Loom version reported by Peter EckerleinMax Horn
2006-04-07Finally got rid of multiple_versions_md5_settings in favor of extra_versionsMax Horn
2006-04-07Minor cleanupTravis Howell
2006-04-07Cleanup and split scrolling codeTravis Howell
2006-04-07Add scrolling adjustments when drawing overlay in FFTravis Howell
2006-04-07Add scrolling code for oracle in FFTravis Howell
2006-04-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
2006-04-07Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. Fix...Travis Howell
2006-04-07Fix subtitle output in FFTravis Howell
2006-04-07This may look like a less good way of transforming three bits of colour intoTorbjörn Andersson
2006-04-07Ooops, cut and paste error in printScreenText()Travis Howell
2006-04-07Add some work on text output in FFTravis Howell
2006-04-07Small cleanup.Torbjörn Andersson
2006-04-06Added opcode comments and stubs based on information sev provided me with. AllTorbjörn Andersson
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