- Nov 23, 2018
-
-
Sal authored
-
-
Sal authored
-
Sal authored
nettimeout being 10 seconds is INSANITY, and maxping of 500 is when it starts being unplayable (I could also be bargained to raise it to 750 or 1000 though). Not sure if jointimeout causes any freezing, if it does then I'd also like to lower that
-
Sal authored
Immediate Time Medal Unlock Fix See merge request KartKrew/Kart!104
-
- Nov 22, 2018
-
-
Monster Iestyn authored
-
toaster authored
Turns out your unlocks are delayed a little bit! The medals are saved, but the unlocks due to the medals aren't immediate... which is a problem for Hell Attack, since there's no indication you need to play another level for it all to work!!!
-
Sal authored
It is possible to outrun SPB on gramet now
-
Sal authored
This makes rubber-burn turning even more useless, but I don't think there's a way to fix the rubber-burn turn without breaking demo playback, so let's just do the part that is needed for now. I kinda want to redo how that mechanic works anyway.
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
-
- Nov 20, 2018
-
-
Sal authored
- The skin values are now locked between 1 and 9. - kartspeed & kartweight are no longer locked on skin-switch. Combined with the above, this results in no gameplay change, other than the character select showing the proper value. - Values used for the engine sounds are locked. No longer can overflow into character voices or freeslotted sounds. - Removed the overzealous weight locking when in offroad. If we want to ACTUALLY lock speed/weight for Lua too then we should do that in the Lua stuff.
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
Another typo here
-
Sal authored
-
Sal authored
- Make dust retain some of your speed so it's more visible - Only play effect when moving and on the ground
-
Sal authored
-
Sal authored
This fixes two bugs: - Makes it so that the countdown happens when all the winners are ACTUALLY in instead of the first loser, because exiting timer wasn't set for the last winner in the place this was down before - Means that the countdown timer can be set on disconnect
-
- Nov 19, 2018
-
-
Sal authored
-
- Nov 18, 2018
-
-
Sal authored
-
Sal authored
-
Sal authored
Finish countdown only starts when all winners are declared See merge request KartKrew/Kart!99
-
Sal authored
Avoid Modifying Default Controller Layout Manual Page See merge request KartKrew/Kart!102
-
Sal authored
Fix the player in 16th not being visible in rankings See merge request KartKrew/Kart!103
-
Sal authored
Nextmerge again See merge request KartKrew/Kart!101
-
toaster authored
Fix the Memory Leak See merge request KartKrew/Kart!100
-
toaster authored
-
toaster authored
Swap gc_lookback and gc_brake's default binded keys on controllers. (see the first issue in http://mb.srb2.org/showpost.php?p=802758&postcount=30)
-
toaster authored
-
https://git.magicalgirl.moe/STJr/SRB2.gittoaster authored
# Conflicts: # src/d_clisrv.c # src/m_misc.c
-
Monster Iestyn authored
-
Sryder authored
The Kart Minimap heads I believe should use GTC_CACHE as they're shown in level, only(?) Not using it causes the memory to keep creeping up as more colourmaps are loaded but not freed, while OpenGL by extention endlessly keeps making new textures for the "new" colourmaps.
-
toaster authored
Negate `(netgame || multiplayer)` condition for countdown to use `defaultvalue` instead of `value` per the specifics of the previous implementation
-
Monster Iestyn authored
Camera subsector crash fix See merge request STJr/SRB2!318
-
Sryder authored
-
Sryder authored
-