scummvm/engines/hdb
D G Turner 4be7972561 HDB: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-03 22:12:24 +00:00
..
ai-bots.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
ai-cinematic.cpp HDB: Use fabs instead of abs for doubles 2019-09-21 16:27:58 -07:00
ai-funcs.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
ai-init.cpp HDB: Fix some more uninitialized variables 2019-09-16 23:06:17 +02:00
ai-inventory.cpp HDB: Improve String Buffer Usage in AI Inventory Code 2019-09-14 02:47:55 +01:00
ai-lists.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
ai-player.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
ai-player.h HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
ai-use.cpp HDB: Reduce header dependency 2019-09-03 17:17:28 +02:00
ai-waypoint.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
ai.h HDB: Fix Shadowed Variable Compiler Warning 2019-09-26 20:01:24 +01:00
configure.engine HDB: Build engine by default 2019-09-06 00:00:40 +02:00
detection.cpp ENGINES: Stop using 'single id' 2019-11-03 11:43:00 +01:00
file-manager.cpp HDB: Fix Major Memory Leak in File Manager Class 2019-09-13 21:50:55 +01:00
file-manager.h HDB: Added optional length parameter for querying from FindFirstData 2019-09-03 17:17:34 +02:00
gfx.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
gfx.h HDB: Change init functions to handle errors 2019-09-03 17:17:34 +02:00
hdb.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
hdb.h HDB: Initialize some more uninitialized variables. 2019-09-06 08:16:04 +02:00
input.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
input.h HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
lua-script.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
lua-script.h HDB: Change init functions to handle errors 2019-09-03 17:17:34 +02:00
map.cpp HDB: Initialize some more uninitialized variables. 2019-09-06 08:16:04 +02:00
map.h HDB: Fix some unintended sign extensions 2019-09-05 21:13:20 +02:00
menu.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
menu.h HDB: Remove unused variables in menu 2019-09-06 21:51:55 +02:00
module.mk HDB: Remove unused console.cpp 2019-09-03 17:17:27 +02:00
mpc.h HDB: Add Handango GFX and Demo Title Screen 2019-09-03 17:17:32 +02:00
POTFILES HDB: Implement cheating as GUI option 2019-09-03 17:17:34 +02:00
saveload.cpp HDB: Avoid String Buffer Overruns from Save Load Code 2019-09-14 02:27:06 +01:00
sound.cpp HDB: Have a return value if the needed codec isn't included in the build. 2019-10-11 18:10:46 +02:00
sound.h HDB: Using the class keyword makes the intended use clearer. 2019-10-11 18:10:46 +02:00
window.cpp HDB: Fix Missing Default Switch Cases 2019-12-03 22:12:24 +00:00
window.h HDB: Change init functions to handle errors 2019-09-03 17:17:34 +02:00