scummvm/engines
Greg Frieger 782c394dd7 - LZS Decompressor added
- Some code clean-up

svn-id: r39385
2009-03-14 08:43:28 +00:00
..
agi Add FIXME comment in AgiEngine::syncSoundSettings. 2009-03-10 22:36:06 +00:00
agos Add more code differences in PN. 2009-03-09 08:38:02 +00:00
cine Fix assertion (Doh! That was supposed to be the other way). 2009-03-11 22:50:36 +00:00
cruise Fixed some method parameters, changed the main loop to a method of the engine class, and moved the frame delay code to the main loop to make the game more responsive to events 2009-03-07 07:12:10 +00:00
drascula 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
gob Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
groovie Groovie: We need to save gameids to distinguish different entries detected from the same game files 2009-03-12 14:40:27 +00:00
igor 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
kyra Wrap the code in text_lol.* around ENABLE_LOL checks 2009-03-11 22:58:26 +00:00
lure 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
m4 Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
made Added file sizes of the various CD versions of Return to Zork to the detector, as supplied in patch #2629804. Also, updated the game descriptions to provide more information on the version detected 2009-03-12 17:32:13 +00:00
parallaction Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
queen 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
saga Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
sci - LZS Decompressor added 2009-03-14 08:43:28 +00:00
scumm Update HE version for German version of Freddi Fish 2. 2009-03-12 13:11:37 +00:00
sky formatting fix, aka buildbot rebuild incentive ;) 2009-03-12 22:04:18 +00:00
sword1 Fix GMM loading disabled after loading savegame from ScummVM menu 2009-03-10 13:48:42 +00:00
sword2 Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as some other tweaks 2009-03-09 03:45:23 +00:00
tinsel TINSEL: Added Serializer::skip() convenience method 2009-03-12 03:26:03 +00:00
touche 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
tucker Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
advancedDetector.cpp Fix for bug #2671611: T7G: Checksums for unknown english 7th Guest cd version 2009-03-09 23:08:44 +00:00
advancedDetector.h Moved AdvancedDetector from common/ to engines/ 2009-01-29 22:13:01 +00:00
dialogs.cpp Added keyboard mapping for global menu. 2009-02-28 21:05:21 +00:00
dialogs.h Make the subtitle settings in Options section of the global main menu optional, and enable only for game engines where subtitles settings are synced. 2009-02-07 06:47:19 +00:00
engine.cpp Check for "track01" as well as "track1". (I hope I didn't break compilation by 2009-03-01 15:15:51 +00:00
engine.h Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
engines.mk Change Personal Nightmare support to optional, until setjmp/longjmp code is converted. 2009-03-09 02:25:29 +00:00
game.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
game.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +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 Moved AdvancedDetector from common/ to engines/ 2009-01-29 22:13:01 +00:00