Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
This happens all the time in Phantasmagoria, with no ill side-effects
|
|
This is used in Phantasmagoria, chapter 3, nursery (room 14200),
during the "ghost lullaby" event. It is used to make the lullaby
sound exclusive, but it really doesn't make any major difference.
Also, the documentation has been adjusted to contain this
information. Finally, the documentation has been adjusted to use
80 columns
|
|
|
|
|
|
The shortcuts for horizontal and vertical lines should draw the extra
thickness pixels around the line, not below it or to the right
|
|
|
|
|
|
The compiler was super-optimizing there, and my initial untangling
was incorrect. Restoring it with nasty goto's and will fix it later
once we have enough test cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Negative cel numbers are exploited by at least the hi-res mode of
PQ4CD.
|
|
|
|
|