Age | Commit message (Expand) | Author |
2010-06-02 | Fix warning | Max Horn |
2010-06-01 | Fixed the detection of SCI2.1 games in the fallback detector | Filippos Karapetis |
2010-06-01 | Add support for SCI2.1 resource patches to the fallback detector | Filippos Karapetis |
2010-06-01 | Fix videos in Riven activated from a different card from which they are playe... | Matthew Hoops |
2010-06-01 | Stop reconstructing the engine state when restoring, but reset it instead | Filippos Karapetis |
2010-06-01 | SCI: Fix malloc<->new mismatch in SysStrings, try to increase readability | Max Horn |
2010-06-01 | The parser vocabulary remains static throughout the game, thus it has been re... | Filippos Karapetis |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-31 | Added a new console command, verify_scripts, used for sanity checking of SCI1... | Filippos Karapetis |
2010-05-31 | Merged all the script relocation code inside script_instantiate(), and change... | Filippos Karapetis |
2010-05-31 | Wrote the initialization code for the exports and synonyms table to make more... | Filippos Karapetis |
2010-05-31 | Fix change in r49356, Common::strlcpy should only be used on zero terminated ... | Johannes Schickel |
2010-05-31 | Fix for DW2 engine abort with message "Cannot find file hienergy.sc!". | David Turner |
2010-05-31 | SCI: break on anything, warn on anything but spaces in kReadNumber | Martin Kiewitz |
2010-05-31 | Fixed operator precedence warning | Filippos Karapetis |
2010-05-31 | Fix warning, whitespace | Willem Jan Palenstijn |
2010-05-31 | SCI: Silenced warning when no audio decoder is compiled in | Filippos Karapetis |
2010-05-31 | Hopefully fixed compilation | Filippos Karapetis |
2010-05-31 | The code that loads saved game from the launcher | Filippos Karapetis |
2010-05-31 | SCI: added TODO at kReadNumber space code | Martin Kiewitz |
2010-05-31 | In progress work implementing the animation player | Paul Gilbert |
2010-05-31 | The save/load object init code is now unified with the regular object init code | Filippos Karapetis |
2010-05-31 | SCI: skip spaces in kReadNumber - this happens in lsl3 intro | Martin Kiewitz |
2010-05-31 | SCI: when getting invalid chars in kReadNumber don't error() out, but create ... | Martin Kiewitz |
2010-05-31 | Merged several script instantiation-related functions inside script_instantia... | Filippos Karapetis |
2010-05-31 | Cleanup | Filippos Karapetis |
2010-05-31 | Slight cleanup | Filippos Karapetis |
2010-05-30 | Limited access to the script export table and synonyms block | Filippos Karapetis |
2010-05-30 | SCI: Merge setLockers(1) call into Script::init | Max Horn |
2010-05-30 | SCI: Script exports and synonyms are now initialized when a script is loaded.... | Filippos Karapetis |
2010-05-30 | Add md5's for Myst ME and Riven DVD French. | Matthew Hoops |
2010-05-30 | Cleanup | Filippos Karapetis |
2010-05-30 | Cleanup | Filippos Karapetis |
2010-05-30 | - Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions inside ... | Filippos Karapetis |
2010-05-30 | kScriptID can be used to load scripts with no exports. Don't throw warnings i... | Filippos Karapetis |
2010-05-30 | Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1... | Filippos Karapetis |
2010-05-30 | Unified the script loading code, and marked an issue with the SCI11 heap addr... | Filippos Karapetis |
2010-05-30 | Made load_script() a member of the Script class | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-30 | Fixed findGameObject() for SCI11 games | Filippos Karapetis |
2010-05-30 | Clarify reasoning behind hack in Script::scriptRelocate() | Lars Skovlund |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-29 | SCI: Merge Script::relocateBlock and Object::relocate | Max Horn |
2010-05-29 | SCI: Make Script::_exportTable const (yay :-) | Max Horn |
2010-05-29 | Cleanup | Filippos Karapetis |
2010-05-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work... | Filippos Karapetis |
2010-05-29 | Removed the hack inside findGameObject(), and replaced it with code from the ... | Filippos Karapetis |
2010-05-29 | Fixed regression in SCI2-SCI21 games from commit 49308 | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |