Age | Commit message (Collapse) | Author |
|
|
|
|
|
Xeen: Add detection for the 2CD "talkie" version
|
|
size is a byte, so it is always < 2048.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many of the Star Control classes in the original explicitly used floats
rather than doubles. I'm switching to using them where applicable for
now, since the resulting figures will more closely match the original,
and it will be easier to spot errors in the various formulas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path finding is still missing
video player has audio preloading
small fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a use-after-free in GK2 when restoring a second save
game, when the List reg_t is still considered valid but the List
has moved due to a partial game restore.
|
|
|
|
This fixes incorrect backtraces after a workaround failure or
other call to getCurrentCallOrigin when one or more stack frames
are calls to local procedures.
|