Age | Commit message (Expand) | Author |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-24 | SCI: Read class table from vocab resource instead of scanning. This fixes | Walter van Niftrik |
2009-08-23 | - Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ... | Filippos Karapetis |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-08-18 | - Added game ID detection to the fallback detector. We still need to map some... | Filippos Karapetis |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-18 | Patch | Max Horn |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-04 | SCI: Moved MemObject code into a separate source file | Max Horn |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-19 | SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now... | Max Horn |
2009-05-18 | SCI: Removed ENTRY_IS_VALID macro | Max Horn |
2009-05-18 | SCI: Tweaks, cleanup | Max Horn |
2009-05-18 | SCI: Fixed Table::initTable to invoke _table.clear() | Max Horn |
2009-05-18 | SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory m... | Max Horn |
2009-05-18 | SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par... | Max Horn |
2009-05-18 | SCI: Replaced SegManager::getHeap() by Script::getHeap() | Max Horn |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | SCI: Added SegManager::getScriptIfLoaded() method | Max Horn |
2009-05-15 | SCI: Turned several script related SegManager methods into Script methods | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | SCI: A provisional fix for the "invalid selector" problem in KQ6 and other | Walter van Niftrik |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-12 | SCI: Fixed a valgrind warning. | Walter van Niftrik |
2009-05-11 | SCI: Simplified the Table class, by making it use an Common::Array internally... | Max Horn |
2009-05-10 | SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl... | Max Horn |
2009-05-10 | SCI: Changed object list in Script instances to use Common:::Array | Max Horn |
2009-05-08 | SCI: Got rid of last traces of class SegInterface | Max Horn |
2009-05-08 | SCI: Moved findCanonicAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Moved freeAtAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn |
2009-05-08 | SCI: Started to merge SegInterface into MemObject | Max Horn |
2009-05-08 | SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a... | Max Horn |
2009-05-07 | Fix an endian bug | Matthew Hoops |
2009-05-04 | This should fix linking on PSP. | Johannes Schickel |