Sally Coolatta
8bb145e249
Use proper scoring system in GP
2020-05-09 22:33:10 -04:00
Sally Coolatta
c1e8cc108f
Master Mode bots are functional
2020-05-09 22:32:56 -04:00
Sally Coolatta
22afa68651
Rivals system
...
You can input a predetermined list of rivals for each character, up to 3. In S_SKIN: `rivals = sonic,tails,knuckles`. Can support skin names from addons without throwing warnings.
2020-05-09 21:55:50 -04:00
Sally Coolatta
4ae81ff236
Add menu for selecting cup & other options
2020-05-09 20:03:14 -04:00
Sally Coolatta
06002beb65
Add cupheaders to g_game.c
...
Whoops
2020-05-09 18:42:00 -04:00
Sally Coolatta
cbac15f380
Cup definitions from new-menus
2020-05-09 17:36:36 -04:00
Sally Coolatta
4a3262da41
Initial GP commit
...
Has a rudimentary option in the menu, which spawns the specific bots & spawns you on Green Hills in singleplayer.
2020-05-09 03:42:51 -04:00
Sally Coolatta
9429ae80e1
Only do this if you're the server :VVV
2020-05-07 22:19:32 -04:00
Sally Coolatta
efc8ce335c
Rubberbanding spacing was reworked
...
Instead of the spacing being completely difficulty dependent (which would cause them not to rubberband to 1st place if they were any difficulty lower than 9), it's based on their difficulty & overall race standings & a little bit of port priority instead. This enables you to see a pesudo "rival" even when every bot is the same difficulty.
2020-05-07 04:07:13 -04:00
Sally Coolatta
d2172fc54b
Bot amount & difficulty is now controlled by cvars
2020-05-07 02:37:06 -04:00
Sally Coolatta
d62cb8e9d1
Merge branch 'master' into pet-robo
2020-05-05 20:29:14 -04:00
Sally Coolatta
636553d1a2
Don't show minimap icons for players who have finished the race
2020-05-04 22:27:55 -04:00
Sal
b99e75c298
Merge branch 'config-lancer' into 'master'
...
Never worry about config size again
See merge request KartKrew/Kart!253
2020-05-04 21:52:47 -04:00
Sally Coolatta
3b6a2fed77
Make the safe distance from the road farther
2020-05-04 21:46:00 -04:00
Sally Coolatta
2188391d42
add botvars to resynch packet
2020-05-04 20:37:52 -04:00
Sally Coolatta
766c6da005
Give bots servernode, D_NumPlayers no longer counts bots
2020-05-04 19:49:18 -04:00
Sal
ebb3471124
Merge branch 'voting-after-the-vote-ended' into 'master'
...
Double vote picking and modifying vote after vote ended
See merge request KartKrew/Kart!195
2020-05-04 15:50:02 -04:00
Sal
fdab361827
Merge branch 'pmomz-reset' into 'master'
...
Reset pmomz after transfer to momz
See merge request KartKrew/Kart!251
2020-05-04 15:20:31 -04:00
James R
67c355e571
Use COM_ImmedExecute to load the config, so the buffer size doesn't matter
2020-05-04 12:19:53 -07:00
lachwright
f796379198
Reset pmomz after transfer to momz
2020-05-05 00:27:53 +08:00
Sally Coolatta
2dfa20f758
Merge branch 'master' into pet-robo
2020-05-03 23:08:00 -04:00
Sal
aa948b1de3
Merge branch 'handling-fix' into 'master'
...
Handling code clean-up
See merge request KartKrew/Kart!249
2020-05-03 23:01:22 -04:00
Sal
805d7a17c6
Merge branch 'fun-signpost' into 'master'
...
Fun server signpost
See merge request KartKrew/Kart!248
2020-05-03 22:54:16 -04:00
Sal
b090b03514
Merge branch 'port-port' into 'master'
...
Random client port 2.2 port
See merge request KartKrew/Kart!250
2020-05-03 22:51:32 -04:00
James R
8cb58fb394
-clientport (it's back!) and -serverport, which is an alias to -port
...
If you ever need to, you can change the client port number.
(cherry picked from commit 843d9b9f0a345330d97c579e94f208eb2b65c156)
2020-05-03 18:35:52 -07:00
James R
5c0566d906
Use a pointer for port_name
...
Using strcpy is stupid because we don't know how long the argument would be.
There's no need for a buffer anyway.
(cherry picked from commit 4e321012894b2aa87e312597f19be26b30545a8b)
2020-05-03 18:35:51 -07:00
James R
77ddf635a5
Use a random port when connecting
...
(cherry picked from commit f584b61c93a97e1a9852f306acba673ced21e03a)
2020-05-03 18:35:51 -07:00
Sally Coolatta
ecb01ef83b
Merge branch 'master' into pet-robo
2020-05-03 21:33:30 -04:00
Sally Coolatta
b9ff3403a9
Add missing netxcmdnames from james stuff
2020-05-03 21:32:12 -04:00
Sally Coolatta
cb12d1ebf8
Merge branch 'master' into pet-robo
2020-05-03 21:30:40 -04:00
James R
d11d0546db
Merge remote-tracking branch 'origin/master' into voting-after-the-vote-ended
2020-05-03 18:28:26 -07:00
Sal
25ba7e386f
Merge branch 'conveyor-camera-jitter' into 'master'
...
Fix camera jitter after leaving a conveyor
See merge request KartKrew/Kart!245
2020-05-03 21:28:02 -04:00
Sal
765227d380
Merge branch 'speed-pads-tweaks' into 'master'
...
Speed pads tweaks
See merge request KartKrew/Kart!246
2020-05-03 21:27:54 -04:00
Sally Coolatta
cc87418db8
Handling code clean-up
...
- Cleans up multiple FixedMul instances, ensuring only fixed_t numbers are ever passed in.
- Prevents speed values from overflowing by giving it a maximum. This both gives you more control when moving above 200% top speed, and fixes the bug which corrupted your turn inputs (turning wrong direction, turning without pressing anything, etc) when moving too fast.
2020-05-03 21:26:57 -04:00
Sal
5a56271392
Merge branch 'more-debug' into 'master'
...
More item debug
See merge request KartKrew/Kart!185
2020-05-03 21:16:58 -04:00
Sal
98f33790f8
Merge branch 'fucking-spring-fix' into 'master'
...
Fix items vs springs crash
See merge request KartKrew/Kart!247
2020-05-03 21:03:06 -04:00
Sally Coolatta
48ba151d98
Rather than showing random added skins, show random other players in the server on the signpost!
2020-05-03 20:58:12 -04:00
Sally Coolatta
c9b2396efb
Fix items vs springs crash
2020-05-03 20:12:01 -04:00
Sally Coolatta
d4efbb710b
Lost fix
2020-05-03 19:45:59 -04:00
Sal
bd9c68183a
Merge branch 'resume' into 'master'
...
Music resuming/fading
See merge request KartKrew/Kart!222
2020-05-03 19:35:46 -04:00
James R
e52d569c58
Use all your momentum to push back the camera
2020-05-02 19:10:38 -07:00
James R
01cdc1af49
Also preserve player angle on speed pads
2020-05-02 19:10:05 -07:00
James R
652b7bbb9e
Retain drift on speed pads
2020-05-02 19:10:04 -07:00
Sally Coolatta
cb34ea1388
Consider FOFs when figuring out sectors to be careful near
2020-05-02 02:01:39 -04:00
Sally Coolatta
e6e2cd5d82
Adjust air speed cap easing with bot rubberbanding
2020-05-02 00:54:54 -04:00
Sally Coolatta
df099864b6
Whoops
2020-05-01 23:45:12 -04:00
Sally Coolatta
69e5cf8205
Bots can use bubble shield and flame shield, albiet a bit simplisticly
...
This means they can now use ALL items!
2020-05-01 23:44:03 -04:00
Sally Coolatta
664a9528ed
Eggbox stuff
...
- Bots can roll & use eggboxes now
- Bots can be "tricked" by eggboxes and treat them like normal items, depending on their difficulty and how many normal items are around them.
- If exploding and in 1st place, they'll slow down to try and find someone to explode next to.
- Item usage is difficulty dependent, and thus far more aggressive for the rivals
2020-05-01 22:55:58 -04:00
Sally Coolatta
b9e24d921c
Bots reduce their rubberbanding top speed if they're facing the wrong way
2020-04-30 17:28:34 -04:00
Sally Coolatta
1fcfdd5bae
Bot hints
...
Thing type 2004, adds a map-defined point for bots to gravitate towards or away from.
Angle: Changes radius, defaults to a 32 radius (or 64x64 area) without.
Ambush: When off, makes bots steer towards. When on, makes bots steer away.
Parameter: Changes how much the bot steers away/towards this point. If 0, defaults to 2.
(also, made bots ignore strong offroad if they could take a shortcut)
2020-04-30 14:15:10 -04:00