Commit graph

27623 commits

Author SHA1 Message Date
AJ Martinez
fdf1be6a50 Grow/invinc tweakpass 2024-04-29 19:31:36 -07:00
Eidolon
1c36004e25 Merge branch 'rapidjson-fix' into 'master'
Don't use <iterator> in rapidjson for discord-rpc

Closes RingRacers#9 and #1302

See merge request KartKrew/Kart!2317
2024-04-29 20:12:01 +00:00
Eidolon
88bf5d2ae8 Set default netdemo_record value based on DEVELOP 2024-04-29 14:14:01 -05:00
Eidolon
ca8d0fc9dc Make netdemo_record not differ btwn DEVELOP and Release 2024-04-29 14:13:42 -05:00
Sally Coolatta
6d63167a0d G_CompatLevel
Checks for gameplay differences per DEMOVERSION. Allows us to make necessary handling changes without hurting the staff ghosts.
2024-04-29 11:02:03 -04:00
JugadorXEI
73b4533a53 Implement debugitemamount 2024-04-29 16:58:42 +02:00
Sally Coolatta
fb954490c1 Fix comment typo 2024-04-29 03:25:11 -04:00
Sally Coolatta
3d74f386dc Cap bot level increases 2024-04-29 03:15:15 -04:00
Oni
fd83529745 Merge branch 'less-stiff-turns' into 'drift-regression'
Reduce turn stiffening at high speed

See merge request KartKrew/Kart!2313
2024-04-29 06:02:17 +00:00
Sally Coolatta
eb94b9e6b0 Fix bot modifier not nerfing rings 2024-04-29 01:48:47 -04:00
Sally Coolatta
e287474ef1 Slowest bot rubberbanding at the end of maps 2024-04-29 01:35:29 -04:00
AJ Martinez
a989fcca50 Two-stage turn stiffness dependent on player weight 2024-04-28 16:12:09 -07:00
Oni
f0ea13109a Merge branch 'ballhog-dies-on-walls' into 'master'
Ballhog is destroyed on contact with walls

See merge request KartKrew/Kart!2318
2024-04-28 22:48:25 +00:00
James R
5f2a38475b Ballhog is destroyed on contact with walls 2024-04-28 15:43:00 -07:00
AJ Martinez
8e6ae6179d Slower level ups for Easy GP bots 2024-04-28 00:12:24 -07:00
AJ Martinez
b97c6e34c2 Fix K_PlayerTripwireSpeedThreshold breakage 2024-04-27 23:46:30 -07:00
Eidolon
a138917789 Don't use <iterator> in rapidjson for discord-rpc
Fixes KartKrew/Kart#1302
Fixes KartKrew/RingRacers#9
2024-04-27 23:07:59 -05:00
AJ Martinez
b3b0c5c9dc Fix autoroulette confirm timer being blockable 2024-04-27 20:13:57 -07:00
Eidolon
f60f5a8648 Check before using -mno-ms-bitfields 2024-04-27 21:40:41 -05:00
Eidolon
67ee82e1a7 Check if -mno-ms-bitfields is avail before using 2024-04-27 21:35:48 -05:00
Sally Coolatta
b70e72fc75 Higher bot level decrease on retry 2024-04-27 20:59:30 -04:00
Sally Coolatta
8eee6bd87c Tripwire requires more speed if rubberbanding 2024-04-27 20:55:01 -04:00
James R
3e5f6466a0 Base gentlemen delay on lowest average
Was previously based on the delay at the moment of
calculation, which may fluctuate. I changed it to use the
average because the number was flickering in the HUD.
2024-04-27 15:44:47 -07:00
James R
8103bd21c1 HUD: fix delay indicator online
- As a bonus, the mindelay setting of other players is now
  visible to everyone
2024-04-27 15:44:43 -07:00
Eidolon
33a9274f22 Merge branch 'fix-musl-compile' into 'master'
fix musl compile

See merge request KartKrew/RingRacers!3
2024-04-27 20:04:56 +00:00
Eidolon
fcabfba79b Merge branch 'fix-freebsd-build' into 'master'
Add support for FreeBSD

