Age | Commit message (Expand) | Author |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-06-02 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-06-01 | Some fixes for saving/loading (still broken) | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-05-31 | SCI: Fixed loading; added 'const' keywords to several Vocabulary methods | Max Horn |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | Further objectification of the SCI vocabulary functions. Removed the "kernel_... | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-26 | SCI: Turned the global 'static MessageState state' variable into a member of ... | Max Horn |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
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-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem... | Max Horn |
2009-05-19 | SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now... | Max Horn |
2009-05-19 | SCI: got rid of EngineState::savegame_version; some cleanup | Max Horn |
2009-05-19 | SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ... | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: Tweaks, cleanup | Max Horn |
2009-05-18 | SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par... | Max Horn |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | 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: Fixed restoring scripts when loading a SCI 1.1 savestate | Max Horn |
2009-05-14 | SCI: cleanup | Max Horn |
2009-05-14 | SCI: Added a paranoia check to find_unique_script_block which causes us to ba... | Max Horn |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-14 | Cleanup | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: cleanup | Max Horn |
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-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: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn |
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I thought... | Max Horn |
2009-05-05 | SCI: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn |
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-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: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn |
2009-05-03 | SCI: Made SegManager::heap_size unsigned | Max Horn |