Commit graph

5706 commits

Author SHA1 Message Date
Alam Arias
afaa620f6b Merge remote-tracking branch 'upstream/master' 2019-03-09 20:13:41 -05:00
Alam Ed Arias
d386febf56 TravisCI: add option for GCC 8.1 2019-03-09 19:41:56 -05:00
Sryder
662bee1b4e Roulette Code: Electric Boogaloo 2019-03-10 00:04:09 +00:00
Sryder
60d2b6e37d Item roulette code proves once again to be one of the most fragile pieces of code I've seen
I assume we just need to move these other places to match the super ring ID moving.
2019-03-09 23:54:40 +00:00
fickleheart
1743d35fc2 Disable stacking thunder shields 2019-03-09 17:28:05 -06:00
fickleheart
26b7efddb4 Make P_NukeEnemies (including K_DoThunderShield) scale by mapscale 2019-03-09 17:24:20 -06:00
Alam Arias
9aff7ba875 Merge branch 'next' into join-passwords 2019-03-09 18:19:44 -05:00
Alam Arias
8502a5823f c is only for chat_in 2019-03-09 18:18:14 -05:00
Alam Arias
ef603143c9 fix VCHELP 2019-03-09 18:09:38 -05:00
fickleheart
bc647657f4 Fix password auto-hiding if you type into it 2019-03-09 17:06:44 -06:00
Alam Arias
18233eba23 Merge branch 'master' into ping-stuff-take2 2019-03-09 18:05:30 -05:00
fickleheart
c31cc7cae5 Make password toggle only affect password fields 2019-03-09 17:03:52 -06:00
fickleheart
acf1827d9e Handle capslock in just one place...? 2019-03-09 16:55:18 -06:00
fickleheart
60296de106 More... 2019-03-09 16:49:23 -06:00
fickleheart
f388416264 Use consts in place of some 16s 2019-03-09 16:46:55 -06:00
TehRealSalt
8c79e57f89 Don't lose rings with a shield on hit 2019-03-09 16:39:43 -05:00
fickleheart
d4f340ff7b Nudge lock over a tad 2019-03-09 15:27:23 -06:00
TehRealSalt
955e5d9c80 Nope, disable ring respawn again 2019-03-09 16:21:51 -05:00
fickleheart
d711e39518 Toggle showing password with tab 2019-03-09 15:14:08 -06:00
TehRealSalt
d6d5d44153 Fix misc mistakes 2019-03-09 16:05:39 -05:00
Latapostrophe
dca6d8094a Change default showping from Warning to Always 2019-03-09 22:01:52 +01:00
fickleheart
180bc0eaee Add join password to server host menu 2019-03-09 15:00:48 -06:00
fickleheart
640b9016d7 Show kartspeed and password status on server browser 2019-03-09 14:30:04 -06:00
fickleheart
283bb3aa66 Check password and etc before downloading files 2019-03-09 13:30:22 -06:00
fickleheart
055d73c1e7 Move HandleConnect to the same place as other packets 2019-03-09 12:01:47 -06:00
Latapostrophe
00ddf6e9f3 Fix boost / rocket sneakers for antigrav 2019-03-09 17:25:42 +01:00
TehRealSalt
db8f23561d Minor (but important!) polishing
- Thunder Shield now attracts rings
- Colorize the ring counter at max yellow
- Rings in the collecting animation are considered for determining if you can't pick up rings anymore, preventing a LOT of rings being deleted from the map over time.
- Flung rings don't lose speed over time anymore
- Flund rings last way longer
- Using rings is much less touchy (holding the button from before an item roulette will let you continue using them until you let go, using certain items won't make you use a couple rings afterwards)
- 0 rings is now counted as debt when getting hit, making debt easier to get out of (getting hit by a spike now would put you at -2 instead of -5)
- Move Super Ring toward the end of the item (so I don't have to modify gfx.kart to fix dropped items)
2019-03-09 04:33:46 -05:00
TehRealSalt
4a68f98dc2 double ring hitbox, buff ring boost to 20% top speed increase 2019-03-08 20:33:44 -05:00
TehRealSalt
ff32e84b09 Fix macro expansion warning Sryder got 2019-03-08 19:06:27 -05:00
Steel Titanium
32fbfc9159 Always return false instead. 2019-03-08 18:51:55 -05:00
TehRealSalt
c9aab2579b Kill invincibility item caps
It's a holdover from another era, our item changes have stacked up enough that we don't really need this cap anymore
2019-03-08 18:36:25 -05:00
TehRealSalt
9b66e419f1 Fix bad merge errors 2019-03-08 18:34:03 -05:00
TehRealSalt
40c89dd9b8 Comment here for clarity 2019-03-07 21:33:01 -05:00
TehRealSalt
2c080cbd14 Wrong order here 2019-03-07 21:32:16 -05:00
TehRealSalt
74a757ad69 Merge remote-tracking branch 'kartpublic/next' into rings 2019-03-07 21:31:45 -05:00
Sal
897331a289 Merge branch 'colors-roundtwo' into 'next'
16 more colors

See merge request KartKrew/Kart-Public!101
2019-03-07 21:25:03 -05:00
Sal
6db91223cf Merge branch 'minor-item-tweaks' into 'next'
Assorted item tweaks

See merge request KartKrew/Kart-Public!85
2019-03-07 21:24:51 -05:00
TehRealSalt
6803e68420 Fix up item order of operations, spilled rings carry some momentum, don't pick up rings in spinout/wipeout 2019-03-07 21:23:28 -05:00
TehRealSalt
32ecf05f4b Fix HUD being off by a pixel 2019-03-07 19:37:00 -05:00
TehRealSalt
40da3594c8 Mashing in record attack is now 100% chance for rings
and also rings persist through death, and you start with 5
2019-03-07 19:18:20 -05:00
Steel Titanium
db07eddb3a Properly comment out the function 2019-03-07 18:52:27 -05:00
Steel Titanium
4698130321 Fix unused function error 2019-03-07 18:20:57 -05:00
Steel Titanium
583d6c46f9 Merge branch 'master' of git.magicalgirl.moe:KartKrew/Kart-Public into dontskipframes 2019-03-07 18:13:16 -05:00
TehRealSalt
129268121d Added rings. 2019-03-07 17:11:31 -05:00
wolfy852
17d7c536de Merge branch 'master' into next 2019-03-07 00:23:17 -06:00
wolfs
fb4bb47b9f Merge branch 'longdouble' into 'next'
Use long double suffix

See merge request KartKrew/Kart-Public!98
2019-03-07 01:19:31 -05:00
wolfs
a80548b2a2 Merge branch 'archiveworld-sigsegv-fix' into 'master'
Fix SIGSEGV from sending lindefs/sidedefs in savegame

See merge request KartKrew/Kart-Public!99
2019-03-07 01:18:38 -05:00
fickleheart
96b47d3065 Don't shoot asterisks off-screen on the join password screen 2019-03-06 23:34:30 -06:00
fickleheart
8a022670bd Fix freeze when trying to host with a join password already set 2019-03-06 23:32:47 -06:00
fickleheart
d013c9117c Missed an include 2019-03-06 22:45:02 -06:00