Commit Graph

3 Commits

Author SHA1 Message Date
nmlgc 60a700eeda [Maintenance] Declare the "no valid point" constant (-999) in a single place
Part of P0110, funded by [Anonymous] and Blue Bolt.
2020-08-19 19:32:37 +02:00
nmlgc 8af732a6a5 [Reverse-engineering] [th04/th05] Player shot hitboxes
As in, the global variables describing the area that should be checked
for collisions with player shots in the next call to the shot hit test
function.

Part of P0109, funded by [Anonymous] and Blue Bolt.
2020-08-16 21:40:34 +02:00
nmlgc ba66fcc801 [Reverse-engineering] [th04/th05] Currently alive player shots
Copying out the shot position might have actually been a decent
optimization for hit detection, to avoid the indirection if the shot
is not colliding with anything.

Part of P0088, funded by -Tom-.
2020-05-03 23:18:56 +02:00