James R
a90520ebdc
Do not factor roll and pitch into model rollangle
...
Those transformations are applied separately so the model
tilts in 3d space.
2021-12-10 00:32:46 -08:00
James R
2a74ee07f1
Update underwater physics
...
- Reduce steering effect and remove increased friction.
- Strafe into turns and tilt the inside wheels up.
2021-12-05 20:12:48 -08:00
Sally Coolatta
4eee8ab1d7
Fix tilting in splitscreen
...
R_GetPitchRollAngle used R_PointToAngle. This was fine because it was meant for rendering code. However tilting does its code mostly in player thinker, and it also uses this function, so it was not fine -- it would have some remainder tilt settings from the last player's screen.
2021-06-12 02:15:00 -04:00
Sally Coolatta
48c8843feb
Merge branch 'master' into stair-janking
2021-04-21 21:44:23 -04:00
toaster
b3d006b093
structs gunched
2021-04-17 00:27:13 +01:00
James R
3f09cd4f2b
Stair janking VFX
...
Little sparks spawn on one side of your jart while
stepping, plays for 4 frames on each side.
Loops if 10 tics of the janking animation remain.
2021-04-11 18:57:31 -07:00
James R
2b173f1ec0
Rumble the jart when stepping on staircases
...
- Sprite tilts back and forth 5.625 degrees, two tics each
side, for 17 tics (half a second).
- Turning is ignored--as if in the air--every other tic
during those 17 tics.
2021-04-10 03:22:23 -07:00
James R
5660cac3ad
Stronger tilt on sliptiding + turn to face the camera
...
Oni's Sick Nasty
2021-04-06 20:45:47 -07:00
James R
9dcce02e5e
Don't add tumble/sliptide rollangle to camera tilt
2021-04-06 20:43:31 -07:00
James R
696e405038
Lift the wheels of your jart a little when sliptiding
2021-04-06 16:25:25 -07:00
Sally Coolatta
ced33388e3
Enable slope tilting
2021-04-01 22:13:35 -04:00
Sally Coolatta
885b7673eb
Makes it to kart files
2021-03-01 01:02:23 -05:00
Jaime Passos
b4b4738c94
Changes to sprite rendering:
...
- Added render flags (see r_defs.h)
- Implemented floor splats
- Drop shadow sprite rendering through render flags
2020-10-12 00:13:22 -03:00
Jaime Passos
3e06bd4985
Move calculation of rotated patch dimensions into its own function
...
Simplify rotation code when the pivot isn't in the center
2020-10-11 03:39:31 -03:00
Jaime Passos
63bdcb294e
Fix rotated flipped patches
2020-10-10 19:06:29 -03:00
Jaime Passos
c40f2b3f2b
Add r_patchrotation.h
2020-10-10 18:53:05 -03:00
Jaime Passos
e23929a899
Refactor patch rotation
2020-10-10 18:43:26 -03:00