Age | Commit message (Expand) | Author |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-04 | Merge branch 'master' of github.com:scummvm/scummvm | Martin Kiewitz |
2013-12-04 | SCI: script patcher is now a separate class | Martin Kiewitz |
2013-11-23 | SCI: Janitorial - Fix spacing errors | Strangerke |
2012-07-02 | SCI: Add a hack for a bug in the script handling code | Filippos Karapetis |
2012-06-15 | SCI: Change getClassAddress() to only require the caller segment | Filippos Karapetis |
2011-11-05 | SCI: Made more fields of the Script class private. Some cleanup. | Filippos Karapetis |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-14 | SCI: Got rid of VERIFY() and removed some newlines in error messages | md5 |
2011-03-09 | SCI: Removed unnecessary parameter from deallocate() | md5 |
2010-12-15 | SCI: Slight cleanup | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-08 | SCI: Some changes regarding the string heap in saved games | Filippos Karapetis |
2010-08-01 | SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversati... | Filippos Karapetis |
2010-07-22 | SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate... | Filippos Karapetis |
2010-07-01 | SCI: Make SegManager::_heap private | Max Horn |
2010-07-01 | SCI: Make SegManager::_classTable private. | Max Horn |
2010-07-01 | SCI: Add SegManager::getSystemString() method | Max Horn |
2010-07-01 | SCI: Rename some variables to match our naming conventions | Max Horn |
2010-06-28 | SCI: Make various SegManager const | Max Horn |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Made the code for initializing script classes, objects and locals part o... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-27 | SCI: Separated the code for initializing script classes from the code for ini... | Filippos Karapetis |
2010-06-26 | Moved script_instantiate_sci0() inside the segment manager, and renamed it to... | Filippos Karapetis |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-14 | Some cleanup of the script locals code | Filippos Karapetis |
2010-06-13 | The offset of script local variables is now calculated when the script is loa... | Filippos Karapetis |
2010-06-08 | Made reconstruct_stack() a member of SegManager | Filippos Karapetis |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-29 | Cleanup | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-02-03 | SCI: Move more stuff around | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-21 | SCI32: | Matthew Hoops |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-10-13 | SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntry | Max Horn |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | SCI: Removed SegManager::getDescription | Max Horn |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-09-27 | SCI: Add utility functions for copying data between raw/non-raw segments | Willem Jan Palenstijn |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
2009-09-22 | SCI: Add new type SegmentRef which ultimately will allow us to distinguish be... | Max Horn |