JugadorXEI
25d1f2f3fa
Fix item amount underflow on item deflect
2024-05-19 00:50:28 +00:00
Lach
3d8a3e581c
Remember the last used window display
2024-05-18 23:55:19 +10:00
Eidolon
c44790749d
Merge branch 'i-error-got-damn-it' into 'master'
...
Stop writing gamedata/config/profiles in I_Error
See merge request KartKrew/Kart!2379
2024-05-18 01:37:55 +00:00
Oni
aa616e20e7
Merge branch 'less-signal-handling-stuff' into 'master'
...
Do less in NEWSIGNALHANDLER handler
See merge request KartKrew/Kart!2372
2024-05-17 23:13:38 +00:00
Oni
6892614e7d
Merge branch 'replay-ufo-smash' into 'master'
...
Fix Sealed Star GP replays after retrying
Closes #1388
See merge request KartKrew/Kart!2369
2024-05-17 23:07:07 +00:00
Oni
f39988b24a
Merge branch 'planetary-mindelay' into 'master'
...
Titanic mindelay unfuck
Closes #1404
See merge request KartKrew/Kart!2384
2024-05-17 23:06:46 +00:00
Oni
86df8b7c54
Merge branch 'slower-cpu-shields' into 'master'
...
Add bot lshield/bshield prediction error
See merge request KartKrew/Kart!2386
2024-05-17 23:06:24 +00:00
AJ Martinez
3610fb88e8
Fix Rideroids grabbing you out of lightsnake
2024-05-16 21:06:53 -07:00
AJ Martinez
a457b8f277
Don't flash item box/roulette in reducevfx
2024-05-16 20:13:34 -07:00
AJ Martinez
b630b2a312
Don't cancel whip charge while brakedrifting
2024-05-16 19:14:55 -07:00
AJ Martinez
3dd8595ba0
Gamestochat is a NetVar too
2024-05-16 18:04:09 -07:00
AJ Martinez
32cc9fdc4e
gamestochat is not a Player var!
2024-05-16 18:01:18 -07:00
AJ Martinez
f7a9cb740a
No trick input filter
2024-05-16 17:57:19 -07:00
AJ Martinez
864ece1bf2
Allow certain passwords to be toggled with cheats off
2024-05-16 17:44:40 -07:00
Eidolon
a10d18afdc
Merge branch 'ci-improve' into 'master'
...
Gitlab CI improvements
See merge request KartKrew/Kart!2385
2024-05-16 23:41:31 +00:00
AJ Martinez
ac119e42ff
Add bot lshield/bshield prediction error
2024-05-16 15:26:24 -07:00
Eidolon
e42b5c2cbf
Always make debuglink .debug in CI
2024-05-16 15:42:04 -05:00
AJ Martinez
0647791c32
Mindelay fixes
...
- Don't apply mindelay to clients that are already slower than their mindelay, WTF
- Don't double apply mindelay to hosts to compensate for the above, WTF
2024-05-15 22:31:26 -07:00
Sally Coolatta
80ac9210c5
PostThinkFrame during run only
...
It's scary that it wasn't doing this before!
2024-05-15 18:46:59 -04:00
Sally Coolatta
2f79541507
Shrink lighting improvement
...
Make the amount to darken based on how light/dark the area already was. This prevents it from making dark areas pitch black.
2024-05-12 23:34:36 -04:00
Sally Coolatta
5fb54a1044
Fix thing TID scrambling, optimize usage slightly
2024-05-12 18:01:17 -04:00
Sally Coolatta
caf6231fed
Stop writing gamedata/config/profiles in I_Error
2024-05-12 14:51:47 -04:00
Eidolon
75b749dda8
Do less in NEWSIGNALHANDLER handler
...
Since there are less crashes than ever before, and there are risks
with trying to do anything inside a signal handler beyond the most
basic recovery stuff, we should avoid doing *anything* in here.
2024-05-12 00:39:16 -05:00
Lactozilla
51ac2cf61a
Add branch limit and implement printKill
2024-05-11 22:08:31 -03:00
katsy
56e179e220
Block disabling Kickstart Accel during Tricks and when pressing Spindash
2024-05-07 18:36:33 -05:00
katsy
348ad7c1f0
Remove leftover Record Attack lockout warnings
2024-05-07 12:15:10 -05:00
James R
dd8777cd7b
Add missing demo compatibility check for "drift end kick-out" fix
...
blame 4c9b9f0e64
2024-05-06 16:06:33 -07:00
toaster
3170d8b90a
Fix Sealed Star GP replays after retrying
...
- Increment DEMOVERSION
- Always write specialDamage
- Only read specialDamage if DEMOVERSION >= this
Needs testing, I am going to go eat a big lunch
2024-05-06 14:54:28 +01:00
toaster
dd93e36ea3
Never give Free Play roulette if you can't change the rules of play
2024-05-06 14:36:21 +01:00
James R
8326292a3f
Fix staffghost loading for old demo version
2024-05-05 20:48:30 -07:00
Eidolon
caec64192d
Update hashes
2024-05-05 21:51:02 -05:00
AJ Martinez
3244c755dc
Never add messages for bot takeover players
2024-05-05 19:23:44 -07:00
Eidolon
f2d6010d90
Update asset hashes
2024-05-05 20:25:20 -05:00
AJ Martinez
90926cfdfd
Fix default difficulty override
2024-05-05 18:19:45 -07:00
AJ Martinez
f1158918cf
Fix gardentop deny crashing monitors
2024-05-05 17:53:21 -07:00
James R
4485436eed
InitSpecialUFO: fix -Wsign-compare
2024-05-05 17:43:42 -07:00
toaster
2dab274e17
Update asset hashes
2024-05-06 00:48:30 +01:00
toaster
6d9d9b2c2f
Add "Technical Kart Racer" to goner title screen drawer
2024-05-06 00:43:44 +01:00
Eidolon
02c8ecbe0a
Merge branch 'garden-top-too-hard' into 'master'
...
Don't allow auto-roulette to get challenging items
See merge request KartKrew/Kart!2367
2024-05-05 23:09:59 +00:00
Eidolon
c937886c1c
Merge branch 'maxconnections-local' into 'master'
...
Only apply maxconnections to bots in netgame contexts
See merge request KartKrew/Kart!2366
2024-05-05 23:09:33 +00:00
Oni
e323a8b939
Merge branch 'shorter-void-time' into 'master'
...
Shorten fault void time by about 1 second for position pitfalls
See merge request KartKrew/Kart!2362
2024-05-05 22:42:39 +00:00
Oni
6b5eceda95
Merge branch 'better-voltage-release' into 'master'
...
Allow better steering from trick MT release
See merge request KartKrew/Kart!2352
2024-05-05 22:36:51 +00:00
Gunla
97f3475ca4
Merge branch 'correctly-defer-encore' into 'master'
...
G_GetNextMap: More ironclad behaviour for encore update deferral
See merge request KartKrew/Kart!2334
2024-05-05 22:22:29 +00:00
Sally Coolatta
e01234285b
Don't allow auto-roulette to get challenging items
2024-05-05 18:22:04 -04:00
AJ Martinez
693ffe12d0
Revert buubbledash changes
2024-05-05 15:20:33 -07:00
Gunla
642c04c250
Merge branch 'gp-naming' into 'master'
...
GP naming
See merge request KartKrew/Kart!2365
2024-05-05 22:20:08 +00:00
Gunla
254cdc795f
Merge branch 'claw-determination' into 'master'
...
UFO determination
See merge request KartKrew/Kart!2355
2024-05-05 22:14:03 +00:00
AJ Martinez
cee99e6565
Merge branch 'burger' into 'master'
...
Burger deflection
See merge request KartKrew/Kart!2364
2024-05-05 21:38:25 +00:00
AJ Martinez
d32ba6cf64
Vicious difficulty
2024-05-05 13:57:18 -07:00
toaster
1ed7591c40
Only apply maxconnections to bots in netgame contexts
2024-05-05 21:28:59 +01:00