scummvm/engines
Willem Jan Palenstijn c1cdc49ac5 SCI: Add code to enumerate shadowed selectors
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-14 20:34:16 +01:00
..
agi AGI: Kill the timer based counter 2011-03-05 11:00:37 +01:00
agos AGOS: Avoid hiding overloaded virtual methods 2011-02-27 21:25:05 +02:00
cine CINE: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:32 +01:00
cruise CRUISE: Bugfix for #3188309 - black text at end of introduction 2011-02-23 19:47:07 +11:00
draci DRACI: Adapt to setPalette RGBA->RGB. 2011-02-14 17:08:32 +01:00
drascula DRASCULA: Fix a style related warning for WinCE specific code. 2011-03-08 20:11:13 +01:00
gob GOB: Avoid hiding overloaded virtual methods 2011-02-26 20:25:44 +02:00
groovie GROOVIE: Mark overwritten members as virtual 2011-03-04 21:31:14 +01:00
hugo HUGO: Misc savegame modifications 2011-03-08 00:21:02 +01:00
kyra KYRA: Fix regression in Screen::setInterfacePalette. 2011-02-20 21:37:39 +01:00
lastexpress
lure LURE: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:32 +01:00
m4 M4: Updated for OSystem Palette RGBA->RGB Change. 2011-02-20 03:20:06 +00:00
made MADE: Revert a little behavior change in setRGBPalette. 2011-02-15 22:59:21 +01:00
mohawk MOHAWK: Don't warn about odd LB version record sizes. 2011-03-11 19:15:56 +01:00
parallaction Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into master 2011-02-19 21:46:45 +01:00
queen Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into master 2011-02-19 21:46:45 +01:00
saga SAGA: Fixed palette setting inside Gfx::setPaletteColor() (thanks to LordHoto for noticing this) 2011-02-20 00:19:08 +02:00
sci SCI: Add code to enumerate shadowed selectors 2011-03-14 20:34:16 +01:00
scumm SCUMM: Use the new WinCursor code in SCUMM HE 2011-03-06 19:57:18 -05:00
sky Merge branch 'master' into osystem-palette 2011-02-16 00:14:37 +01:00
sword1 SWORD1: Don't set the same cursor on every frame 2011-03-13 08:24:19 +01:00
sword2 SWORD2: Silence an MSVC warning (false positive) 2011-02-28 22:23:32 +02:00
sword25
teenagent TEENAGENT: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:33 +01:00
testbed TESTBED: Update rotatePalette() to use an RGB palette 2011-03-04 11:44:30 +02:00
tinsel TINSEL: Added enhanced music support for the German CD "Neon Edition" re-release of DW1 (bug #2827022) 2011-02-24 14:54:12 +02:00
toon TOON: Add more dirtyRect checks 2011-03-13 23:11:47 +01:00
touche Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into master 2011-02-19 21:46:45 +01:00
tucker Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into master 2011-02-19 21:46:45 +01:00
advancedDetector.cpp
advancedDetector.h
dialogs.cpp
dialogs.h
engine.cpp GUI: Fix default mode bug in initCommonGFX. 2011-03-01 04:57:10 +01:00
engine.h
engines.mk
game.cpp
game.h
metaengine.h
module.mk
savestate.cpp
savestate.h
util.h