Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First wait-point in Hystersia Maze was incorrectly triggered
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dialogue was not available
|
|
Also named goal for McCoy arrest
|
|
Removed issue where McCoy went to jail for no reason at start of 3rd act
|
|
|
|
Added Region_Check functionality
Code cleanup
|
|
Fixed some errors as well
|
|
|
|
|
|
|
|
|
|
Also added last few missing script commands.
|
|
Fixed Zuben chase.
Added name of some flags used in the China town.
|
|
Animation was not playing due to wrong switch statment
|
|
It is also possible to start new game from it.
|
|
Clang and newer versions of GCC i.e. v8.2 require the comment to match
"fall through" to surpress warnings so change "no break" comments to
match.
|
|
C++ math functions are overloaded so operate using single-precision
when receiving a float input. The C standard library on FreeMiNT
does not fully support C99 math so use of sqrtf, sinf, etc.
instead of the C++ API does not work.
|
|
|
|
|
|
|
|
|
|
Confirmed missing by peterkohaut (and gcc7).
|
|
|
|
|