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-09-21
SCI: cleanup
Max Horn
2009-09-21
SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...
Max Horn
2009-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Move CallsStruct into vm.cpp, the only place it is being used
Max Horn
2009-09-17
SCI: Move some selector related function into a new file selector.cpp
Max Horn
2009-09-17
SCI: Add a global getSciVersion() function and make use of it
Max Horn
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-17
SCI: Move parts of struct ScriptState into a new struct DebugState
Max Horn
2009-09-17
SCI: cleanup
Max Horn
2009-09-17
Made script_lookup_export() a method of SegManager
Filippos Karapetis
2009-09-17
Changed the way object selectors are accessed, by removing the relevant defin...
Filippos Karapetis
2009-09-17
SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...
Max Horn
2009-09-17
SCI: Rename MemObject -> SegmentObj
Max Horn
2009-09-16
SCI: Turn some SegManager methods into Script methods
Max Horn
2009-09-16
SCI: Rename Script class members, change Script from struct to class
Max Horn
2009-09-12
Removed the unused ASSERT()-related code and changed a warning where BREAKPOI...
Filippos Karapetis
2009-09-12
- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...
Filippos Karapetis
2009-09-07
SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods
Max Horn
2009-09-06
SCI: Script::obj_indices is now protected
Max Horn
2009-09-06
SCI: cleanup
Max Horn
2009-09-06
SCI: Cleanup for some SegManager internals
Max Horn
2009-09-06
SCI: Rename resManager -> resMan; segManager -> segMan
Max Horn
2009-09-06
SCI: Change script_lookup_export to use SegManager::validateExportFunc
Max Horn
2009-09-02
Some renaming:
Filippos Karapetis
2009-09-01
SCI: Fix bug in SCI1.1 varselector search.
Walter van Niftrik
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-26
Added a safeguard to avoid getting stuck in an endless loop when initializing...
Filippos Karapetis
2009-08-26
Formatting
Filippos Karapetis
2009-08-25
- Replaced more cases of EngineState parameters
Filippos Karapetis
2009-08-25
Silenced warnings (thanks wjp)
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-24
SCI: Read class table from vocab resource instead of scanning. This fixes
Walter van Niftrik
2009-08-23
- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...
Filippos Karapetis
2009-08-20
remove \n's from error() calls
Joost Peters
2009-08-18
- Added game ID detection to the fallback detector. We still need to map some...
Filippos Karapetis
2009-08-17
- Simplified some functions to accept only the parts of the EngineState they ...
Filippos Karapetis
2009-08-11
SCI: Added a crude speed throttler.
Walter van Niftrik
2009-08-10
SCI: Fix warnings.
Walter van Niftrik
2009-07-19
SCI: check shouldQuit() in main loop
Willem Jan Palenstijn
2009-07-18
SCI: Fix breakpoints
Willem Jan Palenstijn
2009-07-18
SCI: Fix stepping in debugger
Willem Jan Palenstijn
2009-07-11
Moved the kernel and the vocabulary outside of the engine state (they're stat...
Filippos Karapetis
2009-07-11
Fixed regression in the script parser from commit 42260
Filippos Karapetis
2009-07-08
- Moved printObject inside the Console class
Filippos Karapetis
2009-07-08
Some cleanup for the script debugger code:
Filippos Karapetis
2009-07-07
Added auto-detection for games with older headers for script blocks, and remo...
Filippos Karapetis
2009-07-07
Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall...
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-07-05
SCI1 games with absolute parameters to lofs instructions are automatically de...
Filippos Karapetis
2009-07-03
Replaced script_error and CORE_ERROR with error()
Filippos Karapetis
[next]