scummvm/engines/sludge
2018-05-31 23:15:09 +02:00
..
allfiles.h
backdrop.cpp SLUDGE: Move SetVariable() into struct Variable 2018-05-31 23:15:09 +02:00
backdrop.h
bg_effects.cpp SLUDGE: Move stack size getter to struct StackHandler 2018-05-31 23:15:09 +02:00
bg_effects.h
builtin.cpp SLUDGE: Move save game getter to StackHandler 2018-05-31 23:15:09 +02:00
builtin.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
configure.engine
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_tables.h
detection.cpp Merge pull request #1187 from bgK/detection-refactor-unknown 2018-05-28 18:43:15 +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: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
fileset.h SLUDGE: Move resource names to ResourceManager 2018-05-29 22:37:10 +02:00
floor.cpp SLUDGE: Objectify FloorManager 2018-05-01 18:41:51 +02:00
floor.h SLUDGE: Objectify FloorManager 2018-05-01 18:41:51 +02:00
fonttext.cpp
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 SLUDGE: Move stack variable getter/setter to VariableStack 2018-05-31 23:15:09 +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
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 JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02: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: Move value getters to struct Variable 2018-05-31 23:15:09 +02:00
people.h SLUDGE: Split out function.h/cpp for upcoming refactoring 2018-05-29 22:37:10 +02:00
region.cpp SLUDGE: Replace linked list by Common::List in RegionManager 2018-04-15 01:09:35 +02:00
region.h SLUDGE: Replace linked list by Common::List in RegionManager 2018-04-15 01:09:35 +02:00
savedata.cpp SLUDGE: Move text related functions to struct Variable 2018-05-31 23:15:09 +02: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
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
zbuffer.h