..
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
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
debugger.cpp
debugger.h
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
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
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
module.mk
move.cpp
move.h
multiobj.cpp
multiobj.h
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
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
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
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
strres.h
text.cpp
text.h
timers.cpp
timers.h
tinlib.cpp
Merging more of the GSoC 2008 RTL branch: TINSEL
2008-09-01 20:22:10 +00:00
tinlib.h
tinsel.cpp
Switched various Engine APIs to use Common::Error
2008-11-06 17:05:54 +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