scummvm/engines/tinsel
2008-11-14 22:08:10 +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 Got rid of some typedefs 2008-07-23 10:27:24 +00:00
anim.cpp Got rid of some typedefs 2008-07-23 10:27:24 +00:00
anim.h Got rid of some typedefs 2008-07-23 10:27:24 +00:00
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 Changed tinsel's volume range (0-127) to match ScummVM's (0-255) 2008-09-19 13:58:09 +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 cleanup 2008-08-30 22:16:59 +00:00
cursor.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
debugger.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
debugger.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
detection.cpp - The GMM save dialog is now working for all engines which support the appropriate features 2008-11-09 16:13:34 +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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
faders.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
faders.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
film.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
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 Got rid of some typedefs 2008-07-23 10:27:24 +00:00
handle.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
heapmem.cpp Got rid of some typedefs 2008-07-23 10:27:24 +00:00
heapmem.h Got rid of some typedefs 2008-07-23 10:27:24 +00:00
inventory.cpp Changed tinsel's volume range (0-127) to match ScummVM's (0-255) 2008-09-19 13:58:09 +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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
module.mk Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
move.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
move.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
multiobj.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
multiobj.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
music.cpp Changed tinsel's volume range (0-127) to match ScummVM's (0-255) 2008-09-19 13:58:09 +00:00
music.h Changed tinsel's volume range (0-127) to match ScummVM's (0-255) 2008-09-19 13:58:09 +00:00
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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
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 Fix warning 2008-10-12 21:51:52 +00:00
savescn.cpp TINSEL: Fixed forgotten ClearScreen(0) call 2008-07-25 09:18:39 +00:00
savescn.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
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 Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
sound.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
sound.h Changed tinsel's volume range (0-127) to match ScummVM's (0-255) 2008-09-19 13:58:09 +00:00
strres.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
strres.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
text.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
text.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
timers.cpp Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
timers.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
tinlib.cpp Merging more of the GSoC 2008 RTL branch: TINSEL 2008-09-01 20:22:10 +00:00
tinlib.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
tinsel.cpp Committed my patch #2123680 "SDL: Backend transaction / rollback support". 2008-11-14 22:08:10 +00:00
tinsel.h Switched various Engine APIs to use Common::Error 2008-11-06 17:05:54 +00:00
token.cpp Moved scheduler / process managment code into a new class Scheduler 2008-07-24 08:59:17 +00:00
token.h Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00