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
/
vm.h
Age
Commit message (
Expand
)
Author
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: 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-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: Unified serializing code for Table subclasses, using template specializa...
Max Horn
2009-05-04
SCI: Fixed savestate loading
Max Horn
2009-05-04
SCI: Added doxygen comment to MemObject::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: 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: Doxygenified various comments
Max Horn
2009-05-03
SCI: Removed MEM_OBJ_RESERVED and related 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-25
SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio
Walter van Niftrik
2009-04-24
SCI: Some const corrections, removed dead stuff, cleanup
Max Horn
2009-04-22
SCI: Changed knames (kernel function name table) to Common::StringList
Max Horn
2009-04-18
Retreive -> retrieve
Willem Jan Palenstijn
2009-03-10
String fragments support
Lars Skovlund
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
fix warnings and memleaks in savegame.cfsml
Willem Jan Palenstijn
2009-02-27
SCI: 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-24
SCI: Don't #include headers in other headers if a forward declaration of a fe...
Max Horn
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