aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Collapse)Author
2008-07-29Changed class File (and derived classes) to only support read-only access; ↵Max Horn
added a new class DumpFile for writing svn-id: r33412
2008-07-25Fixed the inventory bug that's been reported in the forumsSven Hesse
svn-id: r33288
2008-07-25change PPINIT struct to use ScummVM datatypes, so sizeof(PPINIT) is 28 on ↵Joost Peters
ppc/OSX as well. svn-id: r33285
2008-07-25TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, ↵Max Horn
PCONFINIT svn-id: r33282
2008-07-25TINSEL: Fixed forgotten ClearScreen(0) callMax Horn
svn-id: r33281
2008-07-25More tinsel cleanupMax Horn
svn-id: r33280
2008-07-25TINSEL: Got rid of NO_TAG (not used)Max Horn
svn-id: r33278
2008-07-25cleanupMax Horn
svn-id: r33277
2008-07-25TINSEL: ActorTag & PolyTag abused a SCNHANDLE and some global enums to keep ↵Max Horn
a trinary state -- fixed that by introducing a new enum HotSpotTag svn-id: r33276
2008-07-25TINSEL: Get rid of Graphics::Surface classMax Horn
svn-id: r33275
2008-07-25TINSEL: Updating the palette should only require a call to ↵Max Horn
OSystem::updateScreen and not a blit svn-id: r33274
2008-07-24cleanupMax Horn
svn-id: r33263
2008-07-24Moved scheduler / process managment code into a new class SchedulerMax Horn
svn-id: r33259
2008-07-23cleanupMax Horn
svn-id: r33250
2008-07-23TINSEL: Renamed CoroutineInstall back to ProcessCreate; got rid of yet ↵Max Horn
another typedef; more cleanup svn-id: r33249
2008-07-23Moved POLYGON struct into polygon.cpp; got rid of some more typedefsMax Horn
svn-id: r33241
2008-07-23cleanup; removed const bNoScroll variableMax Horn
svn-id: r33237
2008-07-23Removed some dead codeMax Horn
svn-id: r33236
2008-07-23Got rid of some typedefsMax Horn
svn-id: r33235
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230