James R
b405e88ec3
Non-damaging UFO-player collision
...
- UFO is always solid.
- Adds a height check if the player is no boosting.
- Stumbles if the player is within a 60 degree cone of the
direction the UFO is moving. (Only applies if not
boosting.)
2023-03-12 23:42:14 -07:00
Sal
073b787a82
Merge branch 'fix-director-reset-if-others-join' into 'master'
...
Only toggle director when you yourself spawn or when the first player in the level spawns
See merge request KartKrew/Kart!1006
2023-03-13 04:07:46 +00:00
Sal
e70c23fe0f
Merge branch 'sliptide-improvements' into 'master'
...
Wavedash refinement
See merge request KartKrew/Kart!1040
2023-03-13 02:54:55 +00:00
Sal
aa1e31e51f
Merge branch 'fix-writetextmap' into 'master'
...
Fix -writetextmap
See merge request KartKrew/Kart!1041
2023-03-13 02:53:09 +00:00
AJ Martinez
b741d1f11a
Use dedicated sound for wavedash min charge indicator
2023-03-12 17:09:09 -07:00
Sally Coolatta
b0064e41e8
Only save used vertices
...
Fixed in two ways:
- P_LoadExtraVertices is a special construct for extended blockmap types. This is easily resolved with num_orig_vertexes before loading the map.
- Original Doom-style blockmap with ZenNode however also adds additional vertices directly into VERTEXES. These have to simply be ignored by cross-referencing them with linedefs to see if they are used by anything.
2023-03-12 06:43:31 -04:00
Sally Coolatta
f02057bf2e
Write textmap after conversion like vanilla
...
Unfortunately this means that K_AdjustWaypointsParameters no longer saves to UDMF converted maps, because it requires sector thinglists, FOFs, and spawned mobjs.
2023-03-12 06:03:32 -04:00
Oni
0f303100d4
Merge branch 'easy-balance' into 'master'
...
Changes for different game speeds
See merge request KartKrew/Kart!1039
2023-03-12 09:33:31 +00:00
James R
253489b75c
Merge branch 'vol-cvar-defaults' into 'master'
...
Normalize all volume scales to 0-100
See merge request KartKrew/Kart!1030
2023-03-12 03:50:57 +00:00
James R
ab26a66602
Merge branch 'new-sound-musicdef' into 'master'
...
Implement musicdef volume in new mixer
See merge request KartKrew/Kart!1029
2023-03-12 03:43:58 +00:00
James R
552b774028
Merge branch 'noexchndl' into 'master'
...
Windows: add -noexchndl, optionally disables loading exchndl.dll
See merge request KartKrew/Kart!1032
2023-03-12 03:23:08 +00:00
James R
01efc8cbd4
Merge branch '3p-challenger' into 'master'
...
HERE COMES A NEW CHALLENGER for 3P + fix DUEL mode bugs
Closes #463
See merge request KartKrew/Kart!1008
2023-03-12 03:22:56 +00:00
James R
0058d9efc3
Merge branch 'update-linedef-80' into 'master'
...
Update line special 80
See merge request KartKrew/Kart!1037
2023-03-12 03:22:36 +00:00
AJ Martinez
fcd1fe8b8b
Wavedash refinement
2023-03-11 17:20:44 -07:00
Sally Coolatta
383bf4b604
Fix deleted line for uphill/downhill multiplier
2023-03-11 18:07:04 -05:00
Sally Coolatta
431a99db78
Don't decrease bot difficulty on Master
2023-03-11 05:01:50 -05:00
Sally Coolatta
5639113ed8
Slope thrust changes
...
- Slope thrust is scaled with game speed. Makes Easy more reasonable, and Hard goofier.
- Slope upward/downward thrust multiplier is applied to all objects equally, instead of only players.
2023-03-11 04:59:47 -05:00
Sally Coolatta
569b9a7dee
Reduce all bot difficulty when retrying
...
Especially reasonable now that you have a penalty for retrying.
2023-03-11 04:07:50 -05:00
SteelT
d9ef9514fa
Merge branch 'altmusic-autoload' into 'master'
...
Auto load altmusic.pk3 on startup
See merge request KartKrew/Kart!1038
2023-03-11 03:03:57 +00:00
SteelT
43991dd798
Auto load altmusic.pk3 on startup
2023-03-10 21:43:51 -05:00
James R
3349f17cd7
Update line special 80
...
- UDMF: use args[1] instead of line tag.
- Binary: do not add thing angle to thing's tag list, just
compare angle directly. Seemed weird that this was the
only place in the code to alter the tags list like that.
2023-03-10 04:17:07 -08:00
Eidolon
901ebdb5b0
Implement musicdef volume in new mixer
2023-03-09 15:12:24 -06:00
James R
600063f46b
Merge branch 'bot-improvements-round-12' into 'master'
...
Bots Again: Round 12
See merge request KartKrew/Kart!1034
2023-03-09 10:29:14 +00:00
Oni
60863a88a3
Merge branch 'quieter-wavedash' into 'master'
...
Quieter wavedashing
See merge request KartKrew/Kart!1035
2023-03-09 09:05:55 +00:00
AJ Martinez
85c492e848
Wavedashing no longer puts everyone in your netgame into a hurricane
2023-03-09 02:01:57 -07:00
Sally Coolatta
f2afc65af4
Merge branch 'bot-improvements-round-12' of https://git.do.srb2.org/KartKrew/Kart into bot-improvements-round-12
2023-03-09 03:07:38 -05:00
Sally Coolatta
d7256aa5f6
Give bots friction rubberband again
2023-03-09 03:06:30 -05:00
Sally Coolatta
cd2dd1315a
Reduce waypoint radius for bots on turns
2023-03-09 03:06:30 -05:00
James R
794b276267
Merge branch 'snacpending-monch' into 'master'
...
PARANOIA: snacpending negative error plays sfx_monch
See merge request KartKrew/Kart!1027
2023-03-09 07:57:42 +00:00
James R
f19de81dd2
Merge branch 'fix-eggman-transfer-crash' into 'master'
...
Fix null ref in eggman transfer
See merge request KartKrew/Kart!1031
2023-03-09 07:56:22 +00:00
James R
ef664c5124
Reset DUEL mode before POSITION ends
2023-03-08 21:18:30 -08:00
James R
d83f91d169
Call K_TimerReset before spawning map things
...
Fixes DUEL items spawning twice if DUEL mode remains on
between maps. Fixes DUEL items spawning the next map after
DUEL mode deactivates.
2023-03-08 21:08:05 -08:00
James R
ba994c261a
HERE COMES A NEW CHALLENGER for 3P
...
Fixes DUEL mode still being active if a 3rd player enters
before 20 seconds is up.
2023-03-08 21:07:40 -08:00
VelocitOni
23b04832ad
Buff Spikes
...
Both Vertical and Wallspikes size and increase, vertical spikes tumble, speed is now TICRATE instead of 2*TICRATE
2023-03-08 22:02:24 -05:00
James R
ed551114d5
Windows: add -noexchndl, disables loading exchndl.dll
2023-03-08 17:11:05 -08:00
AJ Martinez
d8670bae20
Fix nonfunctional wizard guard for wizards
2023-03-08 16:58:15 -07:00
AJ Martinez
6d983852d9
Fix null ref in eggman transfer
2023-03-08 15:58:56 -07:00
Eidolon
610351b872
Normalize all volume scales to 0-100
2023-03-08 15:22:29 -06:00
James R
86990d47d2
Merge branch 'i-error-if-missing-exchndl' into 'master'
...
Windows: close game with error if exchndl.dll is missing
See merge request KartKrew/Kart!1010
2023-03-08 03:25:10 +00:00
James R
6d530ec810
PARANOIA: snacpending negative error plays sfx_monch
2023-03-07 18:26:50 -08:00
James R
afa62f2402
I_Error if exchndl.dll is missing for Windows builds
2023-03-07 17:52:10 -08:00
Oni
216e4064dc
Merge branch 'wavedash-sounds' into 'master'
...
Add sounds to sliptide zip / wavedashing
See merge request KartKrew/Kart!1024
2023-03-07 20:23:05 +00:00
toaster
1ccd41c3db
R_RenderThickSideRange: Compilation fix
...
It seems `lighteffect` was not a comprehensive enough blockade to referencing an uninitialised `xwalllights` for my strictly-warning compiler.
2023-03-07 19:32:52 +00:00
AJ Martinez
da2aab1af1
Avoid sound iteration, if we can help it
2023-03-07 06:08:20 -07:00
AJ Martinez
06f583a15d
Un-re-buff wavedash boost because tripwire
2023-03-07 05:57:01 -07:00
AJ Martinez
3463456976
Oni fixup gaiden
...
Passive sound when holding wavedash (waved4), wavedash delay TICRATE -> TICRATE/2, wavedash delay pauses while driftboosting
2023-03-07 04:58:17 -07:00
AJ Martinez
65b62e07c8
Add sounds to slipide zip / wavedashing
2023-03-07 03:20:41 -07:00
James R
df00ed4f64
Merge branch 'render-highlight' into 'master'
...
debugrender_contrast, debugrender_spriteclipping and debugrender_highlight
See merge request KartKrew/Kart!1021
2023-03-07 09:53:13 +00:00
Oni
cb6391c2cc
Merge branch 'high-contrast-debug-waypoints' into 'render-highlight'
...
Make debugwaypoints radiuses more visible
See merge request KartKrew/Kart!1022
2023-03-07 09:52:24 +00:00
James R
aa927a5b00
Merge branch 'overtime-spectator'
2023-03-07 01:45:16 -08:00