aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-05-14Fix bug #2791699 - Feeble Files: Crash after OmniTV video.Travis Howell
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-14CleanupFilippos Karapetis
2009-05-14SCI: Renamed GF_SCI0_BEFORE_* macros to GF_FOR_SCI0_BEFORE_* (to emphasise th...Max Horn
2009-05-14SCI: Message: fix K_MESSAGE_SIZEWalter van Niftrik
2009-05-14Correct typo.Travis Howell
2009-05-14Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5...Filippos Karapetis
2009-05-14- Removed SCI_VERSION_FTU_NEW_GETTIMEFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-14- Enabled the code which puts the text inside the screen if it doesn't fit fo...Filippos Karapetis
2009-05-14Minor corrections.Travis Howell
2009-05-14Removed the hack used to check for the existence of the CantBeHere() selectorFilippos Karapetis
2009-05-14Expand dump image code to cover all games, and add options to the debugger.Travis Howell
2009-05-13SCI: Fixes a crash when loading SCI1.1 views without palette.Walter van Niftrik
2009-05-13Simplified and re-enabled the debug code that shows pixmaps on screen and mov...Filippos Karapetis
2009-05-13SCI: Message: Added a few more subfunctions; cleanup.Walter van Niftrik
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-13Fixed regression in SCI1 games from commit #40518Filippos Karapetis
2009-05-13Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ...Paul Gilbert
2009-05-13Normalized types for several variables. FormattingEugene Sandulenko
2009-05-13Moved the construction of _sound and _music to the constructor, in case the r...Paul Gilbert
2009-05-12SCI: cleanupMax Horn
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax Horn
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12Surely this function is supposed to return -2 when the memory allocationTorbjörn Andersson
2009-05-12Rearranged all the different version checks based on SCI version in versions....Filippos Karapetis
2009-05-12When source and destination are the same, there is no need to strcpy(). In factTorbjörn Andersson
2009-05-12Clarification of a comment.Johannes Schickel
2009-05-12Fixed what looks like an obvious error in loadSong() that Valgrind caught.Torbjörn Andersson
2009-05-12Performed some cleanup on the different version checksFilippos Karapetis
2009-05-12Fall back to plain OPL2 emulation, when Dual OPL2 isn't available.Johannes Schickel
2009-05-12- Add support for selecting the OPL emulator being used (config entry: "opl_d...Johannes Schickel
2009-05-12SCI: Fixed a valgrind warning.Walter van Niftrik
2009-05-12Cleanup.Johannes Schickel
2009-05-12Formatting.Johannes Schickel
2009-05-12Add proper error checking in file parsing code.Johannes Schickel
2009-05-12Change script file loading code to use Common::IFFParser instead of a self wr...Johannes Schickel
2009-05-12Removed some unused codeFilippos Karapetis
2009-05-12set resource version for LSL6 low-res CD version as well + update language co...Joost Peters
2009-05-12SCI: Sound: Send signal immediately for currently unsupported fade-and-continue.Walter van Niftrik
2009-05-12SCI: Set resource version for LSL6 floppy (autodetection fails).Walter van Niftrik
2009-05-12Fix strncpy usage.Johannes Schickel
2009-05-12SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...Walter van Niftrik
2009-05-12Cleanup.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-12SCI: Message: Added resource-internal recursion (currently untested).Walter van Niftrik
2009-05-12Changed the hardcoded 'Parler de..' string in the conversation dialog to use ...Paul Gilbert
2009-05-12Replace verb numbers with constants in selectVerb() callEugene Sandulenko