scummvm/engines/hdb
2019-09-03 17:17:26 +02:00
..
ai-bots.cpp HDB: Fix aiFatFrogTongueDraw() 2019-09-03 17:17:26 +02:00
ai-cinematic.cpp HDB: Fix some more CppCheck warnings, use static const in various functions 2019-09-03 17:17:25 +02:00
ai-funcs.cpp HDB: Fix initialization warning 2019-09-03 17:17:26 +02:00
ai-init.cpp HDB: Fix warning 2019-09-03 17:17:24 +02:00
ai-inventory.cpp HDB: Fix some CppCheck warnings in ai-inventory and ai-lists 2019-09-03 17:17:26 +02:00
ai-lists.cpp HDB: Reduce some more variable scopes 2019-09-03 17:17:26 +02:00
ai-player.cpp HDB: Fix some CppCheck warnings in ai-player, ai-use, ai-waypoint and gfx 2019-09-03 17:17:26 +02:00
ai-player.h HDB: Add stubbed aiBarrelExplosionEnd(int, int) 2019-09-03 17:17:02 +02:00
ai-use.cpp HDB: Fix some CppCheck warnings in ai-player, ai-use, ai-waypoint and gfx 2019-09-03 17:17:26 +02:00
ai-waypoint.cpp HDB: Fix waypoints calculation code 2019-09-03 17:17:26 +02:00
ai.h HDB: Fix compilation for MSVC9 2019-09-03 17:17:25 +02:00
configure.engine HDB: Update HDB to the Code Formatting Conventions 2019-09-03 17:16:41 +02:00
console.cpp HDB: Correct the include paths from X.h to hdb/X.h 2019-09-03 17:16:42 +02:00
console.h HDB: Add the Console class to HDB for the interactive Debugger 2019-09-03 17:16:41 +02:00
detection.cpp HDB: Implement removeSaveState() 2019-09-03 17:17:26 +02:00
file-manager.cpp HDB: Hid some debug messages to deeper level 2019-09-03 17:17:24 +02:00
file-manager.h HDB: Fix memory leaks 2019-09-03 17:17:22 +02:00
font.h HDB: Call drawDialog() from hdb.cpp 2019-09-03 17:16:57 +02:00
gfx.cpp HDB: Reduce some variable scopes, some janitorial work 2019-09-03 17:17:26 +02:00
gfx.h HDB: Added more constants instead of magic numbers 2019-09-03 17:17:25 +02:00
hdb.cpp HDB: Reduce some variable scopes, some janitorial work 2019-09-03 17:17:26 +02:00
hdb.h HDB: Put both data and Lua saves into single file 2019-09-03 17:17:26 +02:00
input.cpp HDB: Reduce some variable scopes, some janitorial work 2019-09-03 17:17:26 +02:00
input.h HDB: Add Input::assignKey(), LuaScript::isValid() 2019-09-03 17:17:16 +02:00
lua-script.cpp HDB: Reduce some variable scopes, some janitorial work 2019-09-03 17:17:26 +02:00
lua-script.h HDB: Put both data and Lua saves into single file 2019-09-03 17:17:26 +02:00
map.cpp HDB: Reduce some more variable scopes 2019-09-03 17:17:26 +02:00
map.h HDB: Added more constants instead of magic numbers 2019-09-03 17:17:25 +02:00
menu.cpp HDB: Reduce some more variable scopes 2019-09-03 17:17:26 +02:00
menu.h HDB: Initialise class variables 2019-09-03 17:17:23 +02:00
module.mk HDB: Shift Save/Load functions to saveload.cpp 2019-09-03 17:17:15 +02:00
mpc.h HDB: Fix Header Guard and add Namespace 2019-09-03 17:17:05 +02:00
saveload.cpp HDB: Put both data and Lua saves into single file 2019-09-03 17:17:26 +02:00
sound.cpp HDB: Add _sound stubs 2019-09-03 17:17:19 +02:00
sound.h HDB: Add _sound stubs 2019-09-03 17:17:19 +02:00
window.cpp HDB: Fix CppCheck warnings in window 2019-09-03 17:17:26 +02:00
window.h HDB: Add warnings 2019-09-03 17:17:24 +02:00