pastel
51af830d30
Fix miniupnpc version 18+
2024-07-01 17:20:33 -05:00
Hanicef
06949628cf
Fix lastinputtime not incrementing if idletime is 0
2024-06-30 11:24:07 +02:00
sphere
cfa5af5a55
Merge branch 'move-idle-spectator' into 'next'
...
Minor enhancements on idle auto-kick
See merge request STJr/SRB2!2375
2024-06-24 22:35:47 +00:00
Hanicef
616e90e876
Allow passing player names to moderation commands
2024-06-16 14:34:22 +02:00
sphere
d2cde25177
Merge branch 'next' into 'next'
...
Fix buffer overflow when setting NETVAR string console variable and ensure servername is within MAXSERVERNAME
See merge request STJr/SRB2!2445
2024-06-05 12:23:25 +00:00
Refrag
b16c4df31c
Ensure the servername fits into MAXSERVERNAME before setting it
...
This commit adds a verification before setting the servername console
variable. We now check that it fits within the MAXSERVERNAME length and
we cancel setting it if it doesn't.
Letting the servername be more than MAXSERVERNAME could lead to crashes
when trying to edit the server name from the menu so, we now avoid
those.
2024-06-04 21:35:53 +02:00
sphere
525edab73c
Merge branch 'avoid-update-failed-ms' into 'next'
...
Avoid updating IPv4 MS entry if it failed to register
See merge request STJr/SRB2!2462
2024-06-03 22:41:55 +00:00
sphere
6d68091f3f
Merge branch 'skinvarstuff' into 'next'
...
Update skin cvar from character select and compare against cvar when warping without a loaded file (resolves #1267 , #1117 , #1114 , #1112 )
Closes #1112 , #1114 , #1117 , and #1267
See merge request STJr/SRB2!2467
2024-06-03 14:19:44 +00:00
sphere
6b8f4ab398
Merge branch 'allowdesync' into 'next'
...
Add a console variable that will allow individual demos to desync....
See merge request STJr/SRB2!2361
2024-06-03 13:45:37 +00:00
pastel
dd1ac23bdb
Update skin cvar from character select and compare against cvar when warping to map without character select
2024-05-31 15:52:24 -05:00
Hanicef
19500742d2
Avoid updating IPv4 MS entry if it failed to register
2024-05-26 13:00:16 +02:00
Logan Aerl Arias
6b4dac7478
replace CPM with vcpkg
2024-03-23 04:50:19 +00:00
Hanicef
7d3c0ca301
Fix finished players getting kicked for idling
2024-03-09 23:57:11 +01:00
Hanicef
7e3f6a2803
Add variable to move idle players to spectators
2024-03-09 23:54:52 +01:00
sphere
3c0761f8fe
Merge branch 'fix-players-idle-kick-cutscene' into 'next'
...
Fix players getting kicked by auto-kick during cutscenes
See merge request STJr/SRB2!2384
2024-03-07 12:08:13 +00:00
Logan Aerl Arias
f4b862068c
Merge branch 'texture-scaling-fixes' into 'next'
...
Fix various issues related to texture scaling
See merge request STJr/SRB2!2329
2024-03-04 13:30:11 +00:00
Logan Aerl Arias
7fbdd02087
Merge branch 'next' into texture-scaling-fixes
2024-03-03 12:21:20 -05:00
Logan Aerl Arias
ba35849b5a
Merge branch SRB2:next into shield-button-touchups
2024-03-03 16:17:08 +00:00
Hanicef
2804f29053
Fix players getting kicked by auto-kick during cutscenes
2024-03-02 18:57:09 +01:00
Alam Ed Arias
1e61ab3472
Merge branch 'next' into stringop
2024-03-01 15:50:57 -05:00
Alam Ed Arias
e0819b5a25
Add printf formating
2024-03-01 20:49:59 +00:00
Alam Ed Arias
a9ef21aa50
Clang: clean up conditional-uninitialized warnings
2024-03-01 19:35:04 +00:00
Alam Ed Arias
a0c27b22c3
Merge branch 'next' into stringop
2024-02-28 13:14:11 -05:00
sphere
72a6ad80ba
Merge branch 'add-per-player-mute' into 'next'
...
Add per-player mute
See merge request STJr/SRB2!2259
2024-02-27 10:58:59 +00:00
Hanicef
bfd6dbefe6
Add per-player mute
2024-02-27 10:58:59 +00:00
Hanicef
74673b8e1b
Fix banlist being cleared if server fails to start
2024-02-26 22:11:52 +01:00
sphere
6d02f1823e
Merge branch 'issue1199' into 'next'
...
Bring back WRITETHINGS, with custom filename and UDMF support!
See merge request STJr/SRB2!2339
2024-02-25 23:36:20 +00:00
sphere
553240f7c2
Merge branch 'showinput' into 'next'
...
Allow input view outside of record attack
See merge request STJr/SRB2!2020
2024-02-25 14:16:44 +00:00
Lactozilla
f16836bd81
Changes:
...
- Renamed renderwalls, renderfloors and renderthings
- Removed CV_NOTINNET|CV_CHEAT from renderwalls, renderfloors and renderthings
- Moved some cvars to proper places
2024-02-24 14:43:21 -03:00
Zwip-Zwap Zapony
90958614f3
Shield button touchups
2024-02-24 15:41:36 +01:00
Logan Aerl Arias
5be61987ca
Merge branch 'rendercvars' into 'next'
...
Rendering cvars that control rendering walls, floors, and things.
See merge request STJr/SRB2!1526
2024-02-24 03:02:48 +00:00
Arthur
a407ff8899
Zwip Zwap Zapony's suggestion to use a consvar
2024-02-21 16:22:00 -05:00
Arthur
716b9527bf
Add a -allowdesync parameter that will allow individual demos to desync. Warning is still shown, but player position will not be modified.
2024-02-21 14:38:11 -05:00
Alam Ed Arias
703ee972e6
Clean up stringop-truncation warnings
2024-02-20 16:30:15 -05:00
Alam Ed Arias
15b1842a6d
Merge remote-tracking branch 'origin/1200-next-cannot-load-game-when-using-srb2-launcher' into 1200-next-cannot-load-game-when-using-srb2-launcher
2024-02-19 18:19:58 -05:00
Alam Ed Arias
11edc020ce
i_tcp.c: do not alllow error codepaths of UPnP to leave the mutex locked
2024-02-19 18:19:28 -05:00
SteelT
802a1de11b
Print UPnP status to log file/external console only
...
I don't think It's not really important enough that it's worth always notifying the user about it.
2024-02-19 17:11:05 -05:00
SteelT
91980907b9
Merge branch 'next' of https://git.do.srb2.org/STJr/SRB2 into ogl-palette-rendering
2024-02-19 16:04:47 -05:00
Arthur
73d354b956
Bring back WRITETHINGS, with custom filename and UDMF support!
2024-02-18 11:29:00 -05:00
Logan Aerl Arias
08f1349985
Merge branch 'next' into rendercvars
2024-02-17 23:21:23 -05:00
Logan Aerl Arias
ea4ad871b6
Merge branch 'fix-upnp-add' into 'next'
...
Fix UPnP port mapping not working
See merge request STJr/SRB2!2333
2024-02-18 01:22:25 +00:00
Logan Aerl Arias
9fb7b9026e
Merge branch 'rename-gr_allowclientshaders' into 'next'
...
Rename gr_allowclientshaders to gr_allowcustomshaders
See merge request STJr/SRB2!2319
2024-02-18 01:19:35 +00:00
Logan Aerl Arias
585ec0752e
Merge branch 'propercheats' into 'next'
...
Make the Cheats Command Reflect UsedCheats
See merge request STJr/SRB2!2160
2024-02-18 01:09:42 +00:00
Logan Aerl Arias
6763aaefff
Merge branch 'next' into ogl-palette-rendering
2024-02-17 19:06:18 -05:00
SteelT
8962355d6c
Fix UPnP port mapping not working
...
Despite UPNP_AddPortMapping returning sucess status, no port mapping would actually be added at all. And that's due to a memset call in the middle of the function.
Wiping the IGDdatas struct, moving the memset to the start of the function fixes it and a port mapping is actually created/removed when a server is started/stopped.
2024-02-17 13:04:29 -05:00
Lactozilla
3bcd19476c
Fix version text in UA string
2024-02-16 16:46:42 -03:00
SteelT
8f9b57df0a
Rename gr_allowclientshaders to gr_allowcustomshaders
2024-02-15 15:53:42 -05:00
Gustaf Alhäll
77e83ddebb
Add dedicated server build
2024-02-15 18:54:24 +01:00
sphere
ff851dcb44
Merge branch 'get-sys-name' into 'next'
...
Add common I_GetSysName function
See merge request STJr/SRB2!2308
2024-02-13 15:42:30 +00:00
Logan Aerl Arias
2df90ec96b
Merge branch SRB2:next into emblemexitfix
2024-02-12 05:09:04 +00:00