Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-25 | SCI: Constify Object::_baseVars | Max Horn | |
This may have to be undone if we ever want to start free'ing _baseVars again. | |||
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 | |
If an object defines more variables than its base class, some method selectors may be hidden. This code tries to enumerate the affected selectors. It may be useful for mass-scanning objects using 'find_callk Dummy'. It's disabled by default currently since it does things to partially uninitialized objects that I can't guarantee are 100% safe at this point. | |||
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 | |
The cause for this bug turns out to be a corrupt object that as a side effect accidentally bypasses its own corruption. See the added comments for details. Also add a warning that points out similarly corrupted objects. | |||
2011-01-26 | SCI: Make SCI3 propertyId endianness hack a bit cleaner | Willem Jan Palenstijn | |
svn-id: r55542 | |||
2011-01-25 | SCI: cleanup | Max Horn | |
svn-id: r55539 | |||
2011-01-25 | SCI3: Fix script abort during startup on Big Endian platforms | Lars Skovlund | |
svn-id: r55525 | |||
2010-12-23 | Fix code formatting | Lars Skovlund | |
svn-id: r55026 | |||
2010-12-23 | SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp. | Lars Skovlund | |
svn-id: r55025 | |||
2010-12-21 | - SCI: Added code to free the _baseVars value in SCI3 as well. Both free() ↵ | Filippos Karapetis | |
operations have been commented out for now, as MSVC complains about heap corruption in SCI3 games - Code formatting fixes svn-id: r54991 | |||
2010-12-21 | Make Object::_baseMethod a Common::Array. This is intended to clean up | Lars Skovlund | |
the Object class, and it also plugs a leak. svn-id: r54986 | |||
2010-11-22 | SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama" | Filippos Karapetis | |
Fixed Object::locateVarSelector() for SCI0-SCI1 games, as it wasn't checking the class for object variables svn-id: r54415 | |||
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis | |
svn-id: r54361 |