- Dec 22, 2022
-
-
Sal authored
Currently this breaks some parts of the ACS functionality ... before I made a handful of small extensions to ACSVM's slightly-limited C API myself, and I didn't get them into the actual repo yet. But now that we've moved to actual C++ compiling, I will likely just flat-out rewrite the SRB2 side of the code in C++ so it can use the library directly.
-
Sal authored
-
Oni authored
Make ring respawn a division See merge request KartKrew/Kart!833
-
Sal authored
-
Sal authored
Add half hitlag to invulnerable players if they would normally take damage Closes #364 See merge request KartKrew/Kart!814
-
Sal authored
-
Oni authored
Fix spring stack overflow Closes #377 See merge request KartKrew/Kart!831
-
Sal authored
-
Oni authored
Alter MF_NOCLIP behavior See merge request KartKrew/Kart!829
-
Sal authored
-
Oni authored
Fix netsave loading crash from saving gamedata Closes #380 See merge request KartKrew/Kart!832
-
James R. authored
-
James R. authored
Add TESTERS and HOSTTESTERS builds to CMake options See merge request KartKrew/Kart!830
-
Sal authored
Lets it stay very long for 1v1 like we want, but not matter the closer it gets to 8 players. Tired of people spamming rings to compensate for this problem :V
-
James R. authored
P_LoadLevel calls some functions that save gamedata and unset save_p.
-
Sal authored
Closes #377
-
- Dec 21, 2022
- Dec 20, 2022
-
-
toaster authored
Break the Capsules additions See merge request KartKrew/Kart!793
-
- Dec 19, 2022
-
-
Oni authored
Unlockables Undefeatable Closes #350 and #324 See merge request KartKrew/Kart!789
-
toaster authored
-
toaster authored
-
-
toaster authored
Instead, if you want an exception - in the *same* MainCfg block, set `doClearLevels = False` (or `0`, or `No`)
-
toaster authored
* Prevents the dependency on a `levellist` global that could be corrupted * Fixes the issue where cups that were not unlocked would not show up on the cup select (because `M_MapLocked` would make `M_CanShowLevelInList` fail). * Shows both Race and Battle maps in the cup unlock preview.
-
https://git.do.srb2.org/KartKrew/Karttoaster authored
# Conflicts: # src/k_menudraw.c # src/k_menufunc.c
-
toaster authored
Remove dynamic base from CMake target link options See merge request KartKrew/Kart!827
-
toaster authored
-
toaster authored
-
toaster authored
Fix not being able to play sounds from sector->soundorg See merge request KartKrew/Kart!828
-
Sal authored
- Things with MF_NOCLIP can still run code when touching things, but won't be blocked by them. - Things need both (MF_NOCLIP|MF_NOCLIPTHING) to do a single movement step, since MF_NOCLIP can do thing collision now.
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
-
Sal authored
Spring terrain Closes #362 See merge request KartKrew/Kart!820
-
James R. authored
-