Sally Coolatta
ec02e75f0d
Implement directional lighting
...
(Sloped ceilings are reversed and not sure what to do about it)
2022-05-25 02:51:08 -04:00
Sally Coolatta
b6ed17d9fc
Allow adjusting map contrast
2022-05-24 23:04:48 -04:00
Sally Coolatta
dc890caef3
Add slope lighting
...
Makes slopes at a great enough steepness able to match the contrast of walls.
COMING SOON: Directional lighting & contrast modifier, as options for map header.
2022-05-24 22:23:04 -04:00
Sally Coolatta
ea477cb69a
Make OpenGL use hwLightOffset instead of calculating every time
...
Fake contrast setting is no more
2022-05-24 20:09:32 -04:00
Sally Coolatta
b777b3f96a
Don't apply wall light offsets on brightness 255 or 0
...
Makes skyboxes look better
2022-05-24 19:24:57 -04:00
Sal
8b9adb1b4c
Merge branch 'follower-maintenence' into 'master'
...
Follower angle lag + lookback
See merge request KartKrew/Kart!597
2022-05-24 06:49:15 +00:00
Sal
5c2477348a
Merge branch 'trick-threshold' into 'master'
...
Trick threshold
See merge request KartKrew/Kart!599
2022-05-24 06:48:59 +00:00
Sal
7b64b07494
Merge branch 'shorter-turn-lockout' into 'master'
...
Adjust steering lock after successful DI
See merge request KartKrew/Kart!602
2022-05-24 06:48:46 +00:00
AJ Martinez
849dd2926f
Futureproof loss-of-control check
2022-05-23 16:57:48 -05:00
AJ Martinez
3bc5fac430
Adjust steering lock after successful DI
2022-05-23 16:47:27 -05:00
Sally Coolatta
4b70a64b3f
Ground follower mode
2022-05-23 15:51:00 -04:00
toaster
0e31d2e9a6
* Tricks now have a minimum stick tilt of 1/4th of the data range to activate.
...
* This tilt is a *difference* between the axes, so a slight diagonal shouldn't intefere.
2022-05-23 20:12:31 +01: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
0e60a3ef26
Increase default horzlag to 3
...
This value is closer to how the old value felt before the tracking was improved.
2022-05-23 04:10:20 -04:00
Sally Coolatta
d1d9a5bd10
Fix follower menu crash
2022-05-23 03:03:16 -04:00
Sally Coolatta
69023a96ee
More bobspeed fix
2022-05-23 02:59:52 -04:00
Sally Coolatta
ab9d474e9b
Fix follower color on menu
...
(not that it even uses the real color, buuut...)
2022-05-23 02:57:46 -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
f8ad0a28e7
Fix anglelag typo
2022-05-23 00:40:37 -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
Sal
14053a55cd
Merge branch 'tilttrack-absolution' into 'master'
...
Fix HUD tracking with viewrollangle
See merge request KartKrew/Kart!593
2022-05-23 00:25:34 +00:00
Sal
e492a04976
Merge branch 'lookback-snapback' into 'master'
...
Fix lookback interpolating
See merge request KartKrew/Kart!596
2022-05-23 00:19:50 +00:00
Sal
d7591b0656
Merge branch 'turn-predict' into 'master'
...
Bring back camera prediction
See merge request KartKrew/Kart!592
2022-05-23 00:18:22 +00:00
Sally Coolatta
6f42d84b2a
Fix turn prediction in F12
2022-05-22 19:49:33 -04:00
Sally Coolatta
85aa7361c2
Put a comment about camera easing
2022-05-22 18:03:32 -04:00
Sally Coolatta
ada9336137
OK go back to easing, but now actually work
2022-05-22 17:49:34 -04:00
Sally Coolatta
4f9642f537
Do not register servers twice
...
Advertise_OnChange is CV_NETVAR, so the server will get registered by CV_LoadNetVars when the server starts.
This race condition occasionally pops up in master, but got very consistent with uncapped.
2022-05-22 22:29:02 +01:00
toaster
946beabdf6
Fix lookback interpolating
...
# Conflicts:
# src/p_setup.c
# src/r_fps.c
2022-05-22 22:25:17 +01:00
Sally Coolatta
fa792e3378
Merge branch 'master' into turn-predict
2022-05-22 16:50:19 -04:00
toaster
47f3992cef
Merge branch 'kickspindash' into 'master'
...
Kickstart Accel Spindash Fix
See merge request KartKrew/Kart!595
2022-05-22 20:49:42 +00:00
toaster
0498ed531a
Spindashing now considers kickstart accel-produced BT_ACCELERATEs to be legal.
2022-05-22 21:47:37 +01:00
Sally Coolatta
c9e685be66
Nope, that didn't work, move by your max turn speed until you reach it
2022-05-22 16:30:27 -04:00
Sally Coolatta
986bcddbfc
Ease prediction angle
...
Might feel laggier, might feel better because it gets rid of jitter? idk
2022-05-22 16:21:07 -04:00
Sally Coolatta
0dc472a255
Try resetting driftend
2022-05-22 15:38:08 -04:00
Sally Coolatta
51bde5c934
Merge branch 'master' into turn-predict
2022-05-22 14:42:54 -04:00
Sal
0973f8e806
Merge branch 'mksc-hit-confirm' into 'master'
...
Super Circuit hit confirms
See merge request KartKrew/Kart!594
2022-05-22 18:40:33 +00:00
Sally Coolatta
f1f45c651c
not local
2022-05-22 14:39:54 -04:00
Sally Coolatta
83b5bfef59
Super Circuit hit confirms
...
After getting hit, you'll hear the person who hit you's hit confirm from any distance
2022-05-22 03:26:32 -04:00
Sal
15a4601a30
Merge branch 'uncapped-absolution' into 'master'
...
Uncapped (squashed v2)
Closes Kart-Public#10
See merge request KartKrew/Kart!579
2022-05-22 01:27:01 +00:00
Eidolon
25e9815d82
Update interpolation during objectplace
2022-05-21 14:41:06 -05:00
Eidolon
2742467f9e
Tweaks for kart v1 MR comments
2022-05-21 12:43:28 -05:00
toaster
9c0e793088
Incorporate some of the advances from tilttrack.
...
* Set view context in the player HUD loop inside `ST_overlayDrawer()`.
* The HUD code now gets all interpolated camera data from the view context instead of half-heartedly recreating it.
* Move Lua HUDlib data to the view context system instead of an else ladder.
* View roll support in HUD tracking, because the other changes made this trivial.
* Remove old_viewrollangle as it is now redundant.
2022-05-21 16:51:03 +01:00
toaster
dff5fc37f1
Fixed effective viewroll doubling.
2022-05-21 15:33:35 +01:00
toaster
38e6cba181
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart.git into uncapped-absolution
...
# Conflicts:
# src/f_finale.c
# src/sdl/i_video.c
# src/st_stuff.c
2022-05-21 13:40:20 +01:00
James R
ef8a8061ed
Merge branch 'shortcut-waypoints-fix' into 'master'
...
Small waypoint fixes
See merge request KartKrew/Kart!591
2022-05-21 09:13:26 +00:00
James R
8718d2c2f3
Merge branch 'rewrite-lightning' into 'master'
...
Lightning Shield fixes
See merge request KartKrew/Kart!589
2022-05-21 09:13:17 +00:00