Age | Commit message (Expand) | Author |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
2009-06-18 | Patch | Max Horn |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
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-06-04 | SCI: cleanup | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-19 | SCI: Some debugger fixes and cleanup. | Walter van Niftrik |
2009-05-19 | SCI: Doxygenified a few comments | Max Horn |
2009-05-19 | SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now... | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: Removed ENTRY_IS_VALID macro | Max Horn |
2009-05-18 | SCI: Fixed Table::initTable to invoke _table.clear() | Max Horn |
2009-05-18 | SCI: Replaced SegManager::getHeap() by Script::getHeap() | 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 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
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: 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-04 | This should fix linking on PSP. | Johannes Schickel |
2009-05-04 | SCI: Got rid of heapmgr.h; further improve the Table code | Max Horn |
2009-05-04 | SCI: Unified serializing code for Table subclasses, using template specializa... | Max Horn |
2009-05-04 | SCI: Fixed savestate loading | Max Horn |
2009-05-04 | SCI: Added doxygen comment to MemObject::MemObject | Max Horn |
2009-05-03 | SCI: Started adding methods to MemObject subclasses: constructors, destructor... | Max Horn |
2009-05-03 | SCI: Completed transition from MemObject (a union of various structs) to MemO... | Max Horn |
2009-05-03 | SCI: Begun conversion of the MemObject union (used to implement poor man's fa... | Max Horn |
2009-05-03 | SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad... | Max Horn |
2009-05-03 | SCI: Doxygenified various comments | Max Horn |
2009-05-03 | SCI: Removed MEM_OBJ_RESERVED and related code | Max Horn |