aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-04-10Slight change to make it easier to change the FF and Simon word-wrapping rulesTorbjörn Andersson
2006-04-10Use our standard save file manager class to read and write the save games,Torbjörn Andersson
2006-04-10Fixed line breaking regression caused by adding the width of the word a secondTorbjörn Andersson
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
2006-04-09Changed the precedence of the MD5 overrides (highest priority: config file, t...Max Horn
2006-04-09Removed some obsolete codeMax Horn
2006-04-09Added gameFilenamesTable (currently unused, and hence disabled)Max Horn
2006-04-09Moved GameSettings to namespace Cine; moved savePath to various.cppMax Horn
2006-04-09Oops.Torbjörn Andersson
2006-04-09Fixed excess line breaks in FF when listing the Oracle's ENCY articles.Torbjörn Andersson
2006-04-09Fix some line breaks in oracle of FFTravis Howell
2006-04-09Fix hitareas when scrolling in oracle of FFTravis Howell
2006-04-09Casting an array of integers to a pointer to a struct seems like a pretty hackyTorbjörn Andersson
2006-04-09Fix input regression after using oracle in FFTravis Howell
2006-04-09Add font table for FFTravis Howell
2006-04-09Disable constant display of object names, since oracle settings are usable in...Travis Howell
2006-04-09Minor cleanup, but savegames still don't work as well as I had hoped...Torbjörn Andersson
2006-04-09Enable skipping scrolling in oracle for FFTravis Howell
2006-04-09Fixed savegame saving/loading. I haven't done anything about the userTorbjörn Andersson
2006-04-09Fix clearing text window in oracle of FFTravis Howell
2006-04-09Fix mistake in debug table for FFTravis Howell
2006-04-09Update debug table for FFTravis Howell
2006-04-09Add time code for FF and minor cleanupTravis Howell
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
2006-04-09Fix regression introduced by removing of GF_HE_CURSORLESS feature flag.Eugene Sandulenko
2006-04-09Clarify UK/US language for those HE demos which UK versions we have reported.Eugene Sandulenko
2006-04-09Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...Max Horn
2006-04-09Specify UK/US version for PuttTime since we have UK version reported for it.Eugene Sandulenko
2006-04-09Clarify language for several UK HE releasesEugene Sandulenko
2006-04-08Properly translate Common::Language values for V0-V2 games, tooMax Horn
2006-04-08Properly translate Common::Language values for COMIMax Horn
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
2006-04-08Removed dupliate entry from extra_versions tableMax Horn
2006-04-08Our extra_versions table is a bit too eager in some cases to assign platform ...Max Horn
2006-04-08Some more Operation Stealth changes. Mostly stubs.Torbjörn Andersson
2006-04-08This is probably what o1_removeLabel() should do. Is it used anywhere?Torbjörn Andersson
2006-04-08Made the "gotoIf" opcodes slightly easier to read.Torbjörn Andersson
2006-04-08Make the warning message for undefined opcodes slightly clearer.Torbjörn Andersson
2006-04-08Fixed two Operation Stealth regressions:Torbjörn Andersson
2006-04-08Renamed some local variables for consistency.Torbjörn Andersson
2006-04-08Split the opcodes into individual functions. This could easily causeTorbjörn Andersson
2006-04-08Add FF difference in addTextBox() and minor cleanupTravis Howell
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...Max Horn
2006-04-08Removed common/map.h with the Common::Map template class (it was a very bad i...Max Horn
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