NepDisk
ec7cfc56fb
Remove Stairjank.
2024-07-29 02:59:03 -04:00
NepDisk
dc6d03c8ee
Fix itembox respawning
2024-07-29 02:49:27 -04:00
NepDisk
820412dd46
Revert "Reenable item box respawning"
...
This reverts commit b0c7a9484c .
2024-07-29 02:42:20 -04:00
NepDisk
f561956ff1
Revert "Fix respawning item boxes with P_RespawnBattlesBoxes"
...
This reverts commit b7c9e56083 .
2024-07-29 02:38:57 -04:00
NepDisk
1e43b1b013
Revert "Reapply "Replace shitty item box pop with flying debris and dust clouds""
...
This reverts commit 98cdcf8593 .
2024-07-29 02:37:11 -04:00
NepDisk
98cdcf8593
Reapply "Replace shitty item box pop with flying debris and dust clouds"
...
This reverts commit e4f8b0119d .
2024-07-29 02:34:56 -04:00
James R
b7c9e56083
Fix respawning item boxes with P_RespawnBattlesBoxes
2024-07-29 02:33:32 -04:00
NepDisk
e4f8b0119d
Revert "Replace shitty item box pop with flying debris and dust clouds"
...
This reverts commit 8979dafd4c .
2024-07-29 02:33:00 -04:00
James R
b0c7a9484c
Reenable item box respawning
...
Old code was shit so I removed it (4d67cc632). Turns out
none of that bullshit actually mattered to make this box
respawn and it just needs to go to an invisible state!
Makes use of some nifty flickering code (that was already
there but effectively disabled) shortly before it actually
respawns.
2024-07-29 02:29:29 -04:00
James R
8979dafd4c
Replace shitty item box pop with flying debris and dust clouds
...
Debris flies forward and outward from the player in the
direction of momentum. Debris particles bounce once then
disappear when they hit the ground for the second time.
Clouds spawn on and trail behind the player for a short
duration.
2024-07-29 02:25:41 -04:00
NepDisk
e2037f149e
Fix skyboxes, and make butteredslopes nice
2024-07-29 02:23:54 -04:00
Sal
9cbbbfc020
Merge branch 'unshitty-destroy-items-sectors' into 'master'
...
Let's define which items can die in a death sector in ONE PLACE
See merge request KartKrew/Kart!713
2024-07-28 23:37:02 -04:00
NepDisk
c510b9de77
Revert "Expose blendmodes to UDMF"
...
This reverts commit 0250fdadbe .
2024-07-28 23:16:45 -04:00
MascaraSnake
0250fdadbe
Expose blendmodes to UDMF
2024-07-28 22:38:59 -04:00
NepDisk
de4bfad6b9
Get this working
2024-07-28 22:37:38 -04:00
toaster
f901ce0f00
Only calculate wipeout slowdown if the player's speed > 0
2022-09-07 14:04:22 +01:00
toaster
54e03194ea
Ignore client joins while loading a level, to prevent a myriad of join bugs.
...
Slightly rewritten from Jugador's, to prevent spurious DEBFILE prints of unknown packet type
2022-09-07 13:50:26 +01:00
toaster
925e05a8a0
Sink painstate crash fix
2022-09-07 13:33:40 +01:00
Oni
129d1230d1
Merge branch 'correctsparkcolors' into 'master'
...
Modified Driftspark colors
See merge request KartKrew/Kart!667
2022-09-07 08:06:26 +00:00
VelocitOni
813751d9c0
Consistent color scale
...
Driftsparks now go through grey, yellow, red, and blue; instead of yellow, red, blue, purple. This is consistent with every other scale of power in the game.
2022-09-07 03:45:20 -04:00
Sally Coolatta
3149d7738f
Revert "vsync is not broken anymore thanks to both Eidolon and jart's efforts"
...
This reverts commit 59044e7389 .
2022-09-07 01:31:48 -04:00
Oni
ea3818d285
Merge branch 'hear-pain' into 'master'
...
Improved MKSC-style hit confirms
See merge request KartKrew/Kart!659
2022-09-07 04:44:03 +00:00
Oni
a6c35a2191
Merge branch 'fast-fall' into 'master'
...
Fast falling
See merge request KartKrew/Kart!660
2022-09-07 04:37:48 +00:00
toaster
be7357e8a5
Merge branch '14plus-mergeladder' into 'master'
...
1.4+ Mergeladder
See merge request KartKrew/Kart!654
2022-09-05 19:35:32 +00:00
Sally Coolatta
7a91e5b6b5
Don't allow ebrake in tumble
2022-09-05 11:56:11 -04:00
Sally Coolatta
98ec1779d9
Reimplement follower hit confirm
2022-09-05 11:30:12 -04:00
Sally Coolatta
38dc572699
Reset fast falling in P_ResetPlayer
...
Resets it for springs
2022-09-05 10:58:50 -04:00
Sally Coolatta
eb7e2287c4
Change bounce behavior
...
- Always allow bounce after fast fall
- Allow for more bounces
- Lose speed on bounces that don't reach max
2022-09-05 10:54:16 -04:00
Sally Coolatta
1eb1309032
Remove step-down change
2022-09-05 10:41:06 -04:00
toaster
1f3ac199ae
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into 14plus-mergeladder
2022-09-05 15:32:02 +01:00
toaster
59044e7389
vsync is not broken anymore thanks to both Eidolon and jart's efforts
2022-09-05 15:26:28 +01:00
James R
48cc0158c2
SDL hint render driver to direct3d11
...
Windows bug; RPT files were not being generated for
toaster on Windows 11. Eventually it was narrowed to down
to direct3d driver specifically.
# Conflicts:
# src/sdl/i_video.c
2022-09-05 15:25:12 +01:00
James R
fd3b045f80
Update libs/SDL2 to 2.0.22
...
# Conflicts:
# libs/SDL2/COPYING.txt
# libs/SDL2/WhatsNew.txt
# libs/SDL2/docs/README-android.md
# libs/SDL2/docs/README-linux.md
# libs/SDL2/i686-w64-mingw32/bin/SDL2.dll
# libs/SDL2/i686-w64-mingw32/bin/sdl2-config
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_assert.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_atomic.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_audio.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_bits.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_blendmode.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_clipboard.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_config.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_cpuinfo.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_egl.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_endian.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_error.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_events.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_filesystem.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_gamecontroller.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_gesture.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_haptic.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_hints.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_joystick.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_keyboard.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_keycode.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_loadso.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_log.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_main.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_messagebox.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_mouse.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_mutex.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_name.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_opengl.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_opengles.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_opengles2.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_pixels.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_platform.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_power.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_quit.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_rect.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_render.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_revision.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_rwops.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_scancode.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_sensor.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_shape.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_stdinc.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_surface.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_system.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_syswm.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_assert.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_common.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_compare.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_crc32.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_font.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_fuzzer.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_harness.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_images.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_log.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_md5.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_memory.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_test_random.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_thread.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_timer.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_touch.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_types.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_version.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_video.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/SDL_vulkan.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/begin_code.h
# libs/SDL2/i686-w64-mingw32/include/SDL2/close_code.h
# libs/SDL2/i686-w64-mingw32/lib/libSDL2.a
# libs/SDL2/i686-w64-mingw32/lib/libSDL2.dll.a
# libs/SDL2/i686-w64-mingw32/lib/libSDL2.la
# libs/SDL2/i686-w64-mingw32/lib/libSDL2_test.a
# libs/SDL2/i686-w64-mingw32/lib/libSDL2_test.la
# libs/SDL2/i686-w64-mingw32/lib/libSDL2main.a
# libs/SDL2/i686-w64-mingw32/lib/libSDL2main.la
# libs/SDL2/i686-w64-mingw32/lib/pkgconfig/sdl2.pc
# libs/SDL2/test/Makefile.in
# libs/SDL2/test/Makefile.os2
# libs/SDL2/test/checkkeys.c
# libs/SDL2/test/configure.ac
# libs/SDL2/test/controllermap.c
# libs/SDL2/test/loopwave.c
# libs/SDL2/test/loopwavequeue.c
# libs/SDL2/test/testatomic.c
# libs/SDL2/test/testaudiocapture.c
# libs/SDL2/test/testaudiohotplug.c
# libs/SDL2/test/testaudioinfo.c
# libs/SDL2/test/testautomation.c
# libs/SDL2/test/testbounds.c
# libs/SDL2/test/testcustomcursor.c
# libs/SDL2/test/testdisplayinfo.c
# libs/SDL2/test/testdraw2.c
# libs/SDL2/test/testdrawchessboard.c
# libs/SDL2/test/testdropfile.c
# libs/SDL2/test/testerror.c
# libs/SDL2/test/testfile.c
# libs/SDL2/test/testfilesystem.c
# libs/SDL2/test/testgamecontroller.c
# libs/SDL2/test/testgesture.c
# libs/SDL2/test/testgl2.c
# libs/SDL2/test/testgles.c
# libs/SDL2/test/testgles2.c
# libs/SDL2/test/testhotplug.c
# libs/SDL2/test/testiconv.c
# libs/SDL2/test/testime.c
# libs/SDL2/test/testintersections.c
# libs/SDL2/test/testjoystick.c
# libs/SDL2/test/testkeys.c
# libs/SDL2/test/testloadso.c
# libs/SDL2/test/testlock.c
# libs/SDL2/test/testmessage.c
# libs/SDL2/test/testmultiaudio.c
# libs/SDL2/test/testnative.c
# libs/SDL2/test/testnative.h
# libs/SDL2/test/testnativew32.c
# libs/SDL2/test/testnativex11.c
# libs/SDL2/test/testoverlay2.c
# libs/SDL2/test/testplatform.c
# libs/SDL2/test/testpower.c
# libs/SDL2/test/testqsort.c
# libs/SDL2/test/testrelative.c
# libs/SDL2/test/testrendercopyex.c
# libs/SDL2/test/testrendertarget.c
# libs/SDL2/test/testresample.c
# libs/SDL2/test/testrumble.c
# libs/SDL2/test/testscale.c
# libs/SDL2/test/testsem.c
# libs/SDL2/test/testsensor.c
# libs/SDL2/test/testshader.c
# libs/SDL2/test/testshape.c
# libs/SDL2/test/testsprite2.c
# libs/SDL2/test/testspriteminimal.c
# libs/SDL2/test/teststreaming.c
# libs/SDL2/test/testthread.c
# libs/SDL2/test/testtimer.c
# libs/SDL2/test/testver.c
# libs/SDL2/test/testviewport.c
# libs/SDL2/test/testvulkan.c
# libs/SDL2/test/testwm2.c
# libs/SDL2/test/testyuv.c
# libs/SDL2/test/testyuv_cvt.c
# libs/SDL2/test/testyuv_cvt.h
# libs/SDL2/test/torturethread.c
# libs/SDL2/x86_64-w64-mingw32/bin/SDL2.dll
# libs/SDL2/x86_64-w64-mingw32/bin/sdl2-config
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_assert.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_atomic.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_audio.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_bits.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_blendmode.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_clipboard.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_config.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_cpuinfo.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_egl.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_endian.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_error.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_events.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_filesystem.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_gamecontroller.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_gesture.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_haptic.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_hints.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_joystick.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_keyboard.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_keycode.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_loadso.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_log.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_main.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_messagebox.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_mouse.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_mutex.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_name.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_opengl.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_opengles.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_opengles2.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_pixels.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_platform.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_power.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_quit.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_rect.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_render.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_revision.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_rwops.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_scancode.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_sensor.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_shape.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_stdinc.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_surface.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_system.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_syswm.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_assert.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_common.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_compare.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_crc32.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_font.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_fuzzer.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_harness.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_images.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_log.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_md5.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_memory.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_test_random.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_thread.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_timer.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_touch.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_types.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_version.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_video.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/SDL_vulkan.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/begin_code.h
# libs/SDL2/x86_64-w64-mingw32/include/SDL2/close_code.h
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2.a
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2.dll.a
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2.la
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2_test.a
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2_test.la
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2main.a
# libs/SDL2/x86_64-w64-mingw32/lib/libSDL2main.la
# libs/SDL2/x86_64-w64-mingw32/lib/pkgconfig/sdl2.pc
2022-09-05 15:13:45 +01:00
Sally Coolatta
bc538a066f
Fast falling
...
E-Brake in the air for x4 gravity, at the cost of a tiny bounce on landing.
2022-09-04 21:21:25 -04:00
Sally Coolatta
01af5127c8
Improved pain then hit confirm sound
...
- The pain + hit confirm delay is done for all players, instead of only the damaged player.
- The player who got the hit also gets to hear their pain sound at full volume.
- Changed the code so that your hit confirm sound effect will no longer be interrupted if the player who got hit left the game.
2022-09-04 14:23:51 -04:00
Sal
1e9b95e546
Merge branch 'fake-bot-results-crash' into 'master'
...
Use mapobjectscale in K_FakeBotResults
See merge request KartKrew/Kart!658
2022-09-03 14:20:34 +00:00
Sal
1d661a6f9d
Merge branch 'just-bot-things' into 'master'
...
More bot things
See merge request KartKrew/Kart!652
2022-09-03 14:20:12 +00:00
Oni
3f0e3709f2
Merge branch 'new-camera-defaults' into 'master'
...
Adjust default camera dist and height
See merge request KartKrew/Kart!657
2022-09-03 05:05:57 +00:00
James R
a003475076
Use mapobjectscale in K_FakeBotResults
...
Fixes a crash if bot scale is way too small and should be
more consistent?
2022-08-31 16:37:52 -07:00
Oni
9609911e33
Merge branch 'tripwire-blaster' into 'master'
...
Tripwire Blaster
See merge request KartKrew/Kart!656
2022-08-31 03:50:02 +00:00
VelocitOni
befda8b38e
Made states in deh_tables.c match info.h
...
Copy-pasted from info.h to deh_tables.c, fixes Opulence barrels problem.
2022-08-30 23:41:13 -04:00
toaster
2c91f83a02
Store tripwire pass level on the player
...
Fixes tripwire leniency fadeout - previously broken two commits ago
2022-08-30 21:22:26 +01:00
toaster
6b8d729b2c
Blaster polish
...
* Use leveltime instead of leniency for flicker, which makes it work as intended
* Make the threshold for tripwire BLASTER 200% (from 180%)
* Always colorize boost/BLASTER when you have a Flame Shield
* Hide boost/BLASTER if you're using flamedash specifically
2022-08-30 19:29:12 +01:00
toaster
97fab1ab20
Levels of tripwire pass conditions.
...
- Invinc and sneaker can go up to BLASTER.
- Flame shield and momentum make only the boost by themselves.
- Hyuu and grow ignore tripwire so don't make ANY aura without any of the prior also occouring.
2022-08-30 18:16:51 +01:00
James R
31835b380b
Set tripwire blaster destscale instead of player's
2022-08-30 00:12:08 -07:00
SteelT
ebcb76645b
Adjust default camera dist and height
...
cam_dist is now 190
cam_height is now 75
2022-08-29 20:16:46 -04:00
toaster
bdd786d8ab
BLASTER finalisation
...
- BLASTER >= 180% speed, smaller boost otherwise
- Flickers under 150%
- Invinc-coloured when invincibility
- Ketchup coloured when boosting, invisible otherwise
2022-08-29 18:35:38 +01:00
Sally Coolatta
b9e3bdff94
Better tripwire leniency vfx
2022-08-29 16:26:58 +01:00
toaster
1a53836d6a
Compilation warning in D_PickVote
2022-08-28 18:34:33 +01:00
toaster
ac1fb8301d
Chose the wrong version of makefile in merge conflict resolution
...
Partial revert of faulty commit 3f53d768d1
2022-08-28 17:48:33 +01:00