scummvm/engines
2013-02-18 01:37:21 +01:00
..
agi JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
agos JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
cge JANITORIAL: Replace some spaces with tabs 2012-12-16 09:35:52 +01:00
cine CINE: Implement music fade out for Amiga/AtariST music. 2012-09-11 22:28:40 +02:00
composer JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
cruise JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
draci JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
drascula DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variables 2013-01-06 21:54:40 +02:00
dreamweb DREAMWEB: Fix key handling for non-QWERTY layouts 2012-12-02 14:41:17 +00:00
gob GOB: Fix const away cast warning. 2013-01-06 20:53:08 +01:00
groovie GROOVIE: Simplify the movie speed settings and add a GUI option 2013-01-02 12:42:53 +02:00
hopkins HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve readability 2013-02-18 01:37:21 +01:00
hugo COMMON: Add wrapper for isprint. 2012-12-13 21:08:47 +01:00
kyra Merge pull request #301 from lordhoto/c++11-playground 2013-01-26 05:25:14 -08:00
lastexpress LASTEXPRESS: Implement more savegame loading 2012-08-27 23:30:23 -04:00
lure JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
made JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
mohawk JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
parallaction PARALLACTION: Fix a const cast warning. 2013-01-06 20:34:26 +01:00
pegasus PEGASUS: Make the demo menu music start before the splash screen 2013-02-04 19:03:21 -05:00
queen JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
saga SAGA: Silence C++11 narrowing warnings. 2013-01-09 07:24:37 +01:00
sci SCI: Use correct priority selector in SoundCmd 2013-01-29 20:55:40 +01:00
scumm SCUMM: Update handling of non so resources in Loom Mac. 2013-01-27 14:52:07 +01:00
sky SKY: Silence C++11 narrowing warnings. 2013-01-09 07:24:37 +01:00
sword1 SWORD1: Fix bug #3049346 - "BS1: Detects games in wrong places" 2012-11-07 21:56:26 +02:00
sword2 SWORD2: Fix bug #3049336 - "BS2: Detects games in wrong places" 2012-11-08 01:02:12 +02:00
sword25 SWORD25: Fix some spacing in LUA 2013-02-03 18:18:43 +02:00
teenagent TEENAGENT: Convert Dialog text color symbols to an enum. 2012-10-10 14:43:19 +01:00
testbed JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
tinsel TINSEL: Fix another Clang analyzer warning 2013-01-02 21:25:51 +01:00
toltecs JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
tony TONY: Fix compiler warnings about possible "used before set" variables. 2012-11-20 19:05:45 +00:00
toon TOON: Fix return value of saveGameState/loadGameState. 2013-01-13 17:56:55 +01:00
touche TOUCHE: Simplify external digital music support slightly. 2012-12-16 16:44:34 +00:00
tsage TSAGE: R2R - Cleanup Scene50::process() 2012-11-09 23:31:14 +01:00
tucker TUCKER: Switch to the common PCX decoder 2012-09-13 01:50:45 +03:00
wintermute WINTERMUTE: Use case-insensitive path-lookup when opening DiskFiles. 2013-02-06 13:40:36 +01:00
advancedDetector.cpp DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to use 2012-06-27 05:14:18 +02:00
advancedDetector.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
configure.engines Merge branch 'master' into hopkins 2013-02-15 08:25:09 -05:00
dialogs.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
dialogs.h
engine.cpp ENGINES: Honor the default to 1x flag for OpenGL modes 2013-01-08 10:32:08 -05:00
engine.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
engines.mk Merge branch 'master' into hopkins 2012-10-31 09:34:38 +11:00
game.cpp COMMON: Move RenderMode and GUIOptions functionality into separate files 2012-02-26 15:19:31 +01:00
game.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
metaengine.h ENGINES: Return all available custom GUI options if no target is specified 2012-03-31 13:55:03 +03:00
module.mk
obsolete.cpp
obsolete.h
plugins_table.h Merge branch 'master' into hopkins 2012-10-31 09:34:38 +11:00
savestate.cpp
savestate.h ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs. 2012-07-03 18:40:40 +02:00
util.h