Aaron Suen 34a2562964 Polyfill for player:get_velocity, clean up other hooks
This gets rid of the 5.4+ "deprecated get_player_velocity" warning
and modernizes the code to use get_velocity() everywhere, while
still remaining compatible with 5.3 for now (tested).  The polyfill
had to be on joinplayer because the nc_player_pickup auto-one-time
method of using after() won't reliably patch the player before some
other globalstep tries to read player velocity.

When MT 5.5 is released and 5.3 support ends, the polyfill just
needs to be removed to clean it up.

Also tidied up and consistentized the logging for other hooks.
2021-12-03 08:09:57 -05:00
..
2021-03-05 20:35:36 -05:00
2021-08-23 06:28:54 -04:00
2021-12-01 20:12:12 -05:00
2021-09-12 09:07:26 -04:00
2021-12-02 22:12:59 -05:00
2021-06-26 09:35:32 -04:00