scummvm/engines/tinsel
2009-11-02 23:48:21 +00:00
..
actors.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
actors.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
anim.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
anim.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
background.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
background.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
bg.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
bmv.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
bmv.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
cliprect.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
cliprect.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
config.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
config.h TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
coroutine.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
cursor.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
cursor.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
debugger.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
debugger.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection.cpp TINSEL: Move BMV player code into a new BMVPlayer class 2009-10-20 14:06:17 +00:00
dialogs.cpp TINSEL: Small correction to the previous hotfix for _vm->_config crash 2009-11-02 23:48:21 +00:00
dialogs.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
drives.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
drives.h TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD static vars; merge two logic blocks ('ifs') in DoRestoreSceneFrame 2009-11-02 21:57:16 +00:00
dw.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
effect.cpp
events.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
events.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
faders.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
faders.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
film.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
font.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
font.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
graphics.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
graphics.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
handle.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
handle.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
heapmem.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
heapmem.h TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics 2009-10-27 00:37:54 +00:00
mareels.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
mareels.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
module.mk Change "=" to ":=" in some module.mk files for consistency. 2009-10-24 21:55:53 +00:00
move.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
move.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
multiobj.cpp TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD static vars; merge two logic blocks ('ifs') in DoRestoreSceneFrame 2009-11-02 21:57:16 +00:00
multiobj.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
music.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
object.cpp TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD static vars; merge two logic blocks ('ifs') in DoRestoreSceneFrame 2009-11-02 21:57:16 +00:00
object.h TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD static vars; merge two logic blocks ('ifs') in DoRestoreSceneFrame 2009-11-02 21:57:16 +00:00
palette.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
palette.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pcode.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pcode.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pdisplay.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pdisplay.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
pid.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
play.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
play.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
polygons.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
polygons.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
rince.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
rince.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
savescn.cpp TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD static vars; merge two logic blocks ('ifs') in DoRestoreSceneFrame 2009-11-02 21:57:16 +00:00
savescn.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
scene.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
scene.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sched.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sched.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
scn.cpp TINSEL: Move ExtractActor from scn.* to play.* 2009-10-26 10:40:35 +00:00
scn.h TINSEL: Move ExtractActor from scn.* to play.* 2009-10-26 10:40:35 +00:00
scroll.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
scroll.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sound.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
sound.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
strres.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
strres.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sysvar.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
sysvar.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
text.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
text.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
timers.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
timers.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
tinlib.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
tinlib.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
tinsel.cpp TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
tinsel.h TINSEL: Turn config code into a simple C++ class 2009-11-02 21:56:29 +00:00
token.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
token.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00