scummvm/engines/sludge
2021-03-27 19:12:32 +01:00
..
allfiles.h
backdrop.cpp SLUDGE: Really Fix MSVC Warnings 2019-10-03 04:57:18 +01:00
backdrop.h
bg_effects.cpp SLUDGE: Fix Unused Function Compiler Warnings. 2018-07-29 09:40:32 +01:00
bg_effects.h
builtin.cpp SLUDGE: Remove UTF8 code (#2592) 2020-11-10 17:19:23 +01:00
builtin.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
configure.engine ENGINES: Add missing dependencies for several engines 2018-06-30 00:22:34 +02:00
console.cpp
console.h SLUDGE: Add override keywords 2020-02-09 12:43:16 +01:00
csludge.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
cursors.cpp SLUDGE: Refactor PersonaAnimation related code in PeopleManager 2018-04-15 22:10:41 +02:00
cursors.h SLUDGE: Refactor PersonaAnimation related code in PeopleManager 2018-04-15 22:10:41 +02:00
detection_tables.h ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
detection.cpp PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
detection.h ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
errors.h
event.cpp SLUDGE: Move text related functions to struct Variable 2018-05-31 23:15:09 +02:00
event.h JANITORIAL: Fix whitespace 2018-04-19 12:08:31 +02:00
fileset.cpp SLUDGE: Fix Missing Default Switch Cases 2019-12-01 01:08:45 +00:00
fileset.h SLUDGE: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
floor.cpp SLUDGE: fix crash in FloorManager::setFloorNull 2019-06-18 00:10:03 +03:00
floor.h SLUDGE: Objectify FloorManager 2018-05-01 18:41:51 +02:00
fonttext.cpp SLUDGE: Remove UTF8 code (#2592) 2020-11-10 17:19:23 +01:00
fonttext.h SLUDGE: Remove UTF8 code (#2592) 2020-11-10 17:19:23 +01:00
freeze.cpp JANITORIAL: Fix whitespace 2018-04-19 12:08:31 +02:00
freeze.h SLUDGE: Replace linked list by Common::List in PeopleManager 2018-04-28 14:42:20 +02:00
function.cpp SLUDGE: Plug memory leak 2020-04-28 11:45:44 +02:00
function.h SLUDGE: Move function/variable load/save functions to related files 2018-05-29 22:59:52 +02:00
functionlist.h SLUDGE: Move built-in function parameter number to structure 2018-05-27 22:11:38 +02:00
graphics.cpp SLUDGE: Remove global variable fadeMode and move transition functions to GraphicsManager 2018-04-29 09:57:32 +02:00
graphics.h SLUDGE: Remove global variable fadeMode and move transition functions to GraphicsManager 2018-04-29 09:57:32 +02:00
hsi.cpp
hsi.h SLUDGE: Add override keywords 2020-02-09 12:43:16 +01:00
imgloader.cpp
imgloader.h
language.cpp
language.h
loadsave.cpp SLUDGE: Remove UTF8 code (#2592) 2020-11-10 17:19:23 +01:00
loadsave.h SLUDGE: Move function/variable load/save functions to related files 2018-05-29 22:59:52 +02:00
main_loop.cpp SLUDGE: Split runSludge() to runAllFunctions() and handleSaveLoad() 2018-05-29 22:37:10 +02:00
main_loop.h
metaengine.cpp ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00:00
module.mk SLUDGE: Remove UTF8 code (#2592) 2020-11-10 17:19:23 +01:00
moreio.cpp SLUDGE: Move createCString() with string tools 2018-05-31 23:15:09 +02:00
moreio.h SLUDGE: Move createCString() with string tools 2018-05-31 23:15:09 +02:00
movie.cpp SLUDGE: Use ScummVM data types 2021-03-27 19:12:32 +01:00
movie.h
newfatal.cpp SLUDGE: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
newfatal.h SLUDGE: Add override keywords 2020-02-09 12:43:16 +01:00
objtypes.cpp
objtypes.h
people.cpp SLUDGE: Fix Remaining MSVC Warning 2019-10-03 04:13:49 +01:00
people.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
region.cpp SLUDGE: fix use-after-free in RegionManager::removeScreenRegion 2019-06-17 22:11:14 +03:00
region.h SLUDGE: Replace linked list by Common::List in RegionManager 2018-04-15 01:09:35 +02:00
savedata.cpp SLUDGE: fix data file handling with custom encoding setting 2019-06-18 01:32:43 +03:00
savedata.h SLUDGE: Remove global variable saveEncoding and refactor CustomSaveData features 2018-04-29 09:57:32 +02:00
sludge.cpp SLUDGE: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
sludge.h SLUDGE: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
sludger.cpp SLUDGE: Create constructor of Variable instead of initVarNew 2018-05-29 22:37:10 +02:00
sludger.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
sound.cpp SLUDGE: Move SetVariable() into struct Variable 2018-05-31 23:15:09 +02:00
sound.h
speech.cpp SLUDGE: Replace linked list by Common::List in SpeechManager 2018-04-27 19:48:29 +02:00
speech.h SLUDGE: Replace linked list by Common::List in SpeechManager 2018-04-27 19:48:29 +02:00
sprbanks.cpp
sprbanks.h
sprites.cpp SLUDGE: Initialize variable for corner case 2020-04-28 11:56:36 +02:00
sprites.h
statusba.cpp JANITORIAL: Fix whitespace 2018-04-19 12:08:31 +02:00
statusba.h
thumbnail.cpp SLUDGE: Really Fix MSVC Warnings 2019-10-03 04:57:18 +01:00
timing.cpp SLUDGE: Move global variable lastFramesPerSecond to class Timer 2018-05-27 22:11:38 +02:00
timing.h SLUDGE: Move global variable lastFramesPerSecond to class Timer 2018-05-27 22:11:38 +02:00
transition.cpp SLUDGE: Fix Missing Default Switch Cases 2019-12-01 01:08:45 +00:00
variable.cpp SLUDGE: Fix buffer overrun 2020-04-28 11:56:50 +02:00
variable.h SLUDGE: Move save game getter to StackHandler 2018-05-31 23:15:09 +02:00
version.h
zbuffer.cpp SLUDGE: Fix a potentially uninitialized variable 2018-12-23 20:43:28 +02:00
zbuffer.h