Commits on Source 52
-
Eidolon authored
-
SteelT authored
-
toaster authored
-
toaster authored
-
toaster authored
Minor refactor: Handle *sep entirely within S_AdjustSoundParams, instead of having a component partly outside.
-
Sal authored
-
toaster authored
Increase range of anti-grief cvar Closes #20 See merge request KartKrew/Kart-Public!327
-
Sal authored
Makes it act similarly to before if only 1 node needs the file.
-
Sal authored
Prevent multiple nodes fopen-ing the same file See merge request KartKrew/Kart-Public!326
-
Indev authored
-
James R. authored
glibc 2.38 added strlcpy and strlcat.
-
Indev authored
-
James R. authored
- Fix compile with msvcrt - Fix compile with SDL 2.28.2
-
James R. authored
Fix ban.txt crashing game See merge request KartKrew/Kart-Public!329
-
Christian Angel authored
Fix segmentation faults on ODROID-XU3/XU4 running GNU/Linux, and probably other 32-bit ARM devices like older Raspberry Pis
-
Hanicef authored
-
Sal authored
Fix FreeBSD build errors See merge request KartKrew/Kart-Public!333
-
Sal authored
Fix possible segfault for cvars registered from lua with flag CV_CALL See merge request KartKrew/Kart-Public!328
-
Sal authored
Fix segmentation faults on 32-bit ARM devices running GNU/Linux See merge request KartKrew/Kart-Public!332
-
Backport from SRB2 See: STJr/SRB2@e9e0683d Credits go to Lactozilla
-
Alu Folie authored
-
Fixes music fades crashing the game sometimes Backport from SRB2 See: STJr/SRB2@0aa763df Credits to Lactozilla
-
Alu Folie authored
-
Alu Folie authored
the camera never gets centered proper if you join from spectator
-
Alu Folie authored
-
Alu Folie authored
so the game wont crash randomly at mapload sometimes
-
Alu Folie authored
linenum could go out of bounds if you use more than 4 linedefs for such setup, hence making the game unable to retrieve textures and therefore crashing the games sometimes many thx to indev c:
-
Alu Folie authored
-
Alu Folie authored
-
Alu Folie authored
fixes renderer lock ups with transparent textures in software renderer
-
Alu Folie authored
makes precip smooth like software
-
Alu Folie authored
-
Alu Folie authored
-Fix segfaults when damaging mobj with no painstate and when removing source from ShouldDamage -Fix segfault when removing mobjs while iterating thinglist -Fix dangling pointer in mapthing after removing mobj -Fix a segfault when the game cant spawn a MapThing in P_SpawnMapThing -If P_SetMobjState gets called with a player mobj use P_SetPlayerMobjState instead -Add a few P_MobjWasRemoved checks -Make mine explosions a little safer -Fix rare K_RepairOrbitChain crash (thx indev c:)
-
Sal authored
Fix ping command showing a random players ms ping instead of your ping See merge request KartKrew/Kart-Public!342
-
Sal authored
Fix Weather Z coordinate not being interpolated in OpenGL See merge request KartKrew/Kart-Public!343
-
Alu Folie authored
-
Sal authored
Fix FreeMipmapColormap Crash See merge request KartKrew/Kart-Public!335
-
Sal authored
Do music fade callback on main thread See merge request KartKrew/Kart-Public!336
-
Sal authored
Run P_RunShadows also in preticker See merge request KartKrew/Kart-Public!340
-
Sal authored
Fix OGL shearing visually breaking when looking 90 degrees up or down See merge request KartKrew/Kart-Public!344
-
Sal authored
Fix overflow check overflowing in R_DrawRepeatMaskedColumn See merge request KartKrew/Kart-Public!346
-
Alu Folie authored
-
Alu Folie authored
no more if else and weird checks c:
-
NepDisk authored
-
Sal authored
Fix FOFs which use transferline flag and many linedefs randomly crashing See merge request KartKrew/Kart-Public!341
-
Sal authored
Prevent many Mobj related segfaults See merge request KartKrew/Kart-Public!345
-
Sal authored
Center Camera when joining from Spectator See merge request KartKrew/Kart-Public!339
-
Sal authored
Showing
- src/d_clisrv.c 6 additions, 0 deletionssrc/d_clisrv.c
- src/d_net.c 1 addition, 1 deletionsrc/d_net.c
- src/d_netcmd.c 1 addition, 1 deletionsrc/d_netcmd.c
- src/d_netfil.c 9 additions, 2 deletionssrc/d_netfil.c
- src/doomtype.h 10 additions, 1 deletionsrc/doomtype.h
- src/hardware/hw_cache.c 36 additions, 7 deletionssrc/hardware/hw_cache.c
- src/hardware/hw_main.c 4 additions, 3 deletionssrc/hardware/hw_main.c
- src/hu_stuff.c 4 additions, 0 deletionssrc/hu_stuff.c
- src/k_kart.c 4 additions, 3 deletionssrc/k_kart.c
- src/lua_consolelib.c 1 addition, 1 deletionsrc/lua_consolelib.c
- src/lua_maplib.c 2 additions, 0 deletionssrc/lua_maplib.c
- src/m_menu.c 1 addition, 1 deletionsrc/m_menu.c
- src/p_inter.c 5 additions, 0 deletionssrc/p_inter.c
- src/p_local.h 1 addition, 0 deletionssrc/p_local.h
- src/p_mobj.c 53 additions, 20 deletionssrc/p_mobj.c
- src/p_telept.c 2 additions, 0 deletionssrc/p_telept.c
- src/p_tick.c 2 additions, 0 deletionssrc/p_tick.c
- src/p_user.c 22 additions, 0 deletionssrc/p_user.c
- src/r_fps.c 9 additions, 1 deletionsrc/r_fps.c
- src/r_segs.c 2 additions, 2 deletionssrc/r_segs.c