toaster
871de857ae
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into setangle
...
# Conflicts:
# src/p_enemy.c
# src/p_mobj.c
2022-09-24 20:23:35 +01:00
Sally Coolatta
107622968e
Merge branch 'master' into new-menus
2022-08-27 22:36:58 -04:00
toaster
3a4b485c5d
Remove P_InitAngle and its kin, considered on a case-by-case basis for also setting old_angle as well.
2022-08-25 11:35:09 +01:00
Sally Coolatta
3164199512
Reset state when bouncing
2022-05-31 21:53:19 -04:00
Sally Coolatta
c3bb2c8539
Add bouncing followers
...
Set `BobAmp` on a ground follower to set its bouncing velocity.
2022-05-31 07:28:30 -04:00
toaster
d963dea4f9
Merge branch 'master' into new-menus
...
# Conflicts:
# src/Sourcefile
# src/deh_soc.c
# src/m_menu.c
# src/p_user.c
# src/r_data.h
# src/r_skins.h
2022-05-25 15:12:51 +01:00
Sally Coolatta
4b70a64b3f
Ground follower mode
2022-05-23 15:51:00 -04:00
Sally Coolatta
6e3c4dbc34
> numfollowers-1 -> >= numfollowers
2022-05-23 13:40:51 -04:00
Sally Coolatta
d8b7967a22
Make all instances of this sine use M_TAU_FIXED
2022-05-23 13:38:53 -04:00
Sally Coolatta
6574f822a4
Fix bobspeed + menu z offset
2022-05-23 02:57:20 -04:00
Sally Coolatta
fcff62fc9e
Lag of FRACUNIT matches your position exactly
2022-05-23 02:45:32 -04:00
Sally Coolatta
d67c658643
Fix angle lag not working
...
(Why was angle being set again above this...)
2022-05-23 01:09:58 -04:00
Sally Coolatta
cda0441abb
Follower angle lag + lookback
...
- ANGLELAG lets you set how fast the followers swivel around. Default is 8*FRACUNIT, old behavior can be returned with FRACUNIT.
- Followers reverse their angle when you hold the lookback button.
- All lag values can't go below FRACUNIT instead of 1.
2022-05-23 00:36:03 -04:00
Sally Coolatta
b5334e6b42
Move follower code to its own file
2022-05-23 00:23:46 -04:00