LJ Sonic
581d968cd5
Merge branch 'fix-1277' into 'next'
...
Fix #1277
Closes #1277
See merge request STJr/SRB2!2509
2024-12-03 19:32:59 +00:00
LJ Sonic
14199102b7
Fix AddonLoaded hook
2024-12-03 19:57:29 +01:00
LJ Sonic
d3f454e18a
Merge branch 'addonloadedhook' into 'next'
...
Add "AddonLoaded" Lua hook
See merge request STJr/SRB2!2405
2024-12-03 16:48:16 +00:00
Lactozilla
a40d5dccdc
Don't consider 3D floors as transparent if they have FOF_SPLAT and an alpha of 255
2024-12-01 22:11:48 -03:00
Gustaf Alhäll
e7e7a5c472
Fix crash when spawning a BOT_2PAI on a 2D map
2024-12-01 16:19:13 +01:00
Gustaf Alhäll
a5488e2005
Fix connecting to localhost on non-standard ports
2024-12-01 15:59:19 +01:00
Lactozilla
54dde5305f
Implement blended rendering for tilted splat planes
...
Also, fixed a bug where OpenGL would not render a plane with regular transparency if it had the splat flag.
2024-11-30 12:15:51 -03:00
Lactozilla
a531499b8f
Fix regression in P_SetupStateAnimation
2024-11-30 11:47:43 -03:00
Lactozilla
50db80f001
Remove keypad handling in M_HandleConnectIP
...
There is no need to have that code anymore, since keypad presses also generate ev_text events.
Additionally, made text fields in menus ignore ev_keydown events if they are keypad keys.
2024-11-30 10:58:28 -03:00
Lactozilla
17a1136960
Move these two lines up
2024-11-30 10:33:41 -03:00
Lactozilla
c9318599c7
Skip unchanged value validation in CV_SetCVar if there is a can_change callback
2024-11-30 10:25:30 -03:00
Lactozilla
1c02badd47
Set r_viewmobj when rendering type 8 sector portals
2024-11-30 09:53:07 -03:00
Lactozilla
d6b6ed5bc1
Merge branch 'next' into SRB2-lavafall-crash-avoidance
2024-11-24 13:40:52 -03:00
Lactozilla
5b4b121190
Merge branch 'fix-server-list-inconsistency' into 'next'
...
Fix inconsistency in master server listing
See merge request STJr/SRB2!2539
2024-11-24 16:39:28 +00:00
Lactozilla
708e694bb1
Merge branch 'ifndefNOMD5' into 'next'
...
Disinclude unused function when NOMD5
See merge request STJr/SRB2!2530
2024-11-24 16:38:54 +00:00
Lactozilla
5194ed81ad
Fix colormap textures not being updated for palette shaders
2024-11-24 13:33:28 -03:00
Lactozilla
05d9b59fe9
Fix sector portal heights
2024-11-24 05:09:07 -03:00
Lactozilla
95531ba6de
Merge branch 'semibright-patch' into 'next'
...
Use FF_SEMIBRIGHT for some more common objects
See merge request STJr/SRB2!2541
2024-11-17 07:06:54 +00:00
Lactozilla
4dba043f25
Merge branch 'disable-udmf-console-notice' into 'next'
...
Disable UDMF console notice
See merge request STJr/SRB2!2542
2024-11-17 07:06:48 +00:00
Neon
46ef724942
A_LavafallLava: prevent a modulus by 0
2024-11-13 04:19:36 +00:00
spherallic
4bb857b0ec
Enable OpenGL palette rendering by default
2024-11-12 01:04:22 -03:00
spherallic
702c7bd63d
Fix -opengl parameter crash
2024-11-12 00:53:16 -03:00
spherallic
01d99f4c4a
Use FF_SEMIBRIGHT for some more common objects
2024-11-12 00:52:10 -03:00
spherallic
b796a2cc32
Disable UDMF console notice
2024-11-12 00:51:01 -03:00
Lactozilla
1b66373a4a
Merge branch 'ban-64-bitmask' into 'next'
...
Ban by /64 by default instead of /128
See merge request STJr/SRB2!2534
2024-11-12 01:49:53 +00:00
Lactozilla
e2da282f3f
Merge branch 'fix-polyobj-side-stretch' into 'next'
...
Fix polyobject midtextures being stretched into infinity
Closes #1302
See merge request STJr/SRB2!2535
2024-11-12 01:49:09 +00:00
Lactozilla
a4bf68bbb4
Merge branch 'fix-fof-holes-culling' into 'next'
...
Fix holes in FOF due to culling
Closes #1308
See merge request STJr/SRB2!2533
2024-11-12 01:09:50 +00:00
Lactozilla
10598062f9
Merge branch 'fix-collected-emblem-lag' into 'next'
...
Fix lag when touching collected emblems
Closes #1306
See merge request STJr/SRB2!2536
2024-11-12 00:56:57 +00:00
Lactozilla
6de96f8177
Merge branch 'fix-sky-lines-batching' into 'next'
...
Fix skybox and horizon lines not being batched
Closes #1303
See merge request STJr/SRB2!2532
2024-11-12 00:56:08 +00:00
Gustaf Alhäll
bd9c6a7d62
Fix inconsistency in master server listing
2024-11-10 17:08:38 +01:00
Lactozilla
b44b9a81c6
Merge branch 'remove-selecttest' into 'next'
...
Remove select-related testing functions
See merge request STJr/SRB2!2523
2024-11-08 20:51:39 +00:00
Jordan Christiansen
0a611b0f09
Convert waddir to an absolute path
...
Since we change directories to the waddir, if waddir is a relative path,
it will be invalidated after changing directories. Converting it to an
absolute path means we can change directories without messing anything
up.
Fixes #1310
2024-11-07 16:03:48 -06:00
Hanicef
3cf48e31d6
Fix netcode on Haiku
2024-11-07 19:23:34 +00:00
Hanicef
79dd5de63b
Include Haiku for nanosleep sleeping
2024-11-07 18:59:13 +00:00
Gustaf Alhäll
2503e6c350
Fix lag when touching collected emblems
2024-11-04 22:05:47 +01:00
Gustaf Alhäll
ebb63499e0
Fix polyobject midtextures being stretched into infinity
2024-11-04 21:07:15 +01:00
Gustaf Alhäll
4468219d7c
Ban by /64 by default instead of /128
2024-11-03 18:06:05 +01:00
Gustaf Alhäll
1fad5e0507
Fix holes in FOF due to culling
2024-11-03 17:30:05 +01:00
Gustaf Alhäll
ff1fc58b8d
Fix skybox and horizon lines not being batched
2024-10-30 16:31:52 +01:00
Hanicef
a394228526
Revive Haiku build
2024-10-21 04:09:43 +00:00
pastel
7b143cc87b
Disinclude unused function when NOMD5
2024-10-15 13:09:34 -05: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
Gustaf Alhäll
ac802318f9
Remove select-related testing functions
2024-09-27 18:25:14 +02: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
697509bd68
Fix global mobj hooks deprecation warning always triggering
2024-09-24 23:26:54 +02: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
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
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
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
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
3c1736ebf8
Fix #1277
2024-08-24 19:26:01 -03: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
Hanicef
ef58615f42
Fix input panel overdrawing the scoreboard
2024-08-09 22:24:00 +02:00
Hanicef
8e337487ea
Fix players being unmuted after respawning
2024-08-02 21:42:27 +02:00
MIDIMan
a74fcf7c49
Re-add player check(s) for MF_SPECIAL objects in PIT_DoCheckThing
2024-07-27 22:37:12 -04:00
Hanicef
522b354b49
Lift ban limits
2024-07-22 18:00:52 +02:00
Lactozilla
319610763e
Fix "Several patches used in Sol Sestancia 2 are broken"
2024-07-17 23:22:56 -03:00
Hanicef
0cf3ce91e9
Fix compilation warning
2024-07-07 21:31:46 +02:00
Hanicef
792b80cddb
Lift savebuffer limits
2024-07-07 17:02:48 +02:00
Skydusk
675667cb83
Merge branch SRB2:next into addonloadedhook
2024-07-05 10:24:19 +00:00
sphere
8824ce8787
Merge branch 'upnpn18' into 'next'
...
Fix compilation broken on latest miniupnpc version (resolves #1274 )
Closes #1274
See merge request STJr/SRB2!2496
2024-07-02 19:54:37 +00:00
sphere
ab1dcaa14d
Merge branch 'releport' into 'next'
...
Improve relative teleport interpolation
Closes #1180
See merge request STJr/SRB2!2495
2024-07-02 19:54:32 +00:00
spherallic
01a368632e
Correct line spacing on title card font
2024-07-02 21:52:17 +02:00
spherallic
f92f1f3527
Correct chat word wrapping further, clean up unused status bar dimensions
2024-07-02 02:43:34 +02:00
pastel
51af830d30
Fix miniupnpc version 18+
2024-07-01 17:20:33 -05:00
spherallic
88fa2eb776
Set player height to skin height instead of default height in G_AddPlayer
2024-07-01 19:53:12 +02:00
sphere
fd4e69425e
Merge branch 'actually-avoid-traversing-home' into 'next'
...
Don't traverse the entire HOME directory but for real this time
See merge request STJr/SRB2!2493
2024-07-01 17:03:06 +00:00
sphere
63fd343a97
Merge branch 'fix-cr_player-positioning' into 'next'
...
Fix CR_PLAYER interpolation in reverse gravity
See merge request STJr/SRB2!2423
2024-07-01 14:14:37 +00:00
sphere
0f65f9fc47
Merge branch 'newfilewhothis' into 'next'
...
Make files with missing skins tell you who the skin is (resolves #1071 )
Closes #1071
See merge request STJr/SRB2!2411
2024-07-01 14:14:05 +00:00
pastel
e9e2f20de9
Make files with missing skins tell you who the skin is ( resolves #1071 )
2024-07-01 14:14:05 +00:00