- May 23, 2022
-
-
Sal authored
-
Sal authored
An optimized error check was put into P_BlockThingsIterator for tmthing, but this meant that anything that was not using or even setting this variable (the supermajority of them) would exit after finding 1 thing in each block. To keep this error check & keep it optimized, the PIT_ functions were expanded to three options instead of two: BMIT_CONTINUE lets the search continue. If used as the last mobj, it will return true when the iterator finishes. BMIT_ABORT ends the search and forces the iterator to return false. BMIT_STOP ends the search and forces the iterator to return true.
-
Sal authored
Fix HUD tracking with viewrollangle See merge request KartKrew/Kart!593
-
Sal authored
Fix lookback interpolating See merge request KartKrew/Kart!596
-
Sal authored
Bring back camera prediction See merge request KartKrew/Kart!592
-
- May 22, 2022
-
-
Sal authored
-
Sal authored
-
Sal authored
-
toaster authored
# Conflicts: # src/p_setup.c # src/r_fps.c
-
Sal authored
-
toaster authored
Kickstart Accel Spindash Fix See merge request KartKrew/Kart!595
-
toaster authored
-
Sal authored
-
Sal authored
Might feel laggier, might feel better because it gets rid of jitter? idk
-
Sal authored
-
Sal authored
-
Sal authored
Super Circuit hit confirms See merge request KartKrew/Kart!594
-
Sal authored
-
Sal authored
After getting hit, you'll hear the person who hit you's hit confirm from any distance
-
Sal authored
Uncapped (squashed v2) Closes Kart-Public#10 See merge request KartKrew/Kart!579
-
- May 21, 2022
-
-
Eidolon authored
-
Eidolon authored
-
toaster authored
* 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.
-
toaster authored
-
https://git.do.srb2.org/KartKrew/Kart.gittoaster authored
# Conflicts: # src/f_finale.c # src/sdl/i_video.c # src/st_stuff.c
-
James R. authored
Small waypoint fixes See merge request KartKrew/Kart!591
-
James R. authored
Lightning Shield fixes See merge request KartKrew/Kart!589
-
James R. authored
Directional Influence See merge request KartKrew/Kart!588
-
Sal authored
-
Sal authored
-
Sal authored
"Dr. Robotnik's Ring Racers" rebranding See merge request KartKrew/Kart!590
-
Sal authored
-
Sal authored
-
Sal authored
REALLY complicated, because just emulating player turning in ticcmd code is broken.
-
SteelT authored
-
Sal authored
-
Sal authored
- Shortcut waypoints are pink now instead of blue. (barkley's ran into the issue of a shortcut waypoint on the main path too many times) - Waypoint debug uses a shaded blue sphere sprite instead of a thok sprite, because it makes the color easier to see on different backgrounds. - Use 1 splat for waypoint radius instead of shittons of orbs
-
Sal authored
Fixes shortcut pathfinding behavior when the entire shortcut's waypoints have the flag instead of only the entrance.
-
James R. authored
-