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.cpp
Age
Commit message (
Expand
)
Author
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
2009-05-11
SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...
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-06
SCI: Added operator== and !=, as well as an isNull method to reg_t
Max Horn
2009-05-03
SCI: Started adding methods to MemObject subclasses: constructors, destructor...
Max Horn
2009-05-03
SCI: Changed SegManager to store the heap pointers in a Common::Arrray
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 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-04-28
SCI: Improved the Table template a bit by taking advantage of C++ features
Max Horn
2009-04-28
SCI: Renamed execution_stack -> _executionStack and turned it into a Common::...
Max Horn
2009-04-27
SCI: Turned classtable into a Common::Array<Class>
Max Horn
2009-04-22
SCI: Changed kfunct_table to a Common::Array
Max Horn
2009-04-20
SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...
Max Horn
2009-04-11
SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ...
Max Horn
2009-03-24
SCI: Changed some char* into Common::String
Max Horn
2009-03-12
SCI: cleanup
Max Horn
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-03-01
SCI: Renamed some sfx header files
Max Horn
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
clean up some warnings
Andre Heider
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-26
Reset successor variable after use.
Willem Jan Palenstijn
2009-02-24
SCI: Don't #include headers in other headers if a forward declaration of a fe...
Max Horn
2009-02-24
Fix a valgrind warning (free -> delete)
Jordi Vilalta Prat
2009-02-24
Fix some warnings.
Johannes Schickel
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-23
SCI: Changed selector name table to a Common::StringList
Max Horn
2009-02-22
Whitespace cleanup
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: Removed setjmp code
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn
2009-02-21
Oops
Filippos Karapetis
2009-02-21
Turned back all fprintf/exit(1) bits into error()
Filippos Karapetis
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
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
2009-02-21
SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...
Max Horn
2009-02-21
SCI: Fixed more warnings
Max Horn
[next]