scummvm/engines/sludge
2019-06-18 08:28:38 +03:00
..
allfiles.h
backdrop.cpp SLUDGE: fix background position not taking camera into account 2019-06-18 02:13:05 +03: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: implement random built-in 2019-06-18 08:28:38 +03: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
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.cpp ENGINES: Normalize the getName() result of metaengines 2018-12-10 06:47:27 +01:00
detection_tables.h
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 crash in ResourceManager::readResourceNames 2019-06-17 23:08:00 +03: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: Fix MSVC warnings 2019-05-27 14:53:43 +03:00
fonttext.h
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 JANITORIAL: Removing trailing spaces after int casts 2018-08-17 20:30:20 -07: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
imgloader.cpp
imgloader.h
language.cpp
language.h
loadsave.cpp SLUDGE: Move save/loadVariable() to struct Variable 2018-05-31 23:15:09 +02: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
module.mk SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02: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: Fix MSVC warnings 2019-05-27 14:53:43 +03:00
movie.h
newfatal.cpp SLUDGE: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
newfatal.h SLUDGE: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
objtypes.cpp
objtypes.h
people.cpp SLUDGE: fix use-after-free in PeopleManager::killMostPeople 2019-06-17 22:11:14 +03: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: Objectify FatalMsgManager 2018-05-29 22:37:10 +02:00
sludge.h SLUDGE: Objectify FatalMsgManager 2018-05-29 22:37:10 +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: Fix MSVC warnings 2019-05-27 14:53:43 +03:00
sprites.h
statusba.cpp JANITORIAL: Fix whitespace 2018-04-19 12:08:31 +02:00
statusba.h
thumbnail.cpp SLUDGE: Move global variable thumbnailWidth/Height to GraphicsManager 2018-04-27 19:48:29 +02: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: Remove global variable fadeMode and move transition functions to GraphicsManager 2018-04-29 09:57:32 +02:00
utf8.cpp
utf8.h
variable.cpp SLUDGE: Move save game getter to StackHandler 2018-05-31 23:15:09 +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