scummvm/engines
Torbjörn Andersson c9a175a877 TOLTECS: Scroll original save/load dialog to bottom on opening
This doesn't behave quite like the original - it seems the original
does not take the fake last entry into account when saving? - but I
think it's actually a bit more consistent this way.
2013-01-04 10:50:18 +01:00
..
agi AGI: Fix the Apple IIGS versions of Manhunter 1 and Gold Rush 2012-11-07 02:00:05 +02: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 COMPOSER: Fix order of directoryGlobs qualifiers. 2012-11-23 20:44:17 +00:00
cruise CRUISE: Correct missing comma and extra value in Spanish font table. 2012-12-04 18:08:01 +00:00
draci JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
drascula DRASCULA: Change loop variable to uint, rather than size_t. 2012-11-30 12:45:26 +00:00
dreamweb DREAMWEB: Fix key handling for non-QWERTY layouts 2012-12-02 14:41:17 +00:00
gob GOB: Add a Spanish/Italian DOS version of Geisha 2012-08-05 10:43:41 +02:00
groovie GROOVIE: Simplify the movie speed settings and add a GUI option 2013-01-02 12:42:53 +02:00
hugo COMMON: Add wrapper for isprint. 2012-12-13 21:08:47 +01:00
kyra KYRA: (EOB) - fix bug #3596548 ("Crash when using Mage Spells such as Magic Missile") 2012-12-17 20:01:24 +01: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 MOHAWK: Silence warnings 2013-01-03 13:21:38 -05:00
parallaction PARALLACTION: Mask unused, but set variable warning, by debug(). 2012-11-19 23:33:02 +00:00
pegasus PEGASUS: Fix segfault when pressing 'i' during the space chase 2012-12-15 22:19:15 -05:00
queen COMMON: Add wrapper for isprint. 2012-12-13 21:08:47 +01:00
saga Merge pull request #293 from clone2727/qtmidi 2012-12-13 15:49:40 -08:00
sci SCI: Fix potential (but probably very unlikely) memory leak 2013-01-02 20:19:36 +01:00
scumm JANITORIAL: Fix or silence a couple of Clang analyzer warnings 2013-01-02 19:31:05 +01:00
sky JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02: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 COMMON: Forbid symbols for the rest of is* from ctype.h. 2012-12-13 21:08:48 +01:00
teenagent TEENAGENT: Convert Dialog text color symbols to an enum. 2012-10-10 14:43:19 +01:00
testbed TESTBED: Fix "if" formatting. 2012-08-09 03:27:21 +02:00
tinsel TINSEL: Fix another Clang analyzer warning 2013-01-02 21:25:51 +01:00
toltecs TOLTECS: Scroll original save/load dialog to bottom on opening 2013-01-04 10:50:18 +01:00
tony TONY: Fix compiler warnings about possible "used before set" variables. 2012-11-20 19:05:45 +00:00
toon JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02: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: Actually lock the framerate at 60fps. 2012-12-16 23:38:09 +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 CONFIGURE: Enable EoB by default. 2012-11-30 15:32:01 +01:00
dialogs.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
dialogs.h
engine.cpp ENGINES: Add error handling for GMM Gamestate Load/Save Usage. 2012-02-21 22:30:29 +00:00
engine.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
engines.mk Merge remote branch 'upstream/master' into pegasus 2012-09-05 11:45:25 -04: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 DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.cpp DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.h DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
plugins_table.h Merge remote branch 'upstream/master' into pegasus 2012-09-05 11:45:25 -04:00
savestate.cpp JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
savestate.h ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs. 2012-07-03 18:40:40 +02:00
util.h