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-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
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: Changed sci_obj_* enum value names to uppercase, in accordance with our ...
Max Horn
2009-05-14
Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year...
Max Horn
2009-05-14
Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe...
Filippos Karapetis
2009-05-14
- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
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
[next]