aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/seg_manager.cpp
AgeCommit message (Expand)Author
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14SCI: A provisional fix for the "invalid selector" problem in KQ6 and otherWalter van Niftrik
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12SCI: Fixed a valgrind warning.Walter van Niftrik
2009-05-11SCI: Simplified the Table class, by making it use an Common::Array internally...Max Horn
2009-05-10SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl...Max Horn
2009-05-10SCI: Changed object list in Script instances to use Common:::ArrayMax Horn
2009-05-08SCI: Got rid of last traces of class SegInterfaceMax Horn
2009-05-08SCI: Moved findCanonicAddress from SegInterface to MemObjectMax Horn
2009-05-08SCI: Moved freeAtAddress from SegInterface to MemObjectMax Horn
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
2009-05-08SCI: Started to merge SegInterface into MemObjectMax Horn
2009-05-08SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a...Max Horn
2009-05-07Fix an endian bugMatthew Hoops
2009-05-04This should fix linking on PSP.Johannes Schickel
2009-05-04SCI: Got rid of heapmgr.h; further improve the Table codeMax Horn
2009-05-04SCI: Fixed savestate loadingMax Horn
2009-05-03SCI: Started adding methods to MemObject subclasses: constructors, destructor...Max Horn
2009-05-03SCI: Completed transition from MemObject (a union of various structs) to MemO...Max Horn
2009-05-03SCI: Changed SegManager to store the heap pointers in a Common::ArrrayMax Horn
2009-05-03SCI: Made SegManager::heap_size unsignedMax Horn
2009-05-03SCI: Continue transition from MemObject to MemObjectNEWMax Horn
2009-05-03SCI: Got rid of the LIST_ALL_DEALLOCATABLE macroMax Horn
2009-05-03SCI: Begun conversion of the MemObject union (used to implement poor man's fa...Max Horn
2009-05-03SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...Max Horn
2009-05-03SCI: Changed various params of type MemObject* to the more specific type Script&Max Horn
2009-05-03SCI: Added SegManager::getScript method and modified code to make use of it; ...Max Horn
2009-05-03SCI: Removed MEM_OBJ_RESERVED and related codeMax Horn
2009-05-03SCI: Removed dead codeMax Horn
2009-04-28SCI: Improved the Table template a bit by taking advantage of C++ featuresMax Horn
2009-04-28SCI: Further restructured the SegManager heap tablesMax Horn
2009-04-28SCI: Removed the evil macros in engine/heapmgr.h, by manually instantiating t...Max Horn
2009-04-27SCI: Turned classtable into a Common::Array<Class>Max Horn
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-03-22SCI: Fix warningsMax Horn
2009-03-20silenced some warningsMax Horn
2009-03-17SCI: Added TODO: Merge SegInterface and MemObject? And some cleanupMax Horn
2009-03-17SCI: Got rid of various SegManager::free_* methodsMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-11Fix heap corruption when assigning the save game directoryFilippos Karapetis
2009-03-10Added FIXME for heap corruption occurring when exiting SCI gamesFilippos Karapetis
2009-03-10Minor fix to deallocate STRING_FRAG segments properlyLars Skovlund
2009-03-10String fragments supportLars Skovlund
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat