scummvm/engines
Torbjörn Andersson 88e25e6f25 DRASCULA: Fix invalid memory access on inventory screen
When clicking outside of all inventory objects, the whichObject()
function would return 43, which is an invalid inventoryObjects[]
index. I think that's what caused it to crash for me. There are a
few other inventoryObjects[]-related changes as well.

svn-id: r52843
2010-09-21 17:18:32 +00:00
..
agi AGI: Deconfusify the AGI music driver 2010-09-21 06:05:27 +00:00
agos I18N: Use a String instead of a char buffer. 2010-09-17 12:54:00 +00:00
cine JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
cruise i18n: Translate the Save and Load buttons in cruise 2010-09-12 21:21:21 +00:00
draci DRACI: Initialize MIDI channel volume properly. 2010-09-15 22:30:00 +00:00
drascula DRASCULA: Fix invalid memory access on inventory screen 2010-09-21 17:18:32 +00:00
gob GOB: Don't crash if getCharData() returns NULL 2010-09-20 00:02:12 +00:00
groovie MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
hugo HUGO: Fix crash in the first screen of H1 Dos 2010-09-17 22:40:53 +00:00
kyra KYRA2/LOL PC-98: fix sfx rate 2010-09-21 16:05:33 +00:00
lure MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
m4 M4: NULL terminate after a strncpy 2010-09-18 12:08:59 +00:00
made MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
mohawk JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
parallaction JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
queen MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
saga SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry" 2010-09-19 08:18:25 +00:00
sci Make r52818 general on trunk 2010-09-20 18:45:52 +00:00
scumm SCUMM: Remove unused code, which was replaced by ScummEngine_v0::runObject in revision 42737. 2010-09-18 14:31:21 +00:00
sky JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
sword1 SWORD1: Fix bug #3032772: SWORD1: Mute setting does not work 2010-09-20 20:37:34 +00:00
sword2 SWORD2: More safeguards for mute setting 2010-09-20 20:31:56 +00:00
teenagent TEENAGENT: Sort the object files alphabetically. 2010-07-27 10:40:14 +00:00
testbed TESTBED: Fix warnings 2010-09-18 09:52:05 +00:00
tinsel MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
touche MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
tucker AdvancedDetector: Add new parameter directoryGlobs. 2010-06-15 10:59:23 +00:00
advancedDetector.cpp AD: Fix infinite loop in cleanupPirated. 2010-08-25 12:03:43 +00:00
advancedDetector.h AD: Implement AGDF_PIRATED flag. 2010-08-25 11:51:06 +00:00
dialogs.cpp I18N: Add "lowres" context for several GUI strings when in 1x mode. 2010-08-30 22:24:40 +00:00
dialogs.h Replace SCUMM F5 dialog by GMM & add help button to GMM 2010-05-26 19:54:50 +00:00
engine.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
engine.h Move initGraphics and initCommonGFX from to new header. 2010-05-04 11:58:12 +00:00
engines.mk TESTBED: Merge gsoc2010-testbed branch 2010-09-12 08:08:37 +00:00
game.cpp GUI: Implemented Languages as GUI options. 2010-06-15 10:57:28 +00:00
game.h GUI: Implemented Languages as GUI options. 2010-06-15 10:57:28 +00:00
metaengine.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
module.mk ENGINES: Move SaveStateDescriptor etc. to engine/savestate.* 2010-03-18 15:09:48 +00:00
savestate.cpp Switch SaveStateDescriptor::getBool to use Common::parseBool 2010-04-06 09:27:27 +00:00
savestate.h ENGINES: Move SaveStateDescriptor etc. to engine/savestate.* 2010-03-18 15:09:48 +00:00
util.h Move initGraphics and initCommonGFX from to new header. 2010-05-04 11:58:12 +00:00