minenice55
7197c2e3de
Merge branch 'blankart-dev' into timer-lap-splits
2025-09-14 19:08:32 -04:00
minenice55
e39d1ecfaf
add option to show lap split on race timer
...
also adds hud offset support to the "centred" lap split display
2025-09-14 18:29:43 -04:00
Anonimus
a4d89f3083
Spinout rotations
2025-09-14 14:24:22 -04:00
NepDisk
72596e8d03
Port addfilelocal from saturn
...
Modified to turn off features we don't have / prevent resyncs
2025-09-14 01:06:05 -04:00
Anonimus
c906ccc7a1
Add race lap splits display from Ring Racers
...
Very neat feature
2025-09-13 23:07:52 -04:00
NepDisk
50c7019f44
Add KZ speedometer and fix many compiler warnings
2025-09-12 19:43:43 -04:00
Anonimus
4cd813575c
Move driftjitter cvars to weaponpref
2025-09-12 17:13:21 -04:00
Anonimus
04dd587ef4
Add legacy drifting for RR characters
...
Imitates V1 drifts using baked offsets; perfectly netsafe
2025-09-12 15:01:45 -04:00
Wumbo
9874a36f91
Add kartbot_cap cvar
2025-09-10 16:09:59 -04:00
NepDisk
41c584638e
Nerf drafting a small bit and give higher speeds an accel bonus
2025-09-07 11:24:44 -04:00
NepDisk
8293f69fa8
Allow walltransfer to be enabled per sector
2025-09-06 15:06:03 -04:00
NepDisk
360a2541a4
Add misccap and add rings minimap debugger
2025-09-05 19:47:12 -04:00
NepDisk
018ff0579d
Just use CopyCaretColor
2025-09-03 20:32:28 -04:00
NepDisk
bfb061c280
Merge branch 'blankart-dev' into neotabranking
2025-09-02 03:31:52 -04:00
Anonimus
832d31d4bc
Add full ("secret"/MKDS) credits
2025-09-02 02:37:07 -04:00
NepDisk
1a8958a34f
Start the basics mod the mod display system
2025-09-01 20:33:43 -04:00
NepDisk
9bd3a4fedd
Merge branch 'blankart-dev' into neotabranking
2025-09-01 14:54:12 -04:00
NepDisk
59a24f9f7c
Cap ring minmax cvars to INT8 limits
2025-09-01 14:53:28 -04:00
NepDisk
6fec294993
Fix memory leak
2025-09-01 14:06:16 -04:00
NepDisk
f362e5ce75
Forogt the return :P
2025-09-01 14:05:02 -04:00
NepDisk
1183f2922e
Refactor this again to use new packet type instead of netxcmd
...
This saves major netxcmd space
2025-09-01 14:02:32 -04:00
NepDisk
e9fb6ca9a8
Add server contact and refactor to use netcode to send stuff
2025-09-01 12:45:25 -04:00
NepDisk
d06e2e19a8
Merge branch 'blankart-dev' into neotabranking
2025-09-01 10:09:23 -04:00
NepDisk
7b63ac3724
[PATCH} Allow min and max ringcap to be set via cvars and lua
...
Thanks minenice for the patch!
2025-08-31 23:49:32 -04:00
NepDisk
8d22a37b4b
Fix drafting Cvar not turning on drafting during pregame countdown
2025-08-31 23:28:57 -04:00
GenericHeroGuy
98fd7d0015
Shrink XD_RESPAWN to avoid potential netxcmd bloat
2025-08-31 21:43:43 +02:00
GenericHeroGuy
8d99f98bea
Actually sync respawns properly
2025-08-31 21:32:16 +02:00
GenericHeroGuy
68a644fe2f
Replace the test cvars with botdata variables
2025-08-30 14:22:48 +02:00
NepDisk
1d268bc7d9
Allow adjusting deadzone for draft
2025-08-26 10:01:12 -04:00
NepDisk
7df5a255a8
Add drafting base distance cvar
2025-08-26 09:51:24 -04:00
NepDisk
467f89a4f1
Add a cvar to renable drafting when close to someone
2025-08-26 08:45:07 -04:00
NepDisk
8acac99d17
Update Draft with newer tether fixes and remove 5 from max and min draft speed
...
Lets make it a tiny bit slower pls!
2025-08-25 19:08:32 -04:00
NepDisk
9d0c396c2d
Implement Drafting toggle
...
This is based on an older version of tether with number tweaks and a visual overhal designed to fit our needs. Takes some inspiration from the open assets slipstream mod from v1 for some number tweaks and the visual aspect. The speedboost has been rebalanced to be stronger for low speeds than before in a way where low speeds don't get shafted nor do they overshine high speed. High weight has had its leniency nerfed and general radius has been lowered to 2560 from 3072.
2025-08-25 17:03:00 -04:00
NepDisk
2ba06e7d83
Switch to SHA256 for authentication
...
SRB2Classic Port by Hanicef
2025-08-23 20:56:07 -04:00
NepDisk
bc82e2564c
Multipassword and salts
...
SRB2Classic ports by Hanicef
2025-08-23 20:42:10 -04:00
NepDisk
6131cfd99d
Add support for multiple admin passwords
...
https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2201/
2025-08-23 20:25:24 -04:00
NepDisk
8ae23099d1
Port minimap headlight
...
Created by Chearii originally for Saturn
2025-08-22 22:47:14 -04:00
NepDisk
fbea38e20b
Allow Caret coloring to work on Description
...
Hex codes do not work as of yet.
2025-08-19 20:54:31 -04:00
NepDisk
8e23411bc7
Server Desc for scoreboard
...
Kind of like what hostmod has I guess?
2025-08-18 23:28:36 -04:00
Alug
00ab36390d
Merge pull request #187 from Indev450/emotes
...
Add emotes support
2025-08-15 13:24:38 -04:00
NepDisk
69ad164bbc
Get rid of netbuffer global
...
Thx SRB2classic
2025-08-13 19:49:22 -04:00
GenericHeroGuy
0ab3957717
Add compat to Lua unarchiving
2025-08-02 00:11:27 +02:00
NepDisk
e2a3b1f3bb
Fix buffer overflow in sendnameandcolor
2025-07-25 21:45:05 -04:00
NepDisk
583d34e98f
Sync mindelay setting to server port from RR
2025-07-22 19:01:56 -04:00
NepDisk
6d6c0f54a5
Hardcode slopeboost
...
Ported and based on the slopeboost from booststack by indev
2025-07-21 21:12:02 -04:00
NepDisk
1292ad2325
Make reverting netvars a toggle that defaults off and remove CV_NETVAR from local server cvars
...
For Kart players, its common practice to save replays and or leave the server play with the a server's settings offline for stuff like timeattack or practice which ends up making this feature more annoying then anything. Also removed CV_NETVAR from local server cvars so that people doing the first case don't get listen server settings overwritten just because they wanted to practice offline
2025-07-17 15:56:46 -04:00
NepDisk
c412841f3a
Nerf flameshield top speed slighty
2025-07-05 10:37:44 -04:00
NepDisk
3290da1e86
Adds console variable that will allow individual demos to desync
...
https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2361
2025-07-01 10:59:22 -04:00
NepDisk
2f84779d41
Update rest of the existing files to use blankart branding
2025-07-01 00:23:30 -04:00
NepDisk
c3351ce47c
Buff flame a little big
2025-06-30 19:36:45 -04:00