scummvm/engines
Robert Špalek c4563616ae Added support for sound archives.
We initialize them in the DraciEngine constructor, but don't play any sounds
yet.  Checked that it works for all existing sound files (required several
work-arounds against unspoken specification).

When copying the interface from barchive.h, I decided to remove some const's
from there, because getFile() wasn't really behaving like const.

Removed some static Common::String instances.

svn-id: r44953
2009-10-11 22:30:40 +00:00
..
agi cleanup 2009-10-09 09:41:53 +00:00
agos Fix some cppcheck warnings reported by salty-horse 2009-10-02 14:32:54 +00:00
cine Fix warnings about non-static const member in class without a constructor 2009-10-09 21:36:09 +00:00
cruise Fixed memory leaks in savegame restoring 2009-10-10 05:08:56 +00:00
draci Added support for sound archives. 2009-10-11 22:30:40 +00:00
drascula
gob Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
groovie T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads. 2009-10-01 15:58:15 +00:00
igor Commented out unused variable 2009-09-24 02:56:37 +00:00
kyra LOL/PC-98: fix decoration shape drawing 2009-10-11 20:41:02 +00:00
lure Remove some unused variables 2009-10-09 22:21:45 +00:00
m4 Reworked of code line in changeExtension that was giving a cppcheck warning 2009-10-01 12:12:07 +00:00
made Fix regression introduced by r44459; LGoP2 crashed after Infocom logo 2009-10-06 07:35:21 +00:00
parallaction Remove some unused variables 2009-10-09 22:21:45 +00:00
queen Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
saga Remove some unused variables 2009-10-09 22:21:45 +00:00
sci Show a warning when a selector vocabulary can't be found and a static vocabulary is used 2009-10-11 21:28:52 +00:00
scumm Remove some unused variables 2009-10-09 22:21:45 +00:00
sky Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
sword1 sword1: fix psx demo startup 2009-10-11 22:20:58 +00:00
sword2 Fix free/delete/delete[] mismatches. Patch by salty-horse 2009-10-01 11:02:23 +00:00
teenagent Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
tinsel Some const correctness changes; cleanup 2009-10-09 21:47:33 +00:00
touche
tucker TUCKER: fix original game glitch (tracker item #2872385 - Fish swims out of aquarium) 2009-10-11 09:26:36 +00:00
advancedDetector.cpp
advancedDetector.h
dialogs.cpp
dialogs.h
engine.cpp Fixed bug in Engine::flipMute, whiched prevent the game from being muted the first time flipMute is called, when there's no "mute" config entry. 2009-09-24 16:17:52 +00:00
engine.h Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine.h too. 2009-09-24 14:02:05 +00:00
engines.mk MERGE branch gsoc2009-draci 41388:44325 into trunk 2009-09-25 06:22:54 +00:00
game.cpp
game.h
metaengine.h
module.mk