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
/
seg_manager.h
Age
Commit message (
Expand
)
Author
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-06-18
Patch
Max Horn
2009-06-04
SCI: Moved MemObject code into a separate source file
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-14
SCI: cleanup
Max Horn
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: 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-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
2009-05-03
SCI: Continue transition from MemObject to MemObjectNEW
Max Horn
2009-05-03
SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...
Max Horn
2009-05-03
SCI: Changed SegManager to subclass Common::Serializable
Max Horn
2009-05-03
SCI: Changed various params of type MemObject* to the more specific type Script&
Max Horn
2009-05-03
SCI: Added SegManager::getScript method and modified code to make use of it; ...
Max Horn
2009-03-20
silenced some warnings
Max Horn
2009-03-17
SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup
Max Horn
2009-03-17
SCI: Got rid of various SegManager::free_* methods
Max Horn
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-10
String fragments support
Lars Skovlund
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-26
- Removed engine/sys_strings.*
Filippos Karapetis
2009-02-24
Removed some non-required struct declarations
Jordi Vilalta Prat
2009-02-24
fix forward declarations to match the actual ones
Andre Heider
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-24
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...
Max Horn
2009-02-24
SCI: Moved vm.h from include to engine
Max Horn
2009-02-24
SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-22
SCI: Converted "segment interfaces" into classes
Jordi Vilalta Prat
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: More cleanup
Max Horn
2009-02-21
Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager"
Jordi Vilalta Prat
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
[next]