JugadorXEI
41ef8d227f
Fix reversed inputs in input display in encore replay
2024-08-09 04:52:02 +00:00
Sal
097a5c77ab
Merge branch 'useTerrainIDinsteadOfTerrainPointer' into 'master'
...
Store Terrain ID instead of Terrain pointer in texture_t (resolves #93 )
Closes #93
See merge request KartKrew/RingRacers!36
2024-08-09 04:50:56 +00:00
Sal
f1e9ddc878
Merge branch 'getcolormap-fix' into 'master'
...
Fix v.getColormap TC_ skin number values not applying correctly on replays.
Closes #200
See merge request KartKrew/RingRacers!37
2024-08-09 04:31:28 +00:00
Sal
5d7f74299d
Merge branch 'EOFEndsDefinition' into 'master'
...
Fix off-by-one error in BRIGHT and TERRAIN lump parsing
See merge request KartKrew/RingRacers!35
2024-08-09 04:25:05 +00:00
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
Oni
2de63e432f
Merge branch 'power-scam' into 'master'
...
Power item scam removal mk.2
See merge request KartKrew/Kart!2413
2024-08-06 01:46:22 +00:00
Antonio Martinez
90fdd26690
Topinfirst timer decays instead of resetting
2024-08-04 22:15:40 -07:00
Antonio Martinez
4fc8681e37
Top throw forces fastfall
2024-08-04 21:44:13 -07:00
Sally Coolatta
c4b11026ab
Ensure no FPS/Delay on map thumbnails
2024-08-05 00:41:05 -04:00
AJ Martinez
f8974b3633
Merge branch 'grow-rolloff-mistake' into 'master'
...
Fix dodgy math in grow laser timer calculations
See merge request KartKrew/Kart!2408
2024-08-05 03:28:56 +00:00
Eidolon
a1e7cbfba5
Cleanup includes and other warnings in new mixer
2024-08-04 22:17:27 -05:00
Oni
d4691b6ab4
Merge branch 'race-item-pickup-leniency' into 'master'
...
Item pickup leniency window
See merge request KartKrew/Kart!2406
2024-08-05 02:43:17 +00:00
Antonio Martinez
ccf0d9c7da
Restore Ring Box time (up for debate here!)
2024-08-04 00:11:26 -07:00
Antonio Martinez
83be26cd76
Defensive Overdrive when hit into debt
2024-08-04 00:09:16 -07:00
Sally Coolatta
685a125b02
Try preventing players during snapshotmaps
...
- Try to force spectator.
- Since that doesn't seem to always work, also simply don't draw `MT_PLAYER` when not using `drawpickups`.
2024-07-26 22:59:49 -04:00
Sally Coolatta
75ab9d6e0a
Display pitch in basic devmode when using freecam
2024-07-26 22:39:14 -04:00
Antonio Martinez
ed1dde5788
WIP: Separate Overdrive shield
2024-07-23 17:32:10 -07:00
Antonio Martinez
4d202fbd67
WIP: Overdrive VFX refactor
2024-07-23 17:00:17 -07:00
Antonio Martinez
81e9441218
WIP: Overdrive polish 2
2024-07-22 21:51:33 -07:00
Antonio Martinez
2b61497536
WIP - Overdrive polish
2024-07-22 20:35:28 -07:00
Antonio Martinez
199a92ebb2
WIP: Overdrive
2024-07-22 02:14:11 -07:00
Antonio Martinez
1b19cd6a38
Power item scam removal mk.2
2024-07-21 16:18:47 -07:00
Sally Coolatta
8bed785643
Use kartkrew.org for Discord assets
2024-07-21 12:56:42 -04:00
Sally Coolatta
6b87b586d2
"snapshotmaps" command
...
Takes two screenshots for a list of maps that have an "Alternate View Point" thing with tag 0 -- one intended for level select pictures and another for Discord Rich Presence. If no view point exists, the map is skipped.
2024-07-21 08:54:49 -04:00
AJ Martinez
4cf38b3f3f
Fix dodgy math in grow laser timer calculations
2024-06-29 18:38:45 -07: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
Lach
54920c817b
Correct local millisecond measurement in ping command output
2024-06-08 00:27:44 +10:00
Lactozilla
00b0b7b848
Fix STJr/SRB2#1153
...
Committer note: Also fixes KartKrew/Kart#703
2024-06-06 16:45:32 -05: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
AJ Martinez
c329432ae2
Don't extend fuse/leniency on item boxes picked up in leniency
2024-05-29 18:21:35 -07:00
AJ Martinez
326d6ff058
Item pickup leniency window
2024-05-29 18:18:52 -07: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