scummvm/engines/tinsel
2008-08-30 21:03:15 +00:00
..
actors.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
actors.h
anim.cpp
anim.h
background.cpp cleanup; removed const bNoScroll variable 2008-07-23 10:33:36 +00:00
background.h cleanup; removed const bNoScroll variable 2008-07-23 10:33:36 +00:00
bg.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
cliprect.cpp More tinsel cleanup 2008-07-25 09:17:47 +00:00
cliprect.h cleanup 2008-07-25 09:15:03 +00:00
config.cpp TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
config.h TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
coroutine.h Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
cursor.cpp Fixed the inventory bug that's been reported in the forums 2008-07-25 12:59:46 +00:00
cursor.h
debugger.cpp
debugger.h
detection.cpp TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
dw.h cleanup 2008-08-27 17:41:05 +00:00
effect.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
events.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
events.h
faders.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
faders.h
film.h
font.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
font.h
graphics.cpp TINSEL: Get rid of Graphics::Surface class 2008-07-25 09:12:03 +00:00
graphics.h TINSEL: Get rid of Graphics::Surface class 2008-07-25 09:12:03 +00:00
handle.cpp
handle.h
heapmem.cpp
heapmem.h
inventory.cpp TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
inventory.h TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
mareels.cpp
module.mk
move.cpp
move.h
multiobj.cpp
multiobj.h
music.cpp Moved the mutex locking a bit. (Consistent with how the AGOS engine does it.) 2008-08-20 09:15:59 +00:00
music.h
object.cpp Fixed the inventory bug that's been reported in the forums 2008-07-25 12:59:46 +00:00
object.h TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
palette.cpp TINSEL: Updating the palette should only require a call to OSystem::updateScreen and not a blit 2008-07-25 09:05:04 +00:00
palette.h TINSEL: Renamed CoroutineInstall back to ProcessCreate; got rid of yet another typedef; more cleanup 2008-07-23 16:55:52 +00:00
pcode.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
pcode.h TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
pdisplay.cpp TINSEL: ActorTag & PolyTag abused a SCNHANDLE and some global enums to keep a trinary state -- fixed that by introducing a new enum HotSpotTag 2008-07-25 09:13:08 +00:00
pid.h
play.cpp change PPINIT struct to use ScummVM datatypes, so sizeof(PPINIT) is 28 on ppc/OSX as well. 2008-07-25 10:20:05 +00:00
polygons.cpp More tinsel cleanup 2008-07-25 09:17:47 +00:00
polygons.h TINSEL: Got rid of NO_TAG (not used) 2008-07-25 09:15:32 +00:00
rince.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
rince.h More tinsel cleanup 2008-07-25 09:17:47 +00:00
saveload.cpp Make sure that save game descriptions are 0-terminated 2008-07-30 08:23:04 +00:00
savescn.cpp TINSEL: Fixed forgotten ClearScreen(0) call 2008-07-25 09:18:39 +00:00
savescn.h
scene.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
scene.h More tinsel cleanup 2008-07-25 09:17:47 +00:00
sched.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
sched.h Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
scn.cpp Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion with DW2 2008-08-02 23:01:14 +00:00
scn.h
scroll.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
scroll.h Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
serializer.h
sound.cpp cleanup 2008-07-24 10:31:37 +00:00
sound.h cleanup 2008-07-24 10:31:37 +00:00
strres.cpp
strres.h
text.cpp
text.h
timers.cpp
timers.h
tinlib.cpp TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT 2008-07-25 09:19:06 +00:00
tinlib.h
tinsel.cpp TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
tinsel.h TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383) 2008-08-30 21:03:15 +00:00
token.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
token.h