Commit graph

24419 commits

Author SHA1 Message Date
minenice55
cff2882db6 not float 2026-04-25 00:11:01 -04:00
minenice55
7e2f8963ec TIL CV_Guard blocks using CV_Get 2026-04-25 00:09:59 -04:00
minenice55
76e7a8c66e only play bumpy road sound if it's yourself
shit was *loud* when many players are around
2026-04-25 00:05:22 -04:00
minenice55
1462e90631 forgot to name this 2026-04-25 00:02:51 -04:00
minenice55
06a90d9809 configurable attraction shield player damage
was told we want this
2026-04-24 23:58:28 -04:00
Gustaf Alhäll
699153fd52 Always accept tics received from the server 2026-04-24 20:24:00 -04:00
NepDisk
b0f8492c94 Revert boundedfragmentsize 2026-04-24 11:43:20 -04:00
yamamama
fb7271bc92 Comment this out
This messes with softcode tumblegems
2026-04-24 05:00:30 -04:00
yamamama
72931e7713 Make balloons use UDMF arg 0, MTF_AMBUSH not being set turns on respawning 2026-04-24 02:17:16 -04:00
yamamama
677075bfbf Add a failsafe for a NULL leader 2026-04-24 02:16:07 -04:00
minenice55
82078c1421 file 2026-04-24 02:11:15 -04:00
minenice55
7a4bcf763e Merge branch 'next' of https://codeberg.org/NepDisk/blankart into next 2026-04-24 02:07:04 -04:00
minenice55
887f696dfb looks like this is closest to srb2classic so
make file downloading closer to srb2classic
WILL NEED TESTING
2026-04-24 02:06:39 -04:00
NepDisk
6fc3a62f09 Mark these as NULL on init
These can cause garbage read in some rare cases
2026-04-24 01:22:35 -04:00
minenice55
e51325f67d new assets hash 2026-04-23 23:37:44 -04:00
yamamama
fd6a3b72b9 Fix comment nitpick, update credits comment 2026-04-23 21:22:07 -04:00
toaster
5b74a50f9b Fix writing followers into demos
Does not require a demoversion bump, was a plain mistake in write condition. Previously dependent on whether the memory of `player->follower` - a mobj_t reference - was nonzero, instead of the actual followerskin ID. We essentially got REALLY lucky that TA properly saved 'em currently so we don't have to do a ton of hex editing just to make them visible again
2026-04-23 21:17:08 -04:00
minenice55
c2fadb25ea re-tune null drift now that gravity is higher 2026-04-23 18:50:35 -04:00
NepDisk
71a2697fae Add director option to multiplayer replays 2026-04-23 18:39:22 -04:00
minenice55
b16b6de345 looks alot better now
and more damping to reduce bounciness
2026-04-23 14:19:07 -04:00
minenice55
c874bea990 fix this being exaggerated
real solution would be to change the sprite's pivot point in real time somehow
2026-04-23 13:08:53 -04:00
NepDisk
e3664a1cca Add compat flag to disable compat sprite rotation
This is to accmodate skins that place skins in the range of drift rnage unrotated ie simple animal skins such as pepsiman or ShadowSkates
2026-04-23 13:00:10 -04:00
minenice55
b9553e4c9e redo kart tilt offsetting code
also caught some more issues with sprite offsets, should be perfect now(?)
2026-04-23 12:59:06 -04:00
yamamama
532826f61d Fix spritexoffset not playing nice with affines 2026-04-23 08:32:14 -04:00
minenice55
da10eb5a75 more fixes for kart tilt
spritexoffset seems to be broken? should investigate
2026-04-23 01:52:47 -04:00
minenice55
627ed318ed fix respawn angle being wrong 2026-04-22 18:09:46 -04:00
NepDisk
47089d2c23 Let args3 on dash rings force player angle 2026-04-22 05:07:42 -04:00
NepDisk
8ebac27f83 Expose NOSCALEGRAVITY to Lua 2026-04-21 15:57:54 -04:00
minenice55
8a8466bae8 fix grow on dashrings for real 2026-04-21 15:51:09 -04:00
minenice55
8a91fdfa43 fix mobjscale issues with bumpy road effect
and tune it to shake faster
2026-04-21 13:17:30 -04:00
NepDisk
7b3c198aca Expose bumpyroad visual function to Lua 2026-04-21 03:08:20 -04:00
NepDisk
a1aeb422d8 Allow bumpyroad with gameplay terrain off since its just an effect 2026-04-21 02:16:01 -04:00
NepDisk
6890883ef6 Allow bumpy road visual to be applied as a SSF as well 2026-04-21 01:34:57 -04:00
NepDisk
80b508aa19 Extend dash rings to allow more customization 2026-04-21 01:11:30 -04:00
minenice55
7355e69eed disable the debug prints 2026-04-21 00:46:00 -04:00
minenice55
412e09c098 fix mobjscale related issues with kart tilt
also make RR bumpy terrain tilt the kart here
2026-04-21 00:45:30 -04:00
minenice55
2b5af7d302 Update d_main.cpp 2026-04-20 17:13:11 -04:00
minenice55
73768b0fc4 remove the special cases related to the PAUSE key
don't get why these exist
2026-04-19 21:41:49 -04:00
minenice55
f2a3b38f1e Merge pull request '[Enhancement] Generalize Null Drift Tilt' (#236) from karttilt into next
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/236
2026-04-20 01:22:05 +02:00
minenice55
164aa5e1cc Merge branch 'next' into karttilt 2026-04-19 19:15:04 -04:00
minenice55
af527247e3 angular dampening, fix issues with null drift tilt
also fix the sprite offset not working
2026-04-19 19:07:05 -04:00
NepDisk
600d1363b2 Revert "Try to make sure consoleplayer is set up before game ticks run"
This reverts commit b6804b1ded.
2026-04-19 12:22:27 -04:00
yamamama
b6804b1ded Try to make sure consoleplayer is set up before game ticks run 2026-04-19 09:40:25 -04:00
yamamama
b876e585b1 Don't optimize out getstack, please! 2026-04-19 09:40:25 -04:00
minenice55
57c80633d1 rewrite nulldrifttilt into a more general system
karttilt can now be used by other systems
karttilt now also respects physics more
2026-04-19 02:04:32 -04:00
NepDisk
0eea55d4b7 Expose more mapheader stuff to Lua 2026-04-17 11:51:23 -04:00
NepDisk
4b50dd0ead we are hitting a hard limit so do this for now.
Packet fragmenting is bad since many firewalls consider it bad traffic, we are going to have to rework stuff around this fact later.
2026-04-16 15:57:08 -04:00
NepDisk
c581e5c5e1 Clamp softwarepacketlength to work around issues that have arozen on some networks 2026-04-16 10:29:32 -04:00
Eidolon
29348dc2c1 gl: Fix sky dome VBO leak 2026-04-15 14:02:48 -04:00
NepDisk
00115f9b11 Merge pull request 'Add some missing snap flags' (#229) from indev/blankart:add-snap-flags into next
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/229
2026-04-14 23:36:42 +02:00