Commit graph

22339 commits

Author SHA1 Message Date
NepDisk
35bbf39f47 aaaa 2025-09-27 15:28:57 -04:00
NepDisk
2430bc7e50 Revert "Oh look at the little scringly dingly"
This reverts commit 95d032889f.
2025-09-27 15:28:11 -04:00
GenericHeroGuy
e266fb723a oops 2025-09-27 21:12:13 +02:00
Anonimus
95d032889f Oh look at the little scringly dingly 2025-09-27 14:50:51 -04:00
GenericHeroGuy
0cffa16a45 Fix assert when entering splitscreen on replays (closes #94)
The problem is quite simple: G_LeaveParty is called for the old value of
displayplayers[1] which is 0, and this triggers the assert for replays from
dedi servers where player 0 doesn't exist.
No idea if the fix is correct but I assume making a non-existent player
leave their party is nonsense
2025-09-27 19:21:27 +02:00
NepDisk
28c4ebd968 agagaga 2025-09-27 13:17:57 -04:00
NepDisk
b2d3da4aa2 Update code karma stuff to be more accurate
Turns out you can still drive even with karma off in v1 so lets repat this here
2025-09-27 12:19:36 -04:00
NepDisk
44ec1d9ef5 Don't calculate battle wanted in p_ticker if wanted isn't on 2025-09-27 09:50:00 -04:00
NepDisk
e4a9561261 Make usage of battlespeed cvar a gametyperule 2025-09-27 09:06:36 -04:00
NepDisk
99a6d1aefa Add a small speed bonus for wall transfering
One part MKWii brainrot, one part making this less ass
2025-09-27 00:12:00 -04:00
NepDisk
6c26d96910 Don't set default time limit for battle 2025-09-26 23:04:38 -04:00
NepDisk
37012cfc60 Draw karma points display in 4p like bumpers 2025-09-26 22:51:59 -04:00
NepDisk
f551718fd2 hash 2025-09-26 21:51:55 -04:00
NepDisk
74973764e2 Update Draft and Timers to support offsets and use stplyrnum more 2025-09-26 21:31:44 -04:00
NepDisk
0c2d8eefc2 Basic Slip stream indicator for now
splitscreen for this hud element is broken and needs to be fixed
2025-09-26 18:22:17 -04:00
GenericHeroGuy
a08c097a20 Fix VID_BlitLinearScreen's SSE version ignoring width (closes #128) 2025-09-26 23:59:53 +02:00
NepDisk
f60e499f91 Implement Worst mode for lagless (for #129) 2025-09-26 15:05:28 -04:00
NepDisk
db315f72ac Comment out all stuff for big mode icons
We don't use this stuff currently so lets comment it out so its not compiled
2025-09-26 14:39:46 -04:00
NepDisk
e098598a3d Renable item timers and adjust for new assets 2025-09-26 14:16:10 -04:00
Anonimus
eade241d3b Add SPBs to battle mode
The ultimate means against camping
2025-09-26 00:05:06 -04:00
Gustaf Alhäll
003bef11ae Fix compiler warning 2025-09-25 21:42:09 -04:00
Gustaf Alhäll
31ac81fe93 Fix edge case when checking line in P_PathTraverse
Ported from 31e8ba9238
2025-09-25 21:40:09 -04:00
NepDisk
3778520ee6 Unhardcode more behaviour as gametyperules 2025-09-25 21:28:00 -04:00
NepDisk
1f2cc02db4 Fix unused flag 2025-09-25 19:39:54 -04:00
NepDisk
179db51639 Battlemode fix ups 2025-09-25 19:37:20 -04:00
NepDisk
8340be41a1 Use a different distvar for legacy maps 2025-09-25 14:41:04 -04:00
NepDisk
602a6d5e3f Mr SPB makes his return 2025-09-25 14:30:46 -04:00
NepDisk
10671fff5a Reallow doomednum overriding
https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2740
2025-09-25 13:00:03 -04:00
Anonimus
29ca3d2ecd Fix shitty maxodds assert
Why aren't we just clamping this?
2025-09-25 02:38:27 -04:00
NepDisk
318ae2ef6b Attempt to fix SPB logic for legacy 2025-09-25 02:26:30 -04:00
Anonimus
023f75097f Some more AltInvinc loose ends
Prevent it from appearing as a "homestretch" item in non-legacy distancing
Fix the visual inconsistencies between it and Software
2025-09-25 01:45:56 -04:00
NepDisk
eab3a88d2a Do 1.4x scaling instead 3.5x scaling when under player cap
Yes really its 3.5 not 2.5 like the comment says :p
2025-09-25 00:45:41 -04:00
NepDisk
aaf91e38cb Further refactor odds stuff and prevent overflows 2025-09-25 00:29:30 -04:00
NepDisk
87300944fa Refactor legacy odds code to generate pdis instead of duping multiple legacy functions
Why did I ever do it like that before when it was this easy....
2025-09-24 22:55:38 -04:00
NepDisk
dcc5b41075 Update debugger to display pdis using correct units 2025-09-24 20:25:51 -04:00
NepDisk
2780d33436 Just give everyone bonus draft accel 2025-09-24 19:09:42 -04:00
Anonimus
5ea5b11902 Bandaid: exaggerate AltInvinc legacy cluster distance checks
Closes #89; this (hopefully) brings it more in line with the DtF checks
Bagging may be a concern, not too sure yet
2025-09-24 18:26:24 -04:00
NepDisk
87337da97c Don't use nghttp2 on windows 2025-09-24 18:03:37 -04:00
NepDisk
83bc2dc9fb Add support for parsing follower icons 2025-09-24 16:42:22 -04:00
NepDisk
5babac8249 Remove init as well 2025-09-24 16:25:32 -04:00
NepDisk
35292fca34 Fix duped patch 2025-09-24 16:24:24 -04:00
NepDisk
61bb7c8013 Add number display to player select 2025-09-24 16:23:19 -04:00
NepDisk
f46382f902 Merge pull request '[Enhancement] Implement Superjustinbros' new stat bar assets' (#126) from minenice55/blankart:sjb-statbars into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/126
2025-09-24 21:02:47 +02:00
minenice55
797c708262 tweaks from feedback (UNTESTED)
make "sub" stats use a dark non-color
split out the icons and draw em separately
TODO: numerical stats
2025-09-24 14:50:32 -04:00
NepDisk
a437e70376 Fix alot of rings lagging the game 2025-09-24 13:58:00 -04:00
NepDisk
922db84289 whoops 2025-09-24 12:39:00 -04:00
NepDisk
c3bf7e643d Revert "try Netsyncing this stuff"
This reverts commit 2f337ee3d6.
2025-09-24 12:37:24 -04:00
NepDisk
c5a2ae1431 Revert "Make this a 3"
This reverts commit 2e588d3516.
2025-09-24 12:37:17 -04:00
NepDisk
bc4fb8a9c6 Merge pull request '[FEAT] Vectors matrices quaternions' (#117) from vectors-matrices-quaternions into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/117
2025-09-24 18:28:38 +02:00
minenice55
eea55ee9a1 implement superustinbros' new stat bar assets 2025-09-24 11:26:54 -04:00