aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
2010-05-30Clarify reasoning behind hack in Script::scriptRelocate()Lars Skovlund
2010-05-29Limit access to the _classTable array (now it's directly accessible only insi...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-29SCI: Merge Script::relocateBlock and Object::relocateMax Horn
2010-05-29SCI: Make Script::_exportTable const (yay :-)Max Horn
2010-05-29CleanupFilippos Karapetis
2010-05-29Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work...Filippos Karapetis
2010-05-29Removed the hack inside findGameObject(), and replaced it with code from the ...Filippos Karapetis
2010-05-29Fixed regression in SCI2-SCI21 games from commit 49308Filippos Karapetis
2010-05-29Added a method to the resource manager, to limit the places where script expo...Filippos Karapetis
2010-05-29Fixed potential memory leak found by cppcheck. Though I'm guessing that if thisTorbjörn Andersson
2010-05-28Silenced some superfluous warnings in KQ5CDFilippos Karapetis
2010-05-28Added some more info when severe script errors occurFilippos Karapetis
2010-05-28Cleaned up detectGfxFunctionsType() slightly, and made it work for Hoyle 1 an...Filippos Karapetis
2010-05-28CleanupFilippos Karapetis
2010-05-28Added comments to kMergePoly()Filippos Karapetis
2010-05-28Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon...Filippos Karapetis
2010-05-28Clarified variable usage for sequence list entry indexesPaul Gilbert
2010-05-28Implemented needed methods for scrolling surfaces horizontally or verticallyPaul Gilbert
2010-05-28SCI: read out vol selector on initSound/playSound for sci1early (soundversion...Martin Kiewitz
2010-05-27SCI: disabling music fading again, but only for sci32 - drivers seem to have ...Martin Kiewitz
2010-05-27SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma...Martin Kiewitz
2010-05-27Fix starting GK1.Matthew Hoops
2010-05-27SCI: removing tab from vo output (debug console)Martin Kiewitz
2010-05-27SCI: fixing -propDict- selector on instances to contain -propDict- of the cor...Martin Kiewitz
2010-05-27Added an explanation for audio36 and sync36 external patchesFilippos Karapetis
2010-05-27SCI: fixing resuming samples - fixes hang when ship is flying away happening ...Martin Kiewitz
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-27Slight formatting, and added a note that audio36 and sync36 resource patches ...Filippos Karapetis
2010-05-27Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files.Matthew Hoops