Sally Coolatta
edfc14c506
Better steering
...
- If they're already turning in one direction, they are more likely to steer in that direction for objects
- Bots have to want to turn in 1 direction for a few frames in a row before it'll let them
Prevents twitching & makes them less indecisive in general
2020-05-24 11:12:38 -04:00
Sal
a31ac14e61
Merge branch 'pet-robo-toast' into 'pet-robo'
...
toast robo
See merge request KartKrew/Kart!268
2020-05-24 01:08:45 -04:00
Sally Coolatta
7cb574351d
Merge branch 'master' into flame-shield-adjust
2020-05-23 21:51:03 -04:00
Sally Coolatta
12be3ea882
Increase handling with flame shield dash
2020-05-23 21:50:52 -04:00
Sally Coolatta
b1ec2d8f74
Scale with mapobjectscale
2020-05-23 21:34:30 -04:00
Sal
5d923226aa
Merge branch 'let-spec-have-fun' into 'master'
...
Allow spectators through Block Players lines
See merge request KartKrew/Kart!266
2020-05-23 21:29:59 -04:00
Sal
f0ed1a58ce
Merge branch 'demoman-tf2' into 'master'
...
Additional local explosion effects.
See merge request KartKrew/Kart!263
2020-05-23 21:29:38 -04:00
Sal
0524def20b
Merge branch 'flameshield-spectate-fix' into 'master'
...
Fix Spectating With a flameshield on Crashing
See merge request KartKrew/Kart!269
2020-05-23 21:29:24 -04:00
Steel Titanium
52c8ba5d49
Fix opengl crashing on startup due to lack of checks
...
Also fixes the log file not being written to the home directory.
2020-05-23 16:21:26 -04:00
Sryder
f5b570da39
Set this variable after making sure the target and player exist.
2020-05-23 16:08:51 +01:00
Sally Coolatta
ca7154f521
Make rubberband air speed cap even harsher
2020-05-22 21:19:50 -04:00
Sally Coolatta
38ec153e90
A bit redundant
2020-05-22 20:49:33 -04:00
Sally Coolatta
f442b934cc
Adjust wall steer radius with speed
2020-05-22 20:20:17 -04:00
Sally Coolatta
19f352e4a4
Commentate K_BotReducePrediction better, use angle rather than distance for path split picking
2020-05-22 20:19:58 -04:00
toaster
6d7dad12f0
Merge branch 'pet-robo' of https://git.magicalgirl.moe/KartKrew/Kart.git into pet-robo-toast
...
# Conflicts:
# src/k_bot.c
2020-05-22 21:59:57 +01:00
toaster
56226fae45
Only iterate blockmap once for Random Items and Eggboxes.
2020-05-22 21:51:05 +01:00
toaster
84f277c323
Adjust the finish line detection to exclude a handful of circumstances I've tripped before.
2020-05-22 21:34:05 +01:00
toaster
97e261f443
Fix some issues with the tab rankings and end screen that bots exposed.
...
* Laps now have an initial zero instead of being directly indexed from 1, so start counting from there.
* Clean up the circumstances under which LAGLESS! is shown next to a name - specifically removing it from both non-netgames in general, and bots in netgames.
* Fix `(powertype == -1)` being broken on the intermission drawer, which was especially obvious with bots outside of netgames.
2020-05-22 21:27:55 +01:00
Sryder
7132eeab48
Merge branch 'fake-contrast-2-electric-boogaloo' into 'master'
...
Fake contrast 2: Electric Boogaloo
See merge request KartKrew/Kart!267
2020-05-21 19:08:30 -04:00
Sryder
ad51b791d5
Fix software not contrasting properly to +-2
2020-05-21 18:11:38 +01:00
Sryder
8d34ca0533
Use a const for the contrast, and double it for extra impact.
2020-05-21 17:55:33 +01:00
Sryder
195920acdc
Update light offset on polyobjects when they rotate
2020-05-21 17:15:50 +01:00
Sryder
d4080e94f7
Better fake contrast.
...
Fake contrast for the segs are calculated at map load.
OpenGL only has the options "Standard" and "Smooth" now. Standard is default and replicates software. Smooth changes the contrast more smoothly depending on angle.
2020-05-21 16:32:34 +01:00
Sryder
c1f5d6edfb
Merge branch 'master' into next
2020-05-20 16:50:56 +01:00
Sryder
6aad5608c4
Merge branch 'fix-clang-compile' into 'master'
...
Fix clang compiling
See merge request KartKrew/Kart-Public!176
2020-05-20 11:49:47 -04:00
Sryder
7509e1b06f
Merge branch 'opengl-maybe-uninitialised' into 'master'
...
Some uninitialised variables that GCC 4.4 complains about
See merge request KartKrew/Kart-Public!177
2020-05-20 11:49:34 -04:00
Sryder
20663eceaf
Merge branch 'itemodds-fallthrough-fix' into 'next'
...
Mistaken fallthrough in item roulette.
See merge request KartKrew/Kart-Public!178
2020-05-20 11:49:22 -04:00
Sal
bc44aca551
Merge branch 'no-spb-forcing-in-2p' into 'next'
...
Don't force SPB in 1v1
See merge request KartKrew/Kart-Public!175
2020-05-20 10:11:19 -04:00
Sal
d09c798534
Merge branch 'visplane-fix' into 'master'
...
Fix visplane getting allocated twice
See merge request KartKrew/Kart-Public!172
2020-05-20 10:11:06 -04:00
Latapostrophe
8b0aa9e333
Change flash cooldown from 5 to 2 seconds
2020-05-20 14:21:50 +02:00
Sryder
c55e4424c5
Fix a fallthrough issue that could cause thundershield to be rolled less often than intended.
2020-05-20 11:53:14 +01:00
Sryder
b2674a3cd0
Initialise these to 0 just to stop GCC 4.4 from complaining.
...
This should be okay since 0 generally means "nothing" for these, and they should always be set before being used later on.
2020-05-20 11:47:22 +01:00
Sryder
8e39dfa5c6
D_ModifierKeyResponder is unused now so remove it.
2020-05-20 11:37:38 +01:00
Sally Coolatta
9aa51193cc
Merge branch 'master' into next
2020-05-19 20:40:12 -04:00
TehRealSalt
ded8ed7177
Don't force SPB in 1v1
...
(cherry picked from commit 54516aeee9 )
2020-05-19 20:12:53 -04:00
Sryder
139967b732
Merge branch 'extra-travis-deploy' into 'master'
...
Fix Travis Deployment
See merge request KartKrew/Kart-Public!174
2020-05-19 20:10:42 -04:00
Sal
d0a7adeb5e
Merge branch 'freeplay-be-nice' into 'master'
...
Also apply HUD translucency to FREE PLAY
See merge request KartKrew/Kart-Public!161
2020-05-19 17:29:05 -04:00
Sal
8569574d98
Merge branch 'ghostly-luavars' into 'next'
...
Fix Luavars being saved into Record Attack ghosts/replays and potentially crashing
See merge request KartKrew/Kart-Public!168
2020-05-19 17:28:48 -04:00
Sal
ddef9829da
Merge branch 'displayplayer-gonna-getcha' into 'next'
...
displayplayers.iterate crashes in replays, is that based?
See merge request KartKrew/Kart-Public!171
2020-05-19 17:28:14 -04:00
Sal
cbd7578490
Merge branch 'mr-ogl-boostpad-fix' into 'master'
...
Fix wrong orientation in some boost pads in ogl
See merge request KartKrew/Kart-Public!173
2020-05-19 17:27:24 -04:00
Sryder
ba706e8409
Use xenial to build all the versions newer than trusty
...
I'm not 100% sure why we can't use newer series to build the newer installers. But this seems to be what vanilla does
2020-05-19 20:45:49 +01:00
Sally Coolatta
1ec651ff00
Combine K_FindRandomItems & K_FindEggboxes
2020-05-18 15:30:55 -04:00
Sally Coolatta
c3a5193150
Remove this code, it's in grand-pricks & functional now
2020-05-18 15:19:48 -04:00
Sally Coolatta
0282615c38
Merge branch 'master' into pet-robo
2020-05-18 15:18:37 -04:00
Sally Coolatta
6aa6521fb4
Allow spectators through Block Players lines
2020-05-18 14:52:26 -04:00
Sal
843721cc8f
Merge branch 'sprite-offsets' into 'master'
...
Sprite offsets for horizontal springs
See merge request KartKrew/Kart!265
2020-05-18 14:39:09 -04:00
Sal
ac8513c9ce
Merge branch 'colorize-tweak' into 'master'
...
Skincolor code cleanup + some new colors
See merge request KartKrew/Kart!260
2020-05-18 14:37:15 -04:00
Sally Coolatta
846ff298eb
Fix k_color.c brief
2020-05-18 10:35:12 -04:00
Sally Coolatta
e425eabf04
Merge branch 'master' into grand-pricks
2020-05-17 11:39:39 -04:00
Latapostrophe
b7fb40b51a
Merge branch 'master' of git.magicalgirl.moe:KartKrew/Kart into v2-master
2020-05-17 11:06:43 +02:00