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
2018-08-25
SCI32: Remove reg32_t and use reg_t in all cases
Filippos Karapetis
2017-07-15
SCI: Stop double-initialization of SCI0/1 objects
Colin Snover
2017-07-15
SCI: Fix up Object::_baseMethod implementation
Colin Snover
2017-05-25
SCI32: Fix SCI3 object names > 0xFFFF
Colin Snover
2017-05-20
SCI: Find and store the original static names of objects
Colin Snover
2017-05-20
SCI: Refactor relocation code
Colin Snover
2017-05-20
SCI32: Remove bad assertion in relocateSci3
Colin Snover
2017-05-20
SCI: Nitpicky cleanup of some magic numbers and what-not-why comments
Colin Snover
2017-05-20
SCI: Remove duplicate relocateBlock function
Colin Snover
2017-04-24
SCI: Use the var count from the instance's class in SCI1.1-2.1 when looking u...
Colin Snover
2017-04-23
SCI32: Exclude SCI3 code from compilation when SCI32 is disabled
Colin Snover
2017-04-23
SCI32: Fix mustSetViewVisible for SCI3
Colin Snover
2017-04-23
SCI32: Replace magic numbers in SCI3 selector init
Colin Snover
2017-04-23
SCI: Deduplicate Object::locateVarSelector code
Colin Snover
2017-04-23
SCI: Fix support for 32-bit SCI3 script offsets
Colin Snover
2017-04-23
SCI32: Fix bad relocations of SCI3 objects
Colin Snover
2017-04-23
SCI: Convert Object to use Common::Array for SCI3
Colin Snover
2017-04-23
SCI32: Hook up mustSetViewVisible for SCI3
Colin Snover
2017-04-22
SCI: Fix whitespace errors
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2016-03-01
SCI: Remove superfluous cast to boolean and fix code styling
Filippos Karapetis
2016-02-29
SCI3: Collect bits for managing kInfoFlagViewVisible
Lars Skovlund
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-14
SCI: Make second pass when loading objects
Willem Jan Palenstijn
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