aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-06Renamed last LaTeX filesMax Horn
2006-04-06Renamed even more LaTeX files (those names might not be the best, but the sec...Max Horn
2006-04-06Updated 'credits' target to generate correct LaTeX fileMax Horn
2006-04-06Renamed more LaTeX filesMax Horn
2006-04-06Started to rename the LaTeX files based on their content instead of their num...Max Horn
2006-04-06Moved the TODO to the WikiMax Horn
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