index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
Age
Commit message (
Expand
)
Author
2009-09-22
SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...
Max Horn
2009-09-22
SCI: Change SystemString::name from char* to Common::String
Max Horn
2009-09-22
SCI: SegmentObj's now set their type in constructor; replace central SegmentO...
Max Horn
2009-09-21
SCI: cleanup
Max Horn
2009-09-21
SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...
Max Horn
2009-09-21
SCI: Workaround for crash in debugger's backtrace
Max Horn
2009-09-21
SCI: Change kAnimate to actually tail recurse
Max Horn
2009-09-21
SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...
Max Horn
2009-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Move CallsStruct into vm.cpp, the only place it is being used
Max Horn
2009-09-17
SCI: Move some selector related function into a new file selector.cpp
Max Horn
2009-09-17
SCI: Add a global getSciVersion() function and make use of it
Max Horn
2009-09-17
SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums
Max Horn
2009-09-17
SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp
Max Horn
2009-09-17
SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version...
Max Horn
2009-09-17
SCI: Removed dead code
Max Horn
2009-09-17
SCI: Rename engine/memobj.* to engine/segment.*
Max Horn
2009-09-17
SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...
Max Horn
2009-09-17
SCI: Get rid of the not_register() hack
Max Horn
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-17
SCI: Move parts of struct ScriptState into a new struct DebugState
Max Horn
2009-09-17
SCI: cleanup
Max Horn
2009-09-17
Made script_lookup_export() a method of SegManager
Filippos Karapetis
2009-09-17
Changed the way object selectors are accessed, by removing the relevant defin...
Filippos Karapetis
2009-09-17
SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...
Max Horn
2009-09-17
SCI: Rename MemObject -> SegmentObj
Max Horn
2009-09-17
SCI: More cleanup
Max Horn
2009-09-16
SCI: cleanup
Max Horn
2009-09-16
SCI: Turn some SegManager methods into Script methods
Max Horn
2009-09-16
SCI: Rename Script class members, change Script from struct to class
Max Horn
2009-09-15
Removed some unused variables from the engine state
Filippos Karapetis
2009-09-14
SCI: Misc cleanup
Max Horn
2009-09-14
SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()
Max Horn
2009-09-14
SCI: kernelDeref*() functions are now seSegmentManager methods
Max Horn
2009-09-14
SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr...
Max Horn
2009-09-13
Always disable the "Change Directory" button in the save/load menus, as we do...
Filippos Karapetis
2009-09-12
Removed the INST_LOOKUP_CLASS define
Filippos Karapetis
2009-09-12
Made is_object() a method of the segment manager
Filippos Karapetis
2009-09-12
Removed 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-09
Removed/replaced the gfx_pixmap_color struct
Filippos Karapetis
2009-09-08
Fixed some (pedantic) warnings
Max Horn
2009-09-07
Fixed a regression from commit #43999 (segment ID 1 is valid)
Filippos Karapetis
2009-09-07
SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods
Max Horn
2009-09-06
SCI: Rename SegManager::exports_wide to _exportsAreWide and changed it to a b...
Max Horn
2009-09-06
SCI: Script::obj_indices is now protected
Max Horn
2009-09-06
SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int...
Max Horn
2009-09-06
SCI: Convert saveload code to use the versioning feature of Common::Serializer
Max Horn
2009-09-06
SCI: cleanup
Max Horn
2009-09-06
SCI: cleanup
Max Horn
[next]