Commit graph

21331 commits

Author SHA1 Message Date
NepDisk
ecb359ef1f Merge branch 'blankart-dev' into portv1objects 2025-04-10 20:03:35 -04:00
NepDisk
8a1d8dafa7 Finish kart purple drfit globalization 2025-04-10 20:02:49 -04:00
NepDisk
4f3044ac97 Merge branch 'blankart-dev' into portv1objects 2025-04-10 19:55:23 -04:00
NepDisk
9cd4294c21 TA support for extra game toggles 2025-04-10 19:53:44 -04:00
NepDisk
94cc3ac59f Remove some confcliting objects 2025-04-10 11:56:54 -04:00
NepDisk
4369ed7a07 Merge branch 'blankart-dev' into portv1objects 2025-04-10 09:57:55 -04:00
LJ Sonic
3f30e97609 No longer store wadnum in sprnames 2025-04-10 09:54:02 -04:00
NepDisk
af9d7a4522 Merge branch 'blankart-dev' into portv1objects 2025-04-09 20:04:47 -04:00
NepDisk
dede660e89 Reduce wall transfer tilting and make it only affect the player 2025-04-09 20:03:24 -04:00
NepDisk
9085bf51c4 Merge branch 'blankart-dev' into portv1objects 2025-04-09 18:33:13 -04:00
NepDisk
036a87f0a2 More stacking customization cvars 2025-04-09 18:31:31 -04:00
NepDisk
a580bc9433 Port v1 objects pt 4.5: extra stuff 2025-04-09 16:39:58 -04:00
NepDisk
f0a6a112ac Port v1 objects pt 4 2025-04-09 13:45:35 -04:00
NepDisk
c3dc9918ba Merge branch 'blankart-dev' into portv1objects 2025-04-08 13:26:13 -04:00
NepDisk
4c6052c707 [PATCH] Adjust Slipdash Spark Visuals 2025-04-08 13:25:26 -04:00
NepDisk
b39f76ccf4 Merge branch 'blankart-dev' into portv1objects 2025-04-08 12:18:44 -04:00
NepDisk
a53c2d87da Restore power giving for some effects 2025-04-08 12:18:12 -04:00
NepDisk
2868c4e077 Merge branch 'blankart-dev' into portv1objects 2025-04-08 11:05:07 -04:00
NepDisk
c1047bee92 Making zero indexing require compatmode 2025-04-08 09:22:52 -04:00
NepDisk
1d709184a9 Merge branch 'blankart-dev' into portv1objects 2025-04-07 21:51:30 -04:00
NepDisk
9e2c77f03f Make sfxinfo zero indexed again 2025-04-07 21:40:57 -04:00
NepDisk
daf5fdf748 Remove Bumper Death animation 2025-04-07 21:01:01 -04:00
NepDisk
32b9b82dc2 Port v1 objects pt 3 2025-04-07 17:54:14 -04:00
NepDisk
f77e310c5e [PATCH] Compat changes 2025-04-07 15:50:56 -04:00
NepDisk
46d8a7c2b1 Merge branch 'blankart-dev' into portv1objects 2025-04-07 12:54:53 -04:00
NepDisk
e550ae380e Port driftsparkpulse 2025-04-07 12:54:24 -04:00
NepDisk
1fb07bacb7 Port v1 objects pt 2 2025-04-07 00:32:32 -04:00
NepDisk
7983b94cf3 Porting v1 objects part 1 2025-04-06 12:34:50 -04:00
NepDisk
45c09ba1a2 Readd missing sprite, fix spacing on thinker code 2025-04-06 10:06:11 -04:00
NepDisk
93d35d275d Minor fixes for menu and lua 2025-04-05 21:37:37 -04:00
NepDisk
3445e6b6e6 Fix new waypoint jank 2025-04-05 11:38:12 -04:00
Alug
d5c257d2ac fix one -Wmaybe-uninitialized warning 2025-04-05 14:47:21 +02:00
NepDisk
4588a450f4 Hacky fix for shovellnight map 2025-04-03 19:40:05 -04:00
NepDisk
53ac62dfbd [PATCH]OpenGl fix for FOFs 2025-04-03 13:35:20 -04:00
NepDisk
d05167a2db Update hash 2025-04-03 11:49:54 -04:00
GenericHeroGuy
c936c24d15 Replace mainwads with an enum
The mainwads check in G_SetGameModified is replaced by a modifiedgame check
in D_SRB2Main
2025-04-03 17:36:13 +02:00
NepDisk
721d0f9450 Port the SRB1 badniks 2025-04-03 10:15:19 -04:00
NepDisk
889170823d Merge pull request 'Spectator freecam' (#35) from freecamspectate into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/35
2025-04-02 21:54:50 +00:00
NepDisk
a0f5e41a23 Fix party system interaction with freecam 2025-04-02 16:57:35 -04:00
NepDisk
fb5d81a26c Fix Copy Paste in wallrange code 2025-04-02 16:28:25 -04:00
Alug
2350f98aed disable compiling with ipv6 support
see commit before
2025-04-02 16:25:37 -04:00
Alug
c0b1458acc bugfixes for sock stuff + kinda fix ipv6
thx srb2!
sadly we cannot really make use of ipv6 since vanilla clients cant really handle stuff well ontop of the server browser not supporting them anyways, sad!
its probably better to just disable ipv6 compile completely
however this also has minor cleanups and bugfixes for ipv4 too (server browser now should work proper if you rerfresh it often and then close and open it again etc)
2025-04-02 16:24:54 -04:00
Alug
a3b50ad518 better check for destinationnode 2025-04-02 16:12:48 -04:00
Alug
9bf9f6f9a3 make the whole tcp stack return errno errors 2025-04-02 16:11:39 -04:00
NepDisk
0e79925607 [PATCH] Convert kart renderer related changes to use mapnamespace system instead of UDMF
Thanks Alug!
2025-04-02 16:04:54 -04:00
James R
06c584d1fd Don't reset camera position when spectating
Fixes a software renderer crash due to hitlag VFX from the
player's death (death from spectating) being too close to
the camera.
2025-04-01 23:12:37 -04:00
James R
30cf74eb3e G_DoPlayDemo: clear camera_t
- Fixes freecam not being reset between restarts
2025-04-01 21:22:19 -04:00
NepDisk
79e81564c4 Freecam pause exception 2025-04-01 20:47:02 -04:00
NepDisk
104bfaa7fe Fix democam not moving 2025-04-01 20:30:09 -04:00
NepDisk
f81c764057 Fix Splitscreen freecam
Based on fec0f13419 0b7a6ed7f5
2025-04-01 18:36:40 -04:00