Commit graph

28175 commits

Author SHA1 Message Date
toaster
27f5da1fd5 Fix typo that was no-selling Race Grief spectatorifying 2024-09-22 17:24:43 +01:00
Sally Coolatta
287c711da4 Implement SetLineBlocking
This could be done with Get/SetLineProperty just fine, but added just for completion's sake -- the Hexen instruction set is now fully implemented, minus SoundSequence which is for a feature we straight up don't have.
2024-09-21 04:17:00 -04:00
Sally Coolatta
a2ddd5079e Thing_StartTracking: Make it do something
Instead of using a linedef executor tag as an argument, apply an action special to the angle manager object that you had to place anyways.

There is no UDMF version check because the old behavior was practically unusable.
2024-09-21 03:58:33 -04:00
Sally Coolatta
a7aaf0eddb Level_SetWeather: Use str instead of int 2024-09-21 03:54:54 -04:00
Sally Coolatta
5eb3ab9195 Add UDMF extension documentation 2024-09-20 17:08:57 -04:00
Oni
9217624886 Merge branch 'ci-expires-in' into 'master'
Apply artifact expiration directly to jobs

See merge request KartKrew/Kart!2463
2024-09-17 03:24:36 +00:00
Oni
7219d36521 Merge branch 'freeplay-never-scam' into 'master'
Never apply frontrun protection in freeplay

Closes #1474

See merge request KartKrew/Kart!2458
2024-09-17 03:24:19 +00:00
Oni
49eaf58de4 Merge branch 'super-transfers' into 'master'
Wall transfer buffs

See merge request KartKrew/Kart!2466
2024-09-17 03:14:56 +00:00
Oni
2afd5b279c Merge branch 'friendcode' into 'queue-skin'
FRIENDCODE (aka, Teamplay)

See merge request KartKrew/Kart!2451
2024-09-17 01:41:26 +00:00
Sal
653766010d FRIENDCODE (aka, Teamplay) 2024-09-17 01:41:26 +00:00
Antonio Martinez
c294785528 Experimental: only transfer assist while holding A 2024-09-16 18:24:50 -07:00
AJ Martinez
29013f17f7 Merge branch 'slope-adjust-cleanup' into 'master'
Clean up debug messages left from slope adjustments branch

See merge request KartKrew/Kart!2465
2024-09-16 12:18:21 +00:00
Ashnal
1492b8444a Clean up debug messages left from slope adjustments branch 2024-09-16 12:18:20 +00:00
Antonio Martinez
ba22dabfe2 Transfer polish 2024-09-15 21:23:40 -07:00
Antonio Martinez
d4c0603808 Wall transfer buffs 2024-09-15 21:05:30 -07:00
Ashnal
88c77cfff3 Clean up debug messages left from slope adjustments branch 2024-09-15 21:53:44 -04:00
Oni
8d0c9bc5b9 Merge branch 'increment-move-increase' into 'master'
Increment move resolution increase

See merge request KartKrew/Kart!2464
2024-09-16 01:40:50 +00:00
Ashnal
adbdc63895 Increment move resolution increase 2024-09-16 01:40:50 +00:00
Oni
dc8fbb7c1c Merge branch 'slope-launch-adjustments' into 'master'
Slope launch physiscs adjustments

See merge request KartKrew/Kart!2399
2024-09-16 00:47:45 +00:00
Ashnal
33a1ca5831 Slope launch physiscs adjustments 2024-09-16 00:47:45 +00:00
Eidolon
a4e7803f76 Apply artifact expiration directly to jobs
Works around the issue with Gitlab CI not supporting the expire_in
property on the default job properties, as Steelt found.

https://gitlab.com/gitlab-org/gitlab/-/issues/404563
2024-09-15 18:32:57 -05:00
Oni
9eb605da9f Merge branch 'fix-drawtimer' into 'master'
Fix wrong default value of drawtimer

See merge request KartKrew/Kart!2459
2024-09-15 22:08:51 +00:00
Oni
c3208c243a Merge branch 'checkpoint-clip' into 'master'
Can cross checkpoints when respawning and in NOCLIP state now

See merge request KartKrew/Kart!2448
2024-09-15 20:48:33 +00:00
Ashnal
59b346675b Can cross checkpoints when respawning and in NOCLIP state now 2024-09-15 20:48:33 +00:00
toaster
3ca282c3b4 COM_Exec_f: By default, insert into command buffer
- Resolves KartKrew/RingRacers#281 under standard operation
- Add `-immediate` parameter for previous, `wait`-ignoring behaviour
    - Used by configfile, EXECCFG
