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.cpp
Age
Commit message (
Expand
)
Author
2009-05-23
Turned some errors into warnings, as they occur in KQ5CD
Filippos Karapetis
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-19
SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...
Max Horn
2009-05-18
SCI: Removed ENTRY_IS_VALID macro
Max Horn
2009-05-18
SCI: Tweaks, cleanup
Max Horn
2009-05-18
SCI: Fixed Table::initTable to invoke _table.clear()
Max Horn
2009-05-18
SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory m...
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-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
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
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-12
SCI: Fixed a valgrind warning.
Walter van Niftrik
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: 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-08
SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a...
Max Horn
2009-05-07
Fix an endian bug
Matthew Hoops
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: Fixed savestate loading
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: Got rid of the LIST_ALL_DEALLOCATABLE macro
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: 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-05-03
SCI: Removed MEM_OBJ_RESERVED and related code
Max Horn
2009-05-03
SCI: Removed dead code
Max Horn
2009-04-28
SCI: Improved the Table template a bit by taking advantage of C++ features
Max Horn
2009-04-28
SCI: Further restructured the SegManager heap tables
Max Horn
2009-04-28
SCI: Removed the evil macros in engine/heapmgr.h, by manually instantiating t...
Max Horn
2009-04-27
SCI: Turned classtable into a Common::Array<Class>
Max Horn
2009-04-03
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Filippos Karapetis
2009-03-22
SCI: Fix warnings
Max Horn
[prev]
[next]