aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-03The setCursor selector is no longer used for the detection of the kSetCursor(...Filippos Karapetis
2010-06-03Fixed compilationFilippos Karapetis
2010-06-03Moved several object-related defines inside vm.h into segment.h, where the Ob...Filippos Karapetis
2010-06-03Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...Paul Gilbert
2010-06-02Fix a regression from r49377 - we should be checking against code in addition...Matthew Hoops
2010-06-02Fixed regression from commit #49332 (merging of the SCI0 and SCI11 relocate f...Filippos Karapetis
2010-06-02In Riven, if we get a change card opcode on a mouse down event, ignore the ne...Matthew Hoops
2010-06-02- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...Filippos Karapetis
2010-06-02If we can't find the game object or game ID in fallback detection, break out ...Matthew Hoops
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-06-02Fix warningMax Horn
2010-06-01Fixed the detection of SCI2.1 games in the fallback detectorFilippos Karapetis
2010-06-01Add support for SCI2.1 resource patches to the fallback detectorFilippos Karapetis
2010-06-01Fix videos in Riven activated from a different card from which they are playe...Matthew Hoops
2010-06-01Stop reconstructing the engine state when restoring, but reset it insteadFilippos Karapetis
2010-06-01SCI: Fix malloc<->new mismatch in SysStrings, try to increase readabilityMax Horn
2010-06-01The parser vocabulary remains static throughout the game, thus it has been re...Filippos Karapetis
2010-06-01The system strings segment is a fixed segment of the segment manager, which d...Filippos Karapetis
2010-05-31Added a new console command, verify_scripts, used for sanity checking of SCI1...Filippos Karapetis
2010-05-31Merged all the script relocation code inside script_instantiate(), and change...Filippos Karapetis
2010-05-31Wrote the initialization code for the exports and synonyms table to make more...Filippos Karapetis
2010-05-31Fix change in r49356, Common::strlcpy should only be used on zero terminated ...Johannes Schickel
2010-05-31Fix for DW2 engine abort with message "Cannot find file hienergy.sc!".David Turner
2010-05-31SCI: break on anything, warn on anything but spaces in kReadNumberMartin Kiewitz
2010-05-31Fixed operator precedence warningFilippos Karapetis
2010-05-31Fix warning, whitespaceWillem Jan Palenstijn
2010-05-31SCI: Silenced warning when no audio decoder is compiled inFilippos Karapetis
2010-05-31Hopefully fixed compilationFilippos Karapetis
2010-05-31The code that loads saved game from the launcherFilippos Karapetis
2010-05-31SCI: added TODO at kReadNumber space codeMartin Kiewitz
2010-05-31In progress work implementing the animation playerPaul Gilbert
2010-05-31The save/load object init code is now unified with the regular object init codeFilippos Karapetis
2010-05-31SCI: skip spaces in kReadNumber - this happens in lsl3 introMartin Kiewitz
2010-05-31SCI: when getting invalid chars in kReadNumber don't error() out, but create ...Martin Kiewitz
2010-05-31Merged several script instantiation-related functions inside script_instantia...Filippos Karapetis
2010-05-31CleanupFilippos Karapetis
2010-05-31Slight cleanupFilippos Karapetis
2010-05-30Limited access to the script export table and synonyms blockFilippos Karapetis
2010-05-30SCI: Merge setLockers(1) call into Script::initMax Horn
2010-05-30SCI: Script exports and synonyms are now initialized when a script is loaded....Filippos Karapetis
2010-05-30Add md5's for Myst ME and Riven DVD French.Matthew Hoops
2010-05-30CleanupFilippos Karapetis
2010-05-30CleanupFilippos Karapetis
2010-05-30- Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions inside ...Filippos Karapetis
2010-05-30kScriptID can be used to load scripts with no exports. Don't throw warnings i...Filippos Karapetis
2010-05-30Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1...Filippos Karapetis
2010-05-30Unified the script loading code, and marked an issue with the SCI11 heap addr...Filippos Karapetis
2010-05-30Made load_script() a member of the Script classFilippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-30Fixed findGameObject() for SCI11 gamesFilippos Karapetis