2024-09-15 18:19:36 +01:00
Antonio Martinez
28499802e8 Fix wrong default value of drawtimer 2024-09-13 18:40:13 -07:00
Antonio Martinez
c661acdc74 Never apply frontrun protection in freeplay 2024-09-12 22:38:02 -07:00
Sal
3cbb4ae382 Merge branch 'debugtimer' into 'master'
drawtimer cvar

Closes #1473

See merge request KartKrew/Kart!2454
2024-09-12 13:27:07 +00:00
Sal
42328bc773 Merge branch 'fix-ghost-read' into 'master'
Fixes crashes in TA when reading ghosts

See merge request KartKrew/Kart!2457
2024-09-12 13:21:24 +00:00
Ashnal
61e29b70a6 Fixes crashes in TA when reading ghosts
that use the new RNG classes
2024-09-10 22:20:55 -04:00
Jack
f3ed9f580e Fixed the p->player null check in destroyed-kart.cpp being a part of hasCustomHusk rather than being a part of pValid as it's supposed to be 2024-09-09 16:19:17 +01:00
Jack
2bdc014006 With the help of GitLab user Lach, I turned my approximated sprite scaling in destroyed-kart.cpp into 100% accurate sprite scaling 2024-09-09 15:41:26 +01:00
Antonio Martinez
216282ba64 drawtimer cvar 2024-09-09 05:09:56 -07:00
Sally Coolatta
752063b472 Update bot followers too 2024-09-08 06:37:41 -04:00
Jack
40b231ff62 Changed float percentage mathematics in destroyed-kart.cpp into approximated fixed mathematics that will not risk a desync across platforms with different float standards 2024-09-07 18:01:41 +01:00
Sally Coolatta
0d3cc16403 Queued skin/color changes
Instead of janky spectate on skin change, let the player finish their current round as their current skin.
2024-09-07 10:54:36 -04:00
Jack
af16e3f993 Implemented SPR2_DKRT and integrated it into the state system 2024-09-07 14:40:12 +01:00
AJ Martinez
e5f740f4a3 Merge branch 'fix-perma-ring-leniency' into 'master'
Perma ring box should never leniency pickup as item

Closes #1449

See merge request KartKrew/Kart!2429
2024-09-07 04:41:52 +00:00
Jack
51112a07f7 Revert "I've spent the last 3 or so hours just trying to get a feel as to how to even begin approaching this task but I think it's just way beyond my understanding, I don't have enough experience with big C / C++ projects to know if its just me or if this project being 2 decades running makes it a freak of nature but I'm just barely holding on here and not seeing any results, so nuts to it for now."
This reverts commit 6125572b63.
2024-09-06 01:13:55 +01:00
Oni
cc3d262566 Merge branch 'demo-version-update' into 'master'
Update demoversion

See merge request KartKrew/Kart!2450
2024-09-05 05:04:38 +00:00
Ashnal
7da33d7e56 Update demoversion to follow up commit
d99335d5a0
Ensures fresh demos are using the new code path
2024-09-05 01:03:07 -04:00
Oni
2de94c94c8 Merge branch 'defensive-overdrive-leniency' into 'master'
Extend defensive Overdrive until you leave painstate

Closes #1452

See merge request KartKrew/Kart!2430
2024-09-05 02:46:13 +00:00
Oni
99f9eba494 Merge branch 'custom-skin-tracking' into 'master'
Use lambda funcs for skin/map/cup records into JSON

Closes RingRacers#130

See merge request KartKrew/Kart!2438
2024-09-05 01:45:42 +00:00
AJ Martinez
39ec171560 Merge branch 'load-improve' into 'master'
Adds the data subdir to the path of all data iwads

See merge request KartKrew/Kart!2442
2024-09-04 01:11:36 +00:00
AJ Martinez
da2e23c6eb Merge branch 'catcher-crack' into 'master'
Visible damage to Sealed Star catcher capsule

See merge request KartKrew/Kart!2446
2024-09-03 13:30:16 +00:00
toaster
7729d74401 Adjust behaviour for new frame offset in assets 2024-09-03 11:25:53 +01:00
toaster
49f6b4516a Semibright for dark part of flicker 2024-09-03 11:19:45 +01:00
toaster
daa9d59232 Visible damage to Sealed Star catcher capsule
Flickers between undamaged frame and (fullbright) damage % frame (which can also be undamaged frame, if undamaged).
Also set up to convey accumulated GP damage on spawn.
2024-09-03 11:19:45 +01:00
AJ Martinez
2b0f597909 Merge branch 'dox-voters-to-server' into 'master'
Dox voters to server

Closes #1440

See merge request KartKrew/Kart!2431
2024-09-02 23:31:30 +00:00
Sally Coolatta
3020f9c3ef Fix map anger race condition
Was making angry maps never actually get picked. Dang.
2024-09-02 04:20:39 -04:00