Commit graph

16019 commits

Author SHA1 Message Date
LJ Sonic
3b7543645a Merge branch 'next' of https://git.do.srb2.org/STJr/SRB2.git into 2214-pre2 2024-10-16 22:46:16 +02:00
LJ Sonic
d7607f45e0 2.2.14 pre2 2024-10-16 22:45:54 +02:00
Lactozilla
987d2ee59a Merge branch 'fix-buffer-overflow-dedicated' into 'next'
Fix buffer overflow when registering a dedicated build server on MS

See merge request STJr/SRB2!2525
2024-10-07 19:25:10 +00:00
Lactozilla
64d84ec491 Merge branch 'fix-floorpic-segfault' into 'next'
Fix potential segfault when flat images has changed on netcode

See merge request STJr/SRB2!2527
2024-10-07 19:24:44 +00:00
Lactozilla
8c3e27ad23 Merge branch 'disallow-longsprites-directory' into 'next'
Disallow any directories named LongSprites

See merge request STJr/SRB2!2526
2024-10-06 20:11:59 +00:00
Lactozilla
6c0e105544 Merge branch 'fix-trnslate-lumps-being-recognized-as-sprite-names' into 'next'
Prevent TRNSLATE lumps from being recognized as valid sprite names

See merge request STJr/SRB2!2524
2024-10-06 20:11:34 +00:00
Gustaf Alhäll
c833d73e32 Fix potential segfault when flat images has changed on netcode 2024-10-05 11:28:03 +02:00
Lactozilla
085e2d66fd Merge branch 'quakefpsfix' into 'next'
Fix quake epicenter calculation for first person and awayviewmobjs

Closes #1296

See merge request STJr/SRB2!2522
2024-10-03 03:18:58 +00:00
Lactozilla
a71257308e Disallow any directories named LongSprites/ 2024-10-01 20:30:01 -03:00
Gustaf Alhäll
6dbcd2ba19 Fix buffer overflow when registering a dedicated build server on MS 2024-09-29 21:40:17 +02:00
Lactozilla
68f40d8a64 Merge branch 'fix-console-dedicated-windows' into 'next'
Fix command prompt issues on dedicated build on Windows

Closes #1290

See merge request STJr/SRB2!2518
2024-09-28 21:37:13 +00:00
Lactozilla
438de82c69 Fix TRNSLATE lumps being recognized as valid sprite names 2024-09-27 19:47:54 -03:00
Unmatched Bracket
491c77bd76 [quake fixes] Use P_MobjWasRemoved instead of checking against NULL per Zapony's suggestion 2024-09-25 20:40:34 +00:00
UnmatchedBracket
209c545743 fix quake epicenter for first person and awayviews 2024-09-25 13:44:22 -06:00
LJ Sonic
fafa522c50 Merge branch 'fix-mobj-hook-deprecation' into 'next'
Fix global mobj hooks deprecation warning always triggering

Closes #1293

See merge request STJr/SRB2!2521
2024-09-24 21:32:28 +00:00
LJ Sonic
697509bd68 Fix global mobj hooks deprecation warning always triggering 2024-09-24 23:26:54 +02:00
LJ Sonic
c1122da4bb 2.2.14 pre1 2024-09-24 20:37:12 +02:00
Lactozilla
253f3a0c18 Merge branch 'update-copyrights-to-2024' into 'next'
Update copyrights to 2024

See merge request STJr/SRB2!2520
2024-09-22 18:57:07 +00:00
Lactozilla
a050df1022 Update names 2024-09-21 21:38:05 -03:00
Lactozilla
e7b4beba20 Update dates in copyright notices of all files modified in 2024 2024-09-21 21:35:01 -03:00
Lactozilla
1076e0328b Updated copyrights to 2024 2024-09-21 20:12:56 -03:00
LJ Sonic
3b5cfdeb3e Merge branch 'fix-long-lr-frames' into 'next'
Fix L/R frames not being automatically mirrored

See merge request STJr/SRB2!2519
2024-09-19 18:53:19 +00:00
LJ Sonic
77ab7e166e Fix L/R frames not being automatically mirrored 2024-09-19 20:48:47 +02:00
Hanicef
60852cab0e Fix command prompt issues on dedicated build on Windows 2024-09-17 21:15:54 +02:00
LJ Sonic
ef9dc17646 Merge branch 'deprecate-global-mobj-hooks' into 'next'
Deprecate performance-sensitive type-agnostic mobj hooks

