toaster
dc2936de42
Make the map command from the title screen *actually work*, and make a best-guess attempt at determining the necessary setup to play each particular map in a Single Player context (such as grandprixinfo for TOL_RACE, a little cleanup for TOL_BATTLE, and bossinfo for TOL_BOSS).
...
This will be necessary when newmenus comes around and it is no longer advantageous to have a menu for testing bosses, given they won't be a headline feature in v2 or accessible via multiplayer at this time.
2022-03-05 22:17:06 +00:00
toaster
61577e5026
* Re-enable kickstartaccel in battle.
...
* Add a little "ding" sound and HUD dorito bounce when your kickstartaccel reaches max, so you can let go of accelerate/know when you need to tap to stop.
* Make the name on top of the boss healthbar only show up once the titlecard is over.
* Properly reset boss healthbar fill between maploads.
2022-03-01 18:18:01 +00:00
toaster
17e5f71b5d
* Re-enable sphere HUD in bosses.
...
* Do a little more anti-overtime checking for bosses. (This *really* requires a refactor at some point, but not right now)
2022-02-27 17:48:04 +00:00
toaster
5a06239a20
Add an extra fix for the "get hit the moment you spawn an orbiting item" bug that produced tiny Orbinauts and Jawz - now it moves them out so they're not inside you when you come out of hitlag.
...
(Yes, sorry, no more fishsticks.)
2022-02-27 17:37:39 +00:00
toaster
329c2a60a2
Fix item boxes not spawning in Break the Capsules.
...
Specifically, they turn invisible on tic 0, then make a decision about whether to replace themselves with MT_PAPERITEMSPOT or simply become visible (with an explosion puff, same as how they respawn) when starttime is reached.
This delay also applies to Race, which I think is a good thing, considering Item Capsules already are not collectable during POSITION, but I can change it if others disagree.
2022-02-27 17:11:18 +00:00
toaster
4a2efd3000
Fix a few basic mistakes.
...
* Don't forcibly go to a race map if you're exiting a boss and would otherwise return to the title screen.
* Yes, there are four basc TOL's now, not three.
* Title card string for ZONE should be right aligned.
2022-02-27 17:07:56 +00:00
toaster
c1f3237157
Boss API + assorted relevant bugfixes, will go over the featureset of this branch with a fine toothed comb when it's time to write the merge request description so this is all you're getting right now
2022-02-24 21:19:03 +00:00
James R
82377fb001
Merge branch 'invinc-color-fix' into 'master'
...
Invinc color fix
See merge request KartKrew/Kart!553
2022-02-17 07:59:29 +00:00
James R
eb9a6f3445
Merge branch 'kstart-sfx' into 'master'
...
POSITION Music
See merge request KartKrew/Kart!552
2022-02-17 05:06:16 +00:00
James R
fbcb48a35f
Merge branch 'cechostop' into 'master'
...
CECHO stop
Closes #219
See merge request KartKrew/Kart!550
2022-02-17 05:06:03 +00:00
James R
ea9b1daeb9
Merge branch 'eaturnongreens' into 'master'
...
Eat your non-greens (resolves #221 )
Closes #221
See merge request KartKrew/Kart!549
2022-02-17 05:05:52 +00:00
James R
64abc232bc
Merge branch 'dlconfirmfix' into 'master'
...
DL Confirm Fix
See merge request KartKrew/Kart!547
2022-02-17 05:05:39 +00:00
James R
8f303f03d2
Merge branch 'iamnobump' into 'master'
...
I am no bump
See merge request KartKrew/Kart!548
2022-02-17 05:05:24 +00:00
James R
8921a6fa96
Merge branch 'combob2' into 'master'
...
combob2
Closes #212
See merge request KartKrew/Kart!546
2022-02-17 05:04:33 +00:00
Sally Coolatta
39da886447
Merge branch 'master' into invinc-color-fix
2022-02-16 23:01:23 -05:00
Sally Coolatta
a750fdd810
Invincibility wasn't using K_RainbowColor anymore, what the function was designed for...
2022-02-16 23:01:07 -05:00
James R
e28e67f84d
Fade out POSITION music at 3 2 1
2022-02-15 15:53:56 -08:00
James R
9095261a18
POSITION music
...
Play SA2 "shwing" at title card; play POSITION music once
camera is steady (instantly in 1v1).
Encore: play portal warp sound instead of "shwing"; play
portal drone instead of POSITION music, always start
instantly.
2022-02-15 15:51:47 -08:00
James R
62b5f9c90f
Leave introtime at 3 for 1v1
...
Preticker uses up a few tics, so setting it to 0 makes it
useless.
2022-02-15 15:38:11 -08:00
James R
418156bebf
Use float value for LOOPMS
...
Extra precision.
2022-02-15 14:19:28 -08:00
James R
f749424de7
Turn kstart into sfx
2022-02-14 15:04:30 -08:00
toaster
42919044e9
Don't continue ticking the cecho timer infinitely into the negatives ( resolves #219 )
2022-02-14 14:52:04 +00:00
toaster
9ef2530e54
Fix HUD tracking being broken in non-green aspect ratios.
2022-02-14 14:42:31 +00:00
toaster
54cd540e5b
Fix the chat underlay being physically seperated from the chat text in non-green resolutions.
2022-02-14 14:41:34 +00:00
toaster
93e4ef0ef1
Permit players to not bounce when colliding with ML_NOTBOUNCY walls (imperfect but better than the LITERALLY NO SUPPORT that was there beforehand)
2022-02-10 00:06:47 +00:00
toaster
8f4e8a4953
can't believe i messed up the brackets this bad, woops
2022-02-09 23:43:06 +00:00
toaster
c3e9eceda2
* Instead of checking for a player moving up, check for a player moving up that's only JUST been tumbled.
...
* Remove the DMG_WOMBO flag from PVP touch damage tumbles as that was restricting tumble combos in this branch, not allowing it.
2022-02-08 21:38:24 +00:00
toaster
c8517007c6
Only disable downloads in TESTER builds and -nodownload, not always.
2022-02-03 22:03:04 +00:00
toaster
ef7655d2e8
Fix a tables error with DMG_STEAL in Lua/SOC resolving to the wrong flag value.
2022-02-03 19:51:58 +00:00
toaster
766fce5857
Make some adjustments to the damage combo system for players.
...
* Prevent a player that is moving upwards from being DMG_TUMBLE'd again (resolves #212 ).
* Instead of having a special case for missiles there, make PIT_CheckThing toggle DMG_WOMBO instead.
* Allow hard hits (DMG_TUMBLE, DMG_EXPLODE, and DMG_KARMA) to have combos toggled off with DMG_WOMBO, too.
2022-02-03 19:51:17 +00:00
James R
0f4feb0161
Fix in game downloader confirmation
2022-01-28 04:43:18 -08:00
toaster
4b1cef0f20
Merge branch 'testers' into 'master'
...
Allow TESTERS builds to be made for any branch
See merge request KartKrew/Kart!529
2022-01-23 22:48:48 +00:00
toaster
f69f002d17
Merge branch 'speedometer-default' into 'master'
...
Turn on speedometer by default
Closes #218
See merge request KartKrew/Kart!539
2022-01-23 22:43:49 +00:00
toaster
3823feb7d6
Merge branch 'director-cam' into 'master'
...
Automatic spectator "director" cam
See merge request KartKrew/Kart!537
2022-01-23 22:43:25 +00:00
AJ Martinez
337f7ebd27
Merge remote-tracking branch 'origin/master' into director-cam
2022-01-23 15:38:25 -06:00
AJ Martinez
ef6ff846d3
Merge branch 'master' into 'director-cam'
...
# Conflicts:
# src/d_netcmd.h
2022-01-23 15:38:14 -06:00
toaster
e7108cfde1
Resolve the replay crash issue :mike:
...
(Also no longer mess around with moving flags into booleans per my comment)
2022-01-23 21:35:29 +00:00
toaster
1ae256887e
Readd CV_SAVE per Oni request in vc (and also my desires)
...
Made using web IDE
2022-01-23 20:49:29 +00:00
SteelT
dbacdb4e63
Merge branch 'hitlag-flags' into 'master'
...
Hitlag flags
See merge request KartKrew/Kart!541
2022-01-23 19:02:43 +00:00
SteelT
fefb012134
Merge branch 'tripwire-both-sides' into 'master'
...
Consistently easy tripwire
See merge request KartKrew/Kart!540
2022-01-23 19:01:56 +00:00
SteelT
7dc6542a4f
Merge branch 'thing-bright-override-colormap' into 'master'
...
Fix OGL semibright and ignore colormap for fullbright/semibright/fulldark
See merge request KartKrew/Kart!538
2022-01-23 19:01:44 +00:00
SteelT
a793af47c5
Merge branch 'grow-shrink-shoe-polish' into 'master'
...
More extremely scaled grow & shrink players!
See merge request KartKrew/Kart!534
2022-01-23 18:59:39 +00:00
SinnamonLat
fafcf307d2
Add combo to bubble shield
2022-01-23 18:02:56 +01:00
SinnamonLat
14961f6127
Let ThunderShield combo players
2022-01-23 17:58:08 +01:00
SinnamonLat
d55e23d767
Add DMG_WOMBO to all player contact damage
2022-01-23 17:52:31 +01:00
SinnamonLat
2bc6a72c56
MF_NOHITLAGFORME shouldn't work on MT_PLAYER
2022-01-23 13:57:11 +01:00
SinnamonLat
6567219fec
Add MF_NOHITLAGFORME to spikes and wallspikes
2022-01-23 11:50:53 +01:00
James R
b30ffea49a
Hash name lookup for textures and lumps
2022-01-22 03:18:06 -08:00
SinnamonLat
191103fec1
Fix a dumb mistake, add DMG_WOMBO to orbinauts, jawz and banana hits
2022-01-22 11:41:49 +01:00
SinnamonLat
ba9ef23b31
Add MF_NOHITLAGFORME and DMG_WOMBO
2022-01-22 10:01:24 +01:00