Antonio Martinez
af4dc813e2
The text spacing vortex consumes all
2024-09-27 03:28:37 -07:00
Antonio Martinez
7019c77b96
Generic input nightmare fuck
2024-09-27 03:28:37 -07:00
Antonio Martinez
31eb1a8f5d
Descriptive input: visually box control legends, better bind search
2024-09-27 03:28:37 -07:00
Antonio Martinez
4921c42d4c
Fix descriptive input rewriting color codes in Tutorial dialogue
2024-09-27 03:28:36 -07:00
Antonio Martinez
dbd43859fe
Descriptive input: K_DrawGameControl rich text wrapper (WIP)
2024-09-27 03:28:36 -07:00
Antonio Martinez
0b9c5c7415
Move bind-search logic to g_input
2024-09-27 03:28:36 -07:00
Antonio Martinez
1c50c3510d
Descriptive input: keyboard/gamepad split, improve display of directions
2024-09-27 03:28:36 -07:00
Antonio Martinez
7bf63f5217
Descriptive controls: respond to player input method
2024-09-27 03:28:36 -07:00
Antonio Martinez
511255216c
WIP
2024-09-27 03:28:36 -07:00
Antonio Martinez
8c51bc235d
"Use Button Names" option
2024-09-27 03:28:36 -07:00
Antonio Martinez
4bc2c576f0
WIP: Descriptive controls
2024-09-27 03:28:36 -07:00
toaster
9cd4d96d5b
Do not update player preferences in demo playback
...
Should resolve the Crawla swarm
2024-09-22 17:48:22 +01:00
toaster
b62892ba1c
Reimplement midgame Pause Menu flow for Spectate status change
...
- Currently no console command, as "teamchange" no longer applies... relatively simple to add one if needed though
- Change the "Team Change" warning when allowteamchange is false to say "Joining Play"
2024-09-22 17:44:26 +01:00
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
Alug
266aa14daf
Clamp rover->alpha levels
2024-09-16 20:13:13 +02: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
Antonio Martinez
62e8b435aa
Race Duel: endcam fixup
2024-09-10 15:31:48 -07:00
Antonio Martinez
2a42d664f0
Special Stage is never Race Duel
2024-09-10 15:11:47 -07:00
Antonio Martinez
fc56b1c802
Race Duel: prettier Margin Boost text
2024-09-10 15:09:40 -07:00
Antonio Martinez
6e51815df3
Race Duel: only endcam on close finishes
2024-09-10 15:08:58 -07: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