See merge request STJr/SRB2!2516
2024-09-13 16:55:53 +00:00
LJ Sonic
947fa0ca5c Deprecate performance-sensitive type-agnostic mobj hooks 2024-09-13 18:40:17 +02:00
Lactozilla
fffc142d67 Merge branch 'fix-1258' into 'next'
Fix #1258

Closes #1258

See merge request STJr/SRB2!2508
2024-09-12 21:05:48 +00:00
Lactozilla
d48fe6653b Merge branch 'pastel-next-patch-60400' into 'next'
Add myself to the credits

See merge request STJr/SRB2!2515
2024-09-12 21:04:49 +00:00
Lactozilla
7020ac11a1 Merge branch 'lift-savebuffer-limits' into 'next'
Lift savebuffer limits

See merge request STJr/SRB2!2497
2024-09-12 21:04:36 +00:00
pastel
8d49d5612a update my username 2024-09-12 18:03:32 +00:00
Hanicef
f34476bf0a Merge remote-tracking branch 'origin/next' into lift-savebuffer-limits 2024-09-07 12:57:58 +02:00
LJ Sonic
ec9e95053b Merge branch 'sync-rate-limit' into 'next'
Synchronize rate limit variables and limit PlayerMsg hook

Closes #1289

See merge request STJr/SRB2!2512
2024-09-06 14:22:25 +00:00
LJ Sonic
220186ec16 Merge branch 'fix-rejointimeout-idle' into 'next'
Fix dedicated server idling

See merge request STJr/SRB2!2513
2024-09-06 14:22:17 +00:00
LJ Sonic
46309370f0 Say "players" instead of "nodes" 2024-09-06 16:17:15 +02:00
LJ Sonic
cb067beb6d Merge branch 'long-sprite-fix' into 'next'
Fix mirrored long sprite rotations not working in Software

See merge request STJr/SRB2!2511
2024-09-06 14:13:45 +00:00
LJ Sonic
c09ec5933d Cleanup 2024-09-06 16:09:30 +02:00
LJ Sonic
c69df42f6c Fix dedicated idle timer not resetting when toggled 2024-09-06 15:53:53 +02:00
LJ Sonic
ba8b1e0848 Fix dedicated idling ignoring disconnected players 2024-09-06 15:51:57 +02:00
LJ Sonic
cfb3b45ae4 Refactor dedicated idling a little 2024-09-06 15:50:09 +02:00
Hanicef
53db028bdb Synchronize rate limit variables and limit PlayerMsg hook 2024-09-06 12:21:34 +02:00
LJ Sonic
f54eab54f3 Fix mirrored long sprite rotations not working in Software 2024-09-05 20:24:37 +02:00
Hanicef
7061c30744 Pass save_t to NetVar save/load function 2024-08-25 12:24:03 +02:00
Lactozilla
417bd0b000 Fix #1258 2024-08-24 19:18:28 -03:00
Lactozilla
8a6beee52a Merge branch 'lift-ban-limits' into 'next'
Lift ban limits

See merge request STJr/SRB2!2502
2024-08-24 21:26:06 +00:00
Lactozilla
e6124eaec5 Merge branch 'fix-enetunreach-crash' into 'next'
Fix crash if a packet fails to reach the client

See merge request STJr/SRB2!2480
2024-08-24 21:07:02 +00:00
Lactozilla
ff1eae1476 Merge branch 'remove-unused-netcode-fields' into 'next'
Remove unused low-level netcode stuff

See merge request STJr/SRB2!2492
2024-08-24 21:04:40 +00:00
Lactozilla
b772eb00e1 Merge branch 'fix-showinput-on-scoreboard' into 'next'
Fix input panel overdrawing the scoreboard

See merge request STJr/SRB2!2507
2024-08-24 20:59:30 +00:00
Lactozilla
84aab3f07c Merge branch 'resolidify-enemies' into 'next'
Fix enemy solidity

See merge request STJr/SRB2!2503
2024-08-24 20:28:10 +00:00
Lactozilla
a09e4a88ee Merge branch 'fix-unmute-on-respawn' into 'next'
Fix players being unmuted after respawning

Closes #1276

See merge request STJr/SRB2!2506
2024-08-24 20:18:56 +00:00
Hanicef
ef58615f42 Fix input panel overdrawing the scoreboard 2024-08-09 22:24:00 +02:00