- Oct 06, 2020
-
-
James R. authored
-
- Sep 28, 2020
-
-
James R. authored
-
- Sep 27, 2020
-
-
James R. authored
-
James R. authored
Because that resets Grow music when you stack Grow over Invincibility, and Invincibility ends. (Also Megamix Themes.) Thanks Snu, for calling P_RestoreMusic every tic!
-
James R. authored
Toggleable via the resetspecialmusic cvar.
-
James R. authored
-
James R. authored
-
James R. authored
This reverts commit a210874ae421007d0bc97b827b4e52c9b076cd90.
-
James R. authored
This reverts commit ee78597a42b4e5edf5b22466682b9a00da6bcecf.
-
James R. authored
-
James R. authored
This fixes a bug with death fades.
-
James R. authored
This is probably important, right?
-
James R. authored
Cvars are respawnfademusicout and respawnfademusicback. Both measure milliseconds.
-
James R. authored
Toggleable via the resume cvar.
-
James R. authored
Cvars are invincibilitymusicfade and growmusicfade. Both measure milliseconds.
-
James R. authored
-
James R. authored
-
James R. authored
-
James R. authored
-
James R. authored
-
James R. authored
-
- Sep 25, 2020
-
-
James R. authored
-
Sal authored
Open lua files in srb2home See merge request KartKrew/Kart-Public!234
-
- Sep 24, 2020
-
-
James R. authored
-
- Sep 20, 2020
-
-
Sal authored
Fix engine sound volume See merge request KartKrew/Kart-Public!231
-
- Sep 19, 2020
-
-
Sal authored
Link with exchndl, instead of dynamically loading it. See merge request KartKrew/Kart-Public!230
-
Sal authored
Kill some nonsense See merge request KartKrew/Kart-Public!232
-
- Sep 18, 2020
- Sep 17, 2020
-
-
Sal authored
Fix engine sounds' dampening to a sane value, now that the bug preventing it from working properly was fixed. You can hear engines in 16P again, but it's not as obnoxiously loud as it was before. Additionally, I commented this function better.
-
SteelT authored
It caused problems with crash reports not being made if the current working directory gets changed. Not even recommended anymore per the drmingw readme https://github.com/jrfonseca/drmingw#exchndl
-
- Sep 16, 2020
-
-
Sal authored
Disable Discord Rich Presence on dedicated servers See merge request KartKrew/Kart-Public!229
-
James R. authored
-
- Sep 15, 2020
-
-
Sal authored
Move master server presence updates to Advertise_OnChange See merge request KartKrew/Kart-Public!227
-
Sal authored
Make "divide by zero" or "modulo by zero" errors show the file and line of where it happened See merge request KartKrew/Kart-Public!228
-
SteelT authored
Shouldn't break scripts as it stops execution as soon it happens, like it already does.
-
- Sep 14, 2020
-
-
Sal authored
This will probably call DRPC_UpdatePresence slightly less?
-
Sal authored
Rename the "small" variable to "isSmall" See merge request KartKrew/Kart-Public!226
-
Sal authored
Reported by MK, apparently "small" is considered a data type for some systems. After a little bit of research, apparently it can happen when including <windows.h>... whatever, just rename the variable :p
-
- Sep 13, 2020
-
-
James R. authored
-