aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-19Increased the amount of space for storing background filenames to fix memory ...Paul Gilbert
2010-02-19Fix for bug #2954286 "Gob: ScummVM quits on pause".Johannes Schickel
2010-02-19Fix for bug #2954279 "KYRA: Error when loading non-existent savegame".Johannes Schickel
2010-02-19tinsel: Add detection for Discworld 1 floppy EUR versionFabio Battaglia
2010-02-18Mohawk : Update with work on Myst EXIT opcodes to work out purpose.David Turner
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-17SCI: Remove hack in convertSierraGameId which caused a memory leakMax Horn
2010-02-17Implement stopMovie() for Riven. Fixes some dome related videos.Matthew Hoops
2010-02-17fixed "Cannot use rake on grass - ID: 2953464"Vladimir Menshakov
2010-02-17Mohawk : Adding resource cache class and integrating into Myst engine.David Turner
2010-02-17Use Common::KEYCODE_* instead of ASCII values for keycode comparison.Johannes Schickel
2010-02-17Use Common::KeyCode instead of int as key type for KeyMap.Johannes Schickel
2010-02-17Fix gcc warning.Johannes Schickel
2010-02-17Implemented player sprite loading portion of scene enter codePaul Gilbert
2010-02-17Cleanup handling of the telescope cover combination; matches the original alg...Matthew Hoops
2010-02-16Fascination - Fix syntax (clone2727)Arnaud Boutonné
2010-02-16Implement xgwatch so you can now find out the combination to free Catherine.Matthew Hoops
2010-02-16Implement xpisland990_elevcombo which allows you to free Catherine.Matthew Hoops
2010-02-16Fix typo in the ospit->tspit linking book RMAP code.Matthew Hoops
2010-02-16Move Riven variable randomization to initVars() and implement randomization f...Matthew Hoops
2010-02-16Add a workaround for two 'spare' variables that can exist in some save files.Matthew Hoops
2010-02-16Correct a rogue typo.Matthew Hoops
2010-02-15Playtoons - "Fascination" workaround for text is also required for Playtoons.Arnaud Boutonné
2010-02-15SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations.Matthew Hoops
2010-02-15TINSEL: Cleanup the 'script workaround' code a bit.Max Horn
2010-02-15SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk...Max Horn
2010-02-15SCI: Remove sound/audio.h include from engine/state.hMax Horn
2010-02-14Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...David Turner
2010-02-14Fascination - Put correct protracker functions as Paula now accept sample siz...Arnaud Boutonné
2010-02-14Fixed typoFilippos Karapetis
2010-02-14Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...Filippos Karapetis
2010-02-14Add support for samples > 32kb to Paula chip emulation code.Max Horn
2010-02-14Remove an obsolete TODO.Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-02-13Fascination: REAL fix. Thanks DrMcCoy.Arnaud Boutonné
2010-02-13Fix a crash in previous commitArnaud Boutonné
2010-02-13Fascination:Arnaud Boutonné
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabledMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-13Cruise detection entry for english AtariST KixxXL editionFabio Battaglia
2010-02-13SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::...Max Horn
2010-02-13SCI: Remove unused PARSE_HEAP_SIZEMax Horn
2010-02-13Document Normal2xAspectMax Horn