Sal
7441dae7d3
Merge branch 'fixlastpickupdistance' into 'master'
...
Fixed copy and paste error for "lastpickupdistance"
See merge request KartKrew/RingRacers!44
2024-08-09 03:33:14 +00:00
Sal
58b7f0bff3
Merge branch 'lookback-camera' into 'master'
...
Looking backwards no longer makes the player seasick (fixed camera distance)
See merge request KartKrew/RingRacers!45
2024-08-09 03:32:42 +00:00
Kimberly Wilber
c4154470b9
Disable camera lookback during loops.
2024-06-16 15:01:23 -04:00
Kimberly Wilber
c62dfa20d2
Disable camera dampening when looking backwards.
...
When traveling quickly, camera dampening normally causes the camera to get
further away from the player, but it screws up camera angles when looking
backwards.
This change causes camera dampening to happen instantly when looking behind.
That way, players can expect the camera to always be in a consistent location
when they tap the "look behind" button.
2024-06-16 13:57:37 -04:00
Ibly
c8d57c9953
Fixed copy and paste error for "lastpickupdistance"
2024-06-11 19:41:30 +00:00
JugadorXEI
10d46fb1db
Refactor and fix drawOnMinimap
2024-06-05 13:02:29 +02:00
JugadorXEI
eff25774a1
Extract minimap flags and object pos-to-minimap pos code into functions
2024-06-05 13:02:00 +02:00
hayaunderscore
f3e1cf814e
Expose V_SetClipRect and V_ClearClipRect to lua
...
Via the `v.setClipRect` and `v.clearClipRect` functions respectively.
2024-06-04 17:16:12 +08:00
hayaunderscore
6185771f0c
Check if skin number is postive before setting replay skin colormaps
...
Fixes #200 .
2024-06-04 10:22:55 +08:00
hayaunderscore
613b6ad44c
Expose r_splitscreen
2024-06-04 10:21:57 +08:00
JugadorXEI
2891f60341
Store terrain ID instead of terrain pointer, add new helpers and accomodate for this
2024-05-31 21:15:40 +02:00
JugadorXEI
897fe3b1b8
Fix off-by-one error in BRIGHT and TERRAIN lump parsing
2024-05-31 17:03:51 +02:00
king the memer
b20a5d412e
Commit #1
...
exposed ply.startboost and the absent BT_ flags to lua
2024-05-26 15:54:16 +01:00
JugadorXEI
586e4c4cd8
Fix powerup aura being unflipped
2024-05-22 21:54:45 +02:00
JugadorXEI
cea8b9566e
Fix super flicky bobbing not being flipped, as well as the object itself
2024-05-22 21:54:45 +02:00
JugadorXEI
4c7ec4bae0
Fix shield objects not being properly flipped
2024-05-22 21:54:45 +02:00
JugadorXEI
20138f3d67
Fix name/splitscreen/rival tags not being flipped properly when player was flipped
2024-05-22 21:54:45 +02:00
JugadorXEI
dbac449272
Fix hyudoro being incorrectly flipped during roaming status
2024-05-22 21:54:45 +02:00
JugadorXEI
c275f9b3cb
Fix tricks fail threshold when under gravflip, fix Charge Aura's visuals not being flipped
2024-05-22 21:54:45 +02:00
JugadorXEI
4439ce8940
Fix soft landing mobj not being properly flipped
2024-05-22 21:54:45 +02:00
JugadorXEI
bdb15028a1
Fix ring debt object not being properly flipped
2024-05-22 21:54:45 +02:00
JugadorXEI
87ddd2f794
Fix servant hand not being properly flipped
2024-05-22 21:54:40 +02:00
Eidolon
161d375532
Bump MODVERSION for 2.4
2024-05-21 00:03:01 -05:00
Eidolon
03241a13c5
Bump MODVERSION for 2.3
2024-05-20 23:36:25 -05:00
Eidolon
de862f2b5e
Update textures_originalzones hash
2024-05-20 23:17:58 -05:00
Eidolon
2945521deb
Update textures_segazones hash
2024-05-20 23:16:40 -05:00
Oni
f4148a3281
Merge branch 'lesser-shrink' into 'master'
...
Increase shrink contact leniency
See merge request KartKrew/Kart!2403
2024-05-21 04:09:23 +00:00
AJ Martinez
92774e76fe
Merge branch 'sliptide-snap-fix' into 'master'
...
Sliptide snap fix
See merge request KartKrew/Kart!2404
2024-05-21 04:03:35 +00:00
AJ Martinez
7bc1927a6c
leniency_base compatlevel tyop
2024-05-20 20:57:27 -07:00
AJ Martinez
447f95196c
Properly compatlevel leniency_base
2024-05-20 20:56:46 -07:00
AJ Martinez
96fab61da1
Reduce angle-snap leniency to kludge heavyweight sliptide starts
2024-05-20 20:55:12 -07:00
AJ Martinez
aa81299b05
Merge branch 'bonklock' into 'master'
...
Add automatic generic bump unstuck
See merge request KartKrew/Kart!2395
2024-05-21 03:01:59 +00:00
AJ Martinez
c9cabf0b95
Never allow turn solver wrongsteer
2024-05-20 20:00:17 -07:00
AJ Martinez
eab2900ac6
Increase shrink contact leniency
2024-05-20 18:47:22 -07:00
Oni
c36c682bb5
Merge branch 'less-shrink' into 'master'
...
Less sandbag
See merge request KartKrew/Kart!2402
2024-05-21 01:23:48 +00:00
Sally Coolatta
82a9b8723e
Update power item properties
...
Flame Shield:
- Not near end
Garden Top:
- Not at start
- Not near end
- Is a power item
2024-05-20 17:55:03 -07:00
AJ Martinez
a1e00b8110
Merge branch 'fix-thing-tid-scramble' into 'master'
...
Fix mobj TIDs in netsave
See merge request KartKrew/Kart!2380
2024-05-21 00:49:24 +00:00
AJ Martinez
15d81e9e8d
Merge branch 'extras-visibility' into 'master'
...
Move Challenges to second entry of Extras menu
See merge request KartKrew/Kart!2401
2024-05-21 00:48:53 +00:00
AJ Martinez
4ee43d6e10
Merge branch 'fix-say-cmd' into 'master'
...
Fix chat message buffer handling
See merge request KartKrew/Kart!2400
2024-05-21 00:30:31 +00:00
Sally Coolatta
08703be9d4
Shrink cooldown: 20sec -> 60sec
2024-05-20 17:19:42 -07:00
toaster
3390cb5121
Move Challenges to second entry of Extras menu
...
Addons, Challenges, and Online Manual are the three primary visible entries now
2024-05-21 00:56:53 +01:00
AJ Martinez
f8ac2746dc
Merge branch 'register-gamestochat' into 'master'
...
Register gamestochat and allowguests on dedicated servers
Closes #1351 and #1402
See merge request KartKrew/Kart!2389
2024-05-20 23:50:24 +00:00
AJ Martinez
0cd3cac8a8
Merge branch 'shrink-darken-subtract' into 'master'
...
Shrink lighting improvement
Closes #1400
See merge request KartKrew/Kart!2381
2024-05-20 23:50:04 +00:00
James R
3939966a7f
Fix saycmd message buffer handling
...
- Properly bounds check say_pak
- Fix off-by-one read in Got_Saycmd
2024-05-20 16:42:31 -07:00
toaster
5ccdd4fd12
Environment::printKill: Use sizeu1 for system-independent pointer prints
2024-05-21 00:37:00 +01:00
toaster
1db8e810df
G_SetGameModified: silent parameter is now unused, please void for ERRORMODE
2024-05-21 00:35:57 +01:00
Oni
0a89571225
Merge branch 'fix-handling-desyncs-in-old-replays' into 'master'
...
Add missing demo compatibility check for "drift end kick-out" fix
Closes #1390
See merge request KartKrew/Kart!2370
2024-05-20 21:24:11 +00:00
Oni
a1c1a0115a
Merge branch 'ta-ufo-hotfix' into 'master'
...
Never give Free Play roulette if you can't change the rules of play
Closes #1389
See merge request KartKrew/Kart!2368
2024-05-20 21:23:50 +00:00
Oni
70b24a041d
Merge branch 'release-cheats' into 'master'
...
Allow certain passwords to be toggled with cheats off
Closes #1401
See merge request KartKrew/Kart!2387
2024-05-20 21:21:19 +00:00
Oni
247def32e1
Merge branch 'brakedrift-whip' into 'master'
...
Don't cancel whip charge while brakedrifting
Closes #1395
See merge request KartKrew/Kart!2390
2024-05-20 21:21:06 +00:00