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
/
object.cpp
Age
Commit message (
Expand
)
Author
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-15
SCI: Change getClassAddress() to only require the caller segment
Filippos Karapetis
2012-06-15
SCI: _propertyOffsetsSci3 and classpos should be 32-bit integers
Filippos Karapetis
2011-10-11
SCI: Changed a warning about wrong object variable count into a debugC
Filippos Karapetis
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-25
SCI: Constify Object::_baseVars
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-14
SCI: Remove a space at the end of a warning
Matthew Hoops
2011-03-14
SCI: Add code to enumerate shadowed selectors
Willem Jan Palenstijn
2011-03-13
SCI: Add reference to related bug to comment
Willem Jan Palenstijn
2011-03-11
SCI: Clarify fix for KQ5 witch freeze bug #3034714
Willem Jan Palenstijn
2011-01-26
SCI: Make SCI3 propertyId endianness hack a bit cleaner
Willem Jan Palenstijn
2011-01-25
SCI: cleanup
Max Horn
2011-01-25
SCI3: Fix script abort during startup on Big Endian platforms
Lars Skovlund
2010-12-23
Fix code formatting
Lars Skovlund
2010-12-23
SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp.
Lars Skovlund
2010-12-21
- SCI: Added code to free the _baseVars value in SCI3 as well. Both free() op...
Filippos Karapetis
2010-12-21
Make Object::_baseMethod a Common::Array. This is intended to clean up
Lars Skovlund
2010-11-22
SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"
Filippos Karapetis
2010-11-19
SCI: Moved the Object class in a separate file
Filippos Karapetis