scummvm/engines
2009-10-17 20:42:19 +00:00
..
agi cleanup 2009-10-09 09:41:53 +00:00
agos Patch #2834677: Wave/ADPCM Endianness Fixes 2009-10-14 22:37:05 +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 Fix memory leaks when reading thumbnails 2009-10-16 00:09:20 +00:00
drascula Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) 2009-08-18 15:31:26 +00:00
gob Give Gob1 CD-i its own platform. 2009-10-15 22:05:52 +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 Add LoL PC98 credits entries to kyra.dat. 2009-10-14 14:17:15 +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 Rollback additional file committed in r45147. 2009-10-16 04:25:28 +00:00
queen Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
saga Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used 2009-10-16 07:42:23 +00:00
sci SCI/newgui: SciGuiAnimate::updateScreen() completed 2009-10-17 20:42:19 +00:00
scumm Fix bug #2879796 - Reversed Ventriloquists. 2009-10-16 02:02:09 +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 Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used 2009-10-16 07:42:23 +00:00
sword2 Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used 2009-10-16 07:42:23 +00:00
teenagent removed MemoryReadStreamEndian, used regular memory stream classes. 2009-10-16 07:37:12 +00:00
tinsel Some const correctness changes; cleanup 2009-10-09 21:47:33 +00:00
touche TOUCHE: disable flag 777 update (not checked by any scripts) 2009-08-25 21:30:05 +00:00
tucker TUCKER: fix several issues in ending sequences (tracker item #2872355 - Minor bugs outro) 2009-10-17 20:06:46 +00:00
advancedDetector.cpp Refactor GUI options update into a function in Common: updateGameGUIOptions. 2009-07-13 18:47:32 +00:00
advancedDetector.h Added game GUI options to advancedDetector and updated all engines 2009-06-06 17:56:41 +00:00
dialogs.cpp Implement FR#862150: "GUI: Show subtitles/speech options only for speech games" 2009-06-06 17:58:08 +00:00
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 Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) 2009-06-06 17:57:39 +00:00
game.h Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) 2009-06-06 17:57:39 +00:00
metaengine.h Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
module.mk