scummvm/engines
Torbjörn Andersson 4eef7a42e3 FULLPIPE: Silence GCC memset() warnings
Recent GCC versions complain if you memset() a class or struct that
contain non-POD data types. Get around that by either initializing
the object when created, or by adding a reset() method.
2019-07-14 14:58:19 +03:00
..
access
adl Revert "ADL: Fix MSVC warnings" 2019-05-27 20:18:28 +02:00
agi AGI: Fix Several GCC Compiler Warnings 2019-05-08 00:42:03 +01:00
agos AGOS: Silence GCC memset() warnings 2019-07-14 14:58:18 +03:00
avalanche
bbvs
bladerunner BLADERUNNER: Fix seg fault at load from ScummVM menu 2019-07-14 02:18:34 +03:00
cge
cge2
chewy
cine ALL: revert accidental commits 2019-06-21 14:19:42 +02:00
composer COMPOSER: Always check resources before loading them 2019-03-10 04:51:39 +02:00
cruise
cryo CRYO: Fix MSVC warnings 2019-05-27 14:53:38 +03:00
cryomni3d CRYOMNI3D: Mark Versailles 1685 as testing 2019-07-11 13:31:42 +02:00
director
dm
draci
drascula DRASCULA: Fix loading game from launcher 2019-05-13 22:56:57 +01:00
dreamweb
fullpipe FULLPIPE: Silence GCC memset() warnings 2019-07-14 14:58:19 +03:00
glk GLK: Fix incorrect "End of namespace ..." comments. 2019-07-12 06:59:56 +02:00
gnap COMMON: Replace NEResourceType and PEResourceType with a shared enum 2019-05-01 23:52:56 +03:00
gob
groovie IMAGE: Allow setting the output pixel format to the JPEG decoder 2019-04-28 07:59:14 +02:00
hopkins
hugo
illusions ILLUSIONS: Fix MSVC warnings 2019-05-27 14:53:38 +03:00
kyra ALL: Fix -Wnewline-eof warnings 2019-06-22 17:27:07 +01:00
lab
lastexpress
lilliput
lure
macventure MACVENTURE: Fix MSVC warnings 2019-05-27 14:53:39 +03:00
made MADE: Remove leftover code. This lets run gracefully with -p parameter 2019-06-10 12:55:08 +02:00
mads
mohawk MOHAWK: Fix MSVC warnings 2019-05-27 14:53:40 +03:00
mortevielle
mutationofjb MUTATIONOFJB: Fix warning 2019-04-11 21:21:21 +01:00
neverhood
parallaction
pegasus COMMON: Open the main menu when the joystick START button is pressed 2019-07-08 01:24:55 +03:00
pink PINK: removed usage of global variable 2019-05-08 12:01:22 +03:00
plumbers
prince
queen QUEEN: Remove a bad detection entry 2019-07-11 03:02:32 +03:00
saga
sci SCI: Fix ICEMAN destroyer timer, bug #11017 2019-07-12 21:33:46 +03:00
scumm SCUMM: Fix MSVC warnings 2019-05-27 14:53:42 +03:00
sherlock SHERLOCK: RT: Fix Spanish crash talking to lady in Tailor shop 2019-05-21 18:30:10 -07:00
sky WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
sludge SLUDGE: implement random built-in 2019-06-18 08:28:38 +03:00
startrek STARTREK: Rename the different showText() functions for disambiguation 2019-06-11 01:28:12 +03:00
supernova SUPERNOVA: Adds text reader to view text files 2019-05-28 02:24:43 +02:00
sword1
sword2
sword25 Sword25: image trace on quick cursor changes fix 2019-04-09 21:14:23 +03:00
teenagent
testbed TESTBED: Correctly reset the number of skipped tests 2019-07-01 22:49:42 +01:00
tinsel
titanic TITANIC: Change add float suffixes to float assignments 2019-05-27 14:53:45 +03:00
toltecs
tony
toon TOON: Add detection entry for English re-release 2019-03-21 21:58:36 +01:00
touche
tsage
tucker
voyeur
wage
wintermute WINTERMUTE: Add a warning for off-by-one errors in normalizeAngle() 2019-07-14 14:28:40 +03:00
xeen XEEN: Fix mistakes in xeen.ccs datafile, bump up version number 2019-06-09 14:35:15 -07:00
zvision
advancedDetector.cpp
advancedDetector.h
dialogs.cpp
dialogs.h
engine.cpp ENGINES: Use new logo for splash screen 2019-03-30 23:25:01 +00:00
engine.h SDL: Initial implementation of joystick events 2019-07-08 01:24:55 +03:00
game.cpp GUI: Better integration for the unknown game dialog when adding games 2019-05-12 11:44:51 +03:00
game.h GUI: Better integration for the unknown game dialog when adding games 2019-05-12 11:44:51 +03:00
logo_data.h ENGINES: Use new logo for splash screen 2019-03-30 23:25:01 +00:00
metaengine.h
module.mk
obsolete.cpp
obsolete.h
savestate.cpp
savestate.h
util.h