Age | Commit message (Expand) | Author |
2010-06-03 | Moved several object-related defines inside vm.h into segment.h, where the Ob... | Filippos Karapetis |
2010-06-02 | Fixed regression from commit #49332 (merging of the SCI0 and SCI11 relocate f... | Filippos Karapetis |
2010-05-31 | Wrote the initialization code for the exports and synonyms table to make more... | Filippos Karapetis |
2010-05-31 | The save/load object init code is now unified with the regular object init code | 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 | - Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions inside ... | 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 | Clarify reasoning behind hack in Script::scriptRelocate() | Lars Skovlund |
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-26 | SCI: More const related changes; remove unnecessary casts which hide const is... | Max Horn |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | Made find_unique_script_block() a member of the Script class | Filippos Karapetis |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-14 | Made locateVarSelector() a method of the Object class | Filippos Karapetis |
2010-02-08 | Search through arrays for outgoing references to fix possible garbage collect... | Matthew Hoops |
2010-02-03 | SCI: Move more stuff around | Max Horn |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | SCI: Cleanup | Walter van Niftrik |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-29 | SCI: returning back raw == 0, when script trying to access invalid memory | Martin Kiewitz |
2009-12-29 | SCI: dont crash when scripts are trying to access invalid memory (fixes intro... | Martin Kiewitz |
2009-12-23 | Some SCI32 (minor) String bug fixes and cleanup. | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-10-20 | - Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen... | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-08 | SCI: Remove outdated comment | Willem Jan Palenstijn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-09-27 | SCI: Adjust isValidOffset to match changes from r44396, | Willem Jan Palenstijn |
2009-09-27 | SCI: change segment offsets in reg segments to be in half reg_t. | Willem Jan Palenstijn |
2009-09-27 | SCI: Add warning when dereferencing non-aligned stack pointer | Willem Jan Palenstijn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn |
2009-09-22 | SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw... | Max Horn |
2009-09-22 | SCI: Add new type SegmentRef which ultimately will allow us to distinguish be... | Max Horn |
2009-09-22 | SCI: Change SystemString::name from char* to Common::String | Max Horn |
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central SegmentO... | Max Horn |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-21 | SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an... | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |