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
/
memobj.cpp
Age
Commit message (
Expand
)
Author
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-06
SCI: Script::obj_indices is now protected
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-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-17
- Simplified some functions to accept only the parts of the EngineState they ...
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-06-13
Buildfix for gcc 3.3 (moved a template class member into the header file)
Oystein Eftevaag
2009-06-04
SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_...
Max Horn
2009-06-04
SCI: Moved MemObject code into a separate source file
Max Horn