Age | Commit message (Collapse) | Author |
|
|
|
I forgot to do commits and it was already too late to revert back the
changes I've because they were too numerous.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create Frame structure and drawFrame(..) convenience method, also
DisplayMan unpacks all the bitmaps with unpackGraphics()
|
|
|
|
|
|
|
|
Add DungeonMan class with support for loading and uncompressing
Dungeon.dat file into memory
|
|
Add display manager named DisplayMan with functions: setUpScreens(),
loadGraphics() (which loads graphics from the graphics.dat file),
setPalette(..), loadIntoBitmap(..) which loads the requested image into a
bitmap and blitToScreen(..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI: Make kFileIORename use wrapped filenames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes deleting savegames in Phantasmagoria 1.
|
|
This workaround is needed when starting a new game from a chapter after
the first one
|
|
This file is used during the chase sequence, and needs the same
read/write logic as phantsg.dir
|
|
|
|
|