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-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
2009-07-03
- Pushed debugstate into debug.h
Filippos Karapetis
2009-07-02
Moved some more debug state related variables in the DebugState struct
Filippos Karapetis
2009-06-18
Patch
Max Horn
2009-06-07
SCI: Got rid of g_EngineState
Max Horn
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-07
SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE...
Max Horn
2009-06-06
Store long-term pointers to object variables in a new ObjVarRef struct.
Willem Jan Palenstijn
2009-06-05
Moved some more debug commands to ScummVM's coneole and removed some unused code
Filippos Karapetis
2009-06-04
SCI: Renamed EngineState::flags and version to _flags and _version (following...
Max Horn
2009-06-04
SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...
Max Horn
2009-06-04
SCI: Renamed various debug related global variables to have a g_ prefix; and ...
Max Horn
2009-06-04
Turned debug_weak_validations on by default again, as apparently some games l...
Filippos Karapetis
2009-06-03
- Sorted the console commands a bit more
Filippos Karapetis
2009-06-02
Moved some more console commands to ScummVM's debug console
Filippos Karapetis
2009-06-02
Moved some more console commands to ScummVM's debug console
Filippos Karapetis
[next]