See merge request KartKrew/RingRacers!2
2024-04-27 20:02:50 +00:00
Sally Coolatta
92b8fe633a Reduce turn stiffening at high speed
This mechanic has been identical to SRB2Kart, but we go so much faster now that we wanna nerf it a lot.
2024-04-27 15:54:29 -04:00
Sally Coolatta
09e14ae8ae Increase turn solver snap
This value works better with the SRB2Kart drift regression fix
2024-04-27 15:49:52 -04:00
AAGaming
e523fe0323
don't use execinfo for backtraces on musl 2024-04-27 14:11:41 -04:00
Hanicef
99550f97bd Fix FreeBSD build 2024-04-27 16:42:08 +02:00
James R
64a4bcad34 HUD: fix alignment of delay indicator digits
- Tab
  - Fix alignment on right side of tab rankings
  - Fix alignment in milliseconds mode
- Fix packet loss indicator overlapping ms graphic
2024-04-27 04:18:37 -07:00
James R
1bf2b9a7db HUD: fix packet loss indicator offset for Brazil 2024-04-27 04:11:59 -07:00
James R
e0c33596e8 Sync mindelay setting to server
- Adds playerdelaytable, no UX changes
2024-04-27 04:09:21 -07:00
Sally Coolatta
4c9b9f0e64 Fix drift end kick-out regression from SRB2Kart 2024-04-26 22:31:12 -04:00
Sal
2eae5b2ef6 Merge branch 'version-2.1' into 'master'
2.1 version and asset hash branch

See merge request KartKrew/Kart!2307
2024-04-26 20:35:43 +00:00
Eidolon
c7aa5051a5 Update asset hashes 2024-04-26 15:29:24 -05:00
Sal
23bcddca7f Merge branch 'more-keys' into 'master'
Make chao keys easier

See merge request KartKrew/Kart!2310
2024-04-26 20:16:05 +00:00
Sally Coolatta
fd40561c7d Make chao keys easier 2024-04-26 15:26:10 -04:00
Oni
89bb66df1e Merge branch 'goner-always-password' into 'master'
Password field always visible across first boot menu

See merge request KartKrew/Kart!2308
2024-04-26 19:02:48 +00:00
Sal
b39f69c403 Merge branch 'tutorial-shorten' into 'master'
Tutorial shortening

See merge request KartKrew/Kart!2306
2024-04-26 18:58:24 +00:00
Sal
93098540ce Merge branch 'challenge-gl-fix' into 'master'
Fix Challenge Board in GL non-green res

See merge request KartKrew/Kart!2309
2024-04-26 18:15:27 +00:00
Sal
0d9f277ff0 Merge branch 'fov-100' into 'master'
FOV default is 100, profiles before version 2 are automatically updated

See merge request KartKrew/Kart!2302
2024-04-26 17:15:48 +00:00
toaster
03e37d1996 HWR_DrawFadeFill, HWR_DrawDiag: Adjust x and y with V_ snap flags
Fixes Challenge Board in opengl nongreen resolution
2024-04-26 16:06:13 +01:00
toaster
d78dccb80f In Tutorial gametype, permit all courses even if not visited
Allows you to come back to Brakes without having to play Rings again
2024-04-26 15:46:59 +01:00
toaster
a9ac7e64c6 Permit entering the tutorial challenge multiple times per savedata 2024-04-26 14:59:48 +01:00
toaster
bb733ebbd7 Password field always visible across first boot menu 2024-04-26 14:38:59 +01:00
James R.
8d0b279cff Merge branch 'discord-rpc-disable-option' into 'master'
Add build option to disable discord RPC

See merge request KartKrew/Kart!2304
2024-04-26 07:49:10 +00:00
James R
6180aae510 Bump version to 2.1, MODVERSION to 2 2024-04-26 00:41:44 -07:00
Sal
50c8a472cb Merge branch 'extra-passwords' into 'master'
Add more passwords

See merge request KartKrew/Kart!2301
2024-04-26 04:50:41 +00:00
Sally Coolatta
9fdfb714b5 Match tournament exclusions with the map cheat
By request
2024-04-26 00:46:44 -04:00