Sally Coolatta
4916516e2e
Prevent duplicate skins, fix bots not being able to be disabled, change default to "off"
2020-05-24 17:12:58 -04:00
Sally Coolatta
5d77807a78
const radreduce, removed unused "dir" property
2020-05-24 16:16:01 -04:00
Sally Coolatta
597baf212b
Allow rubberbanding up to exiting players
2020-05-24 15:55:26 -04:00
Sally Coolatta
dbc30da69f
Dial back the bot steering changes a bit
2020-05-24 15:55:10 -04:00
Sally Coolatta
02605a5ace
Split bot code into multiple files & clean up
2020-05-24 15:08:10 -04:00
Sally Coolatta
5e11068328
Merge branch 'pet-robo' of https://git.magicalgirl.moe/KartKrew/Kart into pet-robo
2020-05-24 11:13:26 -04:00
Sally Coolatta
56867fb203
Going above top speed makes radius smaller
2020-05-24 11:13:20 -04:00
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
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
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
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
99d51b80fd
Merge branch 'master' into colorize-tweak
2020-05-16 02:10:40 -04:00
Sally Coolatta
6356984eba
Merge branch 'master' into sprite-offsets
2020-05-16 00:10:06 -04:00
Sally Coolatta
8be2d12b99
Merge remote-tracking branch 'public/master'
2020-05-16 00:08:53 -04:00
Sally Coolatta
bdb871325f
Merge remote-tracking branch 'public/next'
2020-05-16 00:05:55 -04:00
Sally Coolatta
6839a8cb69
OGL model support for runtime sprite offsets
2020-05-15 23:58:22 -04:00
Sally Coolatta
ff756ae35c
OGL sprite support
2020-05-15 23:49:17 -04:00
Sally Coolatta
719d4702c1
Merge branch 'master' into sprite-offsets
2020-05-15 23:00:30 -04:00
Sally Coolatta
0706ec3b16
Merge branch 'master' into colorize-tweak
2020-05-15 22:57:06 -04:00
Sal
c3f2c7618f
Merge branch 'clearbans-please' into 'master'
...
Write empty file on clearbans
See merge request KartKrew/Kart-Public!156
2020-05-15 19:29:11 -04:00
Sal
9e6933ff48
Merge branch 'nomixer-fix' into 'master'
...
Fix "NOMIXER" flag compiling
See merge request KartKrew/Kart-Public!159
2020-05-15 19:28:54 -04:00
Sal
a20a89f5c7
Merge branch 'now-we-spin-in-spinout-only' into 'master'
...
No more first person hyper spin
See merge request KartKrew/Kart-Public!160
2020-05-15 19:28:38 -04:00
Sal
280f538335
Merge branch 'ferror-errno-yareyare' into 'master'
...
Fix false file error reporting
See merge request KartKrew/Kart-Public!162
2020-05-15 19:27:08 -04:00
Sal
135c9598a8
Merge branch 'hud-is-fucked' into 'next'
...
HUD inconsistency in Record Attack
See merge request KartKrew/Kart-Public!164
2020-05-15 19:26:26 -04:00
Sal
35fb7154a1
Merge branch 'fastline-identification' into 'next'
...
Add targets to MT_FASTLINEs that are spawned
See merge request KartKrew/Kart-Public!169
2020-05-15 19:24:35 -04:00
Sal
112c7af0bf
Merge branch 'player-dot-ping' into 'next'
...
player.ping for the ping in milliseconds of the player
See merge request KartKrew/Kart-Public!167
2020-05-15 19:24:21 -04:00
Sal
dae724b761
Merge branch 'alias-recursion-fix' into 'master'
...
Fix alias recursion never counting down
See merge request KartKrew/Kart-Public!166
2020-05-15 19:24:02 -04:00
Sal
e75b6da6fc
Merge branch 'new-cars-movie' into 'master'
...
Code changes required for new Kart sprites
See merge request KartKrew/Kart!259
2020-05-14 22:54:22 -04:00
Sally Coolatta
4555b20e6c
Merge branch 'master' into new-cars-movie
2020-05-14 22:42:29 -04:00
Sal
9921dfbb05
Merge branch 'water-physics' into 'master'
...
Altered water physics
See merge request KartKrew/Kart!261
2020-05-14 18:47:08 -04:00
Sally Coolatta
b51f206c1c
Support antigrav
2020-05-14 18:45:54 -04:00
Sal
4b8f46490e
Merge branch 'waypoint-helpers-tweaks' into 'master'
...
Fix Waypoint Anchors and split paths; DefaultWaypointRadius for your level headers!
See merge request KartKrew/Kart!254
2020-05-14 18:15:33 -04:00
Snu
9dda3a2edf
Use P_SetTarget instead of fast->target
2020-05-14 04:17:24 +01:00
Snu
d40b5dd73e
god damnit
2020-05-14 03:23:28 +01:00
Snu
e502397a98
add targets to MT_FASTLINEs spawned to tell what they're spawned from
2020-05-14 03:13:00 +01:00
James R
6e3a92ed52
player.ping for the ping in milliseconds of the player
2020-05-13 16:17:40 -07:00
Monster Iestyn
49ff331ac0
Detect infinite alias self-recursion mixed with other commands, such as in the case of alias a "echo test; a"; a.
...
(Unfortunately, this does not work if "wait" is used instead of "echo", but oh well)
(cherry picked from commit e501d9c6af )
2020-05-13 16:03:26 -07:00
Sally Coolatta
249fff87ad
Merge branch 'new-cars-movie' into colorize-tweak
2020-05-12 22:46:46 -04:00