aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.h
AgeCommit message (Expand)Author
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-28SCI: Fix potential dangling pointer more robustly,Willem Jan Palenstijn
2009-05-19SCI: Some debugger fixes and cleanup.Walter van Niftrik
2009-05-19SCI: Doxygenified a few commentsMax Horn
2009-05-19SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...Max Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18SCI: Removed ENTRY_IS_VALID macroMax Horn
2009-05-18SCI: Fixed Table::initTable to invoke _table.clear()Max Horn
2009-05-18SCI: Replaced SegManager::getHeap() by Script::getHeap()Max Horn
2009-05-15SCI: Turned several script related SegManager methods into Script methodsMax Horn
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-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
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: 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-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: Unified serializing code for Table subclasses, using template specializa...Max Horn
2009-05-04SCI: Fixed savestate loadingMax Horn
2009-05-04SCI: Added doxygen comment to MemObject::MemObjectMax 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: 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: Doxygenified various commentsMax Horn
2009-05-03SCI: Removed MEM_OBJ_RESERVED and related 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-25SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudioWalter van Niftrik
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-03-10String fragments supportLars Skovlund
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27fix warnings and memleaks in savegame.cfsmlWillem Jan Palenstijn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-26- Removed engine/sys_strings.*Filippos Karapetis
2009-02-24SCI: Don't #include headers in other headers if a forward declaration of a fe...Max Horn
2009-02-24Removed some non-required struct declarationsJordi Vilalta Prat