scummvm/engines
Johannes Schickel 08b4cf127b Cleanup.
svn-id: r33948
2008-08-16 21:51:56 +00:00
..
agi Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuffer's allocation to SoundMgr's constructor and its deallocation to the destructor. Made fillAudio SoundMgr's method and removed a superfluous global static variable 'int16 *buffer'. Should help with the occasional crashes when starting the first sound in an AGI game. 2008-08-13 11:57:48 +00:00
agos Committed my patch #2040074 ("XMIDI callback control events"). At the moment, I'm 2008-08-10 17:59:42 +00:00
cine Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit to unsigned 8-bit. Maybe this'll fix the crash in AdlibSoundDriver::setupInstrument() eriktorbjorn was getting in Future Wars when teleporting from the photocopier room to the swamp. There was a OPLWriteReg(_opl, 0x80 | car, reg->sustainRelease) call with sustainRelease = 65452. Now there shouldn't be any such calls made because the sustainRelease value is always 8-bit now. Hopefully this won't break anything. 2008-08-16 11:38:43 +00:00
cruise Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
drascula Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also an 2008-08-10 18:44:00 +00:00
gob Fixing a segfault in the Bargon Attack menu 2008-08-15 10:47:42 +00:00
igor Don't use kPlainSoundType if you don't have to 2008-07-11 20:28:14 +00:00
kyra Cleanup. 2008-08-16 21:51:56 +00:00
lure Fix for missing data in the savegame format that could result in not being able to talk to Goewin in the apothecary after restoring a savegame 2008-07-14 10:33:57 +00:00
m4 One more MSVC warning 2008-07-08 11:48:16 +00:00
made Fixed unitialized variables 2008-07-01 10:33:25 +00:00
parallaction Extended balloon manager to handle color constants and fixed color of text in balloons for BRA. 2008-08-16 13:10:54 +00:00
queen Turned InSaveFile & OutSaveFile into simple typedefs 2008-08-04 11:38:25 +00:00
saga Added Italian translation for the load confirmation window in IHNM 2008-08-04 15:23:08 +00:00
scumm Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM 2008-08-16 11:37:36 +00:00
sky Fixed bug #1995033 ("BASS: BG Sound stopped on opening item list"). Apparently 2008-08-03 10:16:17 +00:00
sword1 Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
sword2 Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
tinsel Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion with DW2 2008-08-02 23:01:14 +00:00
touche fix for bug #2040484: TOUCHE: Graphic glitch with long answer options 2008-08-07 21:50:12 +00:00
engine.cpp Merged lots of _mixer->isReady() warnings into a single one in Engine constructor 2008-02-15 17:01:35 +00:00
engine.h engine.h was moved from base/ to engines/ ages ago -- update header file protector accordingly 2008-02-01 23:37:16 +00:00
engines.mk Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
metaengine.h Fixed some code formatting thanks to LordHoto 2008-05-26 00:28:48 +00:00
module.mk Removed trailing spaces. 2008-01-27 19:47:41 +00:00