aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-09-17SCI: Get rid of the not_register() hackMax Horn
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-17SCI: cleanupMax Horn
2009-09-17Made script_lookup_export() a method of SegManagerFilippos Karapetis
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-17SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...Max Horn
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
2009-09-17SCI: More cleanupMax Horn
2009-09-16SCI: cleanupMax Horn
2009-09-16SCI: Turn some SegManager methods into Script methodsMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-15Removed some unused variables from the engine stateFilippos Karapetis
2009-09-14SCI: Misc cleanupMax Horn
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-14SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr...Max Horn
2009-09-13Always disable the "Change Directory" button in the save/load menus, as we do...Filippos Karapetis
2009-09-12Removed the INST_LOOKUP_CLASS defineFilippos Karapetis
2009-09-12Made is_object() a method of the segment managerFilippos Karapetis
2009-09-12Removed the unused ASSERT()-related code and changed a warning where BREAKPOI...Filippos Karapetis
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-09-07Fixed a regression from commit #43999 (segment ID 1 is valid)Filippos Karapetis
2009-09-07SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methodsMax Horn
2009-09-06SCI: Rename SegManager::exports_wide to _exportsAreWide and changed it to a b...Max Horn
2009-09-06SCI: Script::obj_indices is now protectedMax Horn
2009-09-06SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int...Max Horn
2009-09-06SCI: Convert saveload code to use the versioning feature of Common::SerializerMax Horn
2009-09-06SCI: cleanupMax Horn
2009-09-06SCI: cleanupMax Horn
2009-09-06SCI: Cleanup for some SegManager internalsMax Horn
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-06SCI: Change script_lookup_export to use SegManager::validateExportFuncMax Horn
2009-09-04- Allow SCI games to set the cursor position when it's hidden once againFilippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04SCI: Reset signal before playing song.Walter van Niftrik
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-04Fixing signed/unsigned comparison warningSven Hesse
2009-09-04Removed the animation_granularity variable from the engine state (it never ch...Filippos Karapetis
2009-09-04Moved some functions inside the SegManager class, and renamed alloc_clone() t...Filippos Karapetis
2009-09-03SCI: Relocate export table when restoring SCI1.1 savegamesWalter van Niftrik
2009-09-02Fixed loading again (broken accidentally in rev. 43504Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefStringMax Horn
2009-09-02SCI:Max Horn
2009-09-02SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re...Max Horn
2009-09-01- Reverted the *vga targets back to *sci, and used the extras field again for...Filippos Karapetis
2009-09-01- Added MD5's for the 5 different Crazy Nick's collectionsFilippos Karapetis