aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08Add comments explaining what does EN_ANY meanEugene Sandulenko
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-08Change check for MIN/MAX macros: Always undef those so that our templates are...Max Horn
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
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-08Moved version vars from base/main.cpp to base/version.cpp; thus now version.o...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
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-07Cache the root node (cause a major speedup on OSX, since by far the slowes pa...Max Horn
2006-04-07Fix compileWon Star
2006-04-07GP32 uses custom version of libtremor, so update header path.Won Star
2006-04-07Fix compile with GP32 by overriding datatypes.Won Star
2006-04-07Disable i/o cache which is incomplete and can cause serious problem with SMC.Won Star
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