aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-15SCI: Turned several script related SegManager methods into Script methodsMax Horn
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-15Bugfix to saving the width of a cached background area - the previous code wa...Paul Gilbert
2009-05-15Corrected saving/loading of cached background areasPaul Gilbert
2009-05-15Bugfix to prevent off-screen areas from being restored by restoreBackgroundPaul Gilbert
2009-05-15LOL: implemented pit drop animationFlorian Kagerer
2009-05-15Yet another strcpy() where source and destination may be the same...Torbjörn Andersson
2009-05-15Fixes for the backupBackground method when X < 0Paul Gilbert
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-05-15Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's n...Paul Gilbert
2009-05-15Removed standard library includes - they were marked with a FIXME to remove, ...Paul Gilbert
2009-05-15Fixed a memory leak in the new unified decodeGfxUnified decoder methodPaul Gilbert
2009-05-15Converted some code from fopen to Common::File - it's not currently used, but...Paul Gilbert
2009-05-15Fix bug #2791846 - SAMNMAX: Invalid opcode (regression).Travis Howell
2009-05-14SCI: Fixed restoring scripts when loading a SCI 1.1 savestateMax Horn
2009-05-14SCI: cleanupMax Horn
2009-05-14SCI: Added a paranoia check to find_unique_script_block which causes us to ba...Max Horn
2009-05-14SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting...Max Horn
2009-05-14SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...Max Horn
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year...Max Horn
2009-05-14SCI: A provisional fix for the "invalid selector" problem in KQ6 and otherWalter van Niftrik
2009-05-14Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ...Filippos Karapetis
2009-05-14CleanupFilippos Karapetis
2009-05-14Only load used palette entries with SCI1/11Willem Jan Palenstijn
2009-05-14Fixed SQ3 Amiga by hardcoding the resource version (automatic resource versio...Filippos Karapetis
2009-05-14Fixed regression in EGA gamesFilippos Karapetis
2009-05-14Added a parameter to the graphics resource manager to determine if the runnin...Filippos Karapetis
2009-05-14Added the EGA version of Longbow, and partially reverted my previous commit. ...Filippos Karapetis
2009-05-14- Added a new game flag to distinguish SCI1 EGA versionsFilippos Karapetis
2009-05-14Fixed regression with SCI1.1 gamesFilippos Karapetis
2009-05-14Updated the MSVC project files of the SCI engineFilippos Karapetis
2009-05-14Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe...Filippos Karapetis
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-13Updated the MSVC project files of the SCI engineFilippos Karapetis
2009-05-13Simplified and re-enabled the debug code that shows pixmaps on screen and mov...Filippos Karapetis
2009-05-13Fix all occurrences of AdLib spelling:Johannes Schickel
2009-05-13Whitespace fixEugene Sandulenko