NepDisk
f81c764057
Fix Splitscreen freecam
...
Based on fec0f13419 0b7a6ed7f5
2025-04-01 18:36:40 -04:00
NepDisk
911afb22a6
Move freecam state to camera_t
...
Based on fa89576f34 p1 still controls both cameras for now.
2025-04-01 13:57:27 -04:00
NepDisk
408a64ab4b
Merge branch 'blankart-dev' into freecamspectate
2025-04-01 13:21:58 -04:00
NepDisk
62dac53cdd
Prevent replays from asserting on start
2025-04-01 11:10:37 -04:00
NepDisk
d767f383a4
Fix accel sticking after previous accel fix
2025-03-31 23:51:38 -04:00
James R
b049abe0a7
ArchiveSectors: send diff5
2025-04-01 01:23:35 +02:00
NepDisk
ca9ef29e2a
Netsync slipdash active
2025-03-31 18:50:58 -04:00
GenericHeroGuy
48f3cea3af
Make slipdash actually activate next round lol
2025-03-31 22:31:05 +02:00
NepDisk
ae8385f309
Merge pull request 'Slipdash' ( #34 ) from slipdash into blankart-dev
...
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/34
2025-03-31 18:05:41 +00:00
NepDisk
2e2b90f843
Finalize Cvar and push check to lua
2025-03-31 14:04:06 -04:00
NepDisk
52d8520eea
Fix ccache compile error
2025-03-31 13:19:34 -04:00
NepDisk
b58a98e268
Fix accel being overwritten
2025-03-31 12:43:17 -04:00
GenericHeroGuy
e92803dd25
Handling boost, tweaked visuals
2025-03-31 18:06:21 +02:00
NepDisk
aaadef0c76
Make the speedboost half the thrust
2025-03-31 11:17:07 -04:00
NepDisk
bf1eae6e8b
Small slipdash tweaks
...
the rate for charging the slipdash has been increased and it now applies speedboost (no accel!) of the exact same speed as its thrust for speed value smoothing. Squishedtimer also removes slipdashcharge.
2025-03-30 22:43:00 -04:00
NepDisk
3ed9956de7
Merge branch 'blankart-dev' into slipdash
2025-03-30 20:07:36 -04:00
NepDisk
9a8c89b1d8
Various HUD additions
...
Wide lap sticker, hud element offsets, GetHudColor Helper, Circle Input display option
2025-03-30 20:05:09 -04:00
GenericHeroGuy
68e0a62966
The slipdash
2025-03-31 01:55:33 +02:00
NepDisk
5b7442e040
Merge branch 'blankart-dev' into freecamspectate
2025-03-30 11:40:24 -04:00
NepDisk
6bb171e4fc
Add bot controller to line special check
2025-03-30 11:40:01 -04:00
James R.
d22a1d0622
R_ResetViewInterpolation: wait an extra tic if R_UpdateViewInterpolation has not run yet, do not add extra time for subsequent calls
2025-03-30 11:13:37 -04:00
NepDisk
f3ecfae3d8
Revert 'Invert freecam turning in encore'
...
This reverts commit 3bab18cb21 .
2025-03-30 11:06:53 -04:00
NepDisk
d6ed7e0373
No longer needed since it applies to freecam already
2025-03-30 11:05:50 -04:00
Alug
8eced6db14
oops smol error
2025-03-30 10:42:50 -04:00
Alug
9587afa23b
let postimg stuff also apply to freecam
2025-03-30 10:41:03 -04:00
Alug
7656b519bf
fix postimg data types mismatch
...
also remove the "postimgflag_t" typedef since its useless
and use smoler type for everything we dont need much space lol
2025-03-30 10:38:36 -04:00
Alug
6b1de73341
move postimg flags to camera struct
...
- also dont let water and heat be applied on top of each other since it does not look good (water postimg takes priority over heat)
- also save a little time in opengl splitscreen since it does not support heat or wöter effects
2025-03-30 10:33:48 -04:00
NepDisk
c63d596533
Remove unsued new menu file
2025-03-30 09:46:57 -04:00
Eidolon
3bab18cb21
Invert freecam turning in encore
...
Fixes KartKrew/Kart#652
2025-03-30 09:03:20 -04:00
James R
c4825fb7e7
R_ViewRollAngle: don't apply camera tilting while using freecam
2025-03-30 09:02:34 -04:00
James R
872b31563d
P_DemoCameraMovement: even out vertical angle after toggling
...
After turning on freecam, the vertical angle is tilted
slightly downward (this is carried over from normal
chasecam).
Interpolate that angle back to normal while moving
forward. This makes it so you don't need to manually
adjust the vertical angle, since it would cause forward
movement to send you into the ground.
2025-03-30 09:02:15 -04:00
James R
c84d9f24fd
P_DemoCameraMovement: don't let A button press from menu carry over to rise camera
2025-03-30 09:01:29 -04:00
James R
e0a191f4d5
Replace spectator movement with demo freecam
2025-03-30 08:55:40 -04:00
James R
6531cc065e
Fix sound handling in demo freecam
...
- Object sounds are audible from the location of the
camera
- Certain HUD sounds should no longer be audible
- For instance, lap complete sfx
2025-03-30 08:44:56 -04:00
James R
10e4fb183d
ST_overlayDrawer: hide VIEWPOINT text when using demo freecam
2025-03-30 08:42:54 -04:00
James R
f72aa63f36
Interpolate view, even when paused
...
Fixes slideshow movement with demo freecam while paused.
Does not appear to jitter like texture scrollers do.
2025-03-30 08:42:43 -04:00
NepDisk
fcbb77f70d
Fix scripttype enum
2025-03-29 12:11:55 -04:00
NepDisk
d72f4e8917
Assorted RR party changes
2025-03-29 08:42:27 -04:00
NepDisk
b04b8a097a
Let rings chain other boosts but don't let other boosts chain rings
2025-03-28 18:48:05 -04:00
Alug
fe30efacdd
refactor postimg stuff so it can be combined with each other better
...
thx much indev! <3
everything now works with encore!
software now also supports screen effects in splitscreen!
2025-03-28 18:22:01 -04:00
GenericHeroGuy
28eafd639e
Fix D-pad inputs in menu from pads other than player 1's
2025-03-28 16:15:26 +01:00
NepDisk
b08372074a
Adjust bot respawn condition
2025-03-28 10:45:43 -04:00
GenericHeroGuy
486bb208c2
Fix flat alignment on Kart maps
2025-03-28 14:17:56 +01:00
NepDisk
d748cf360e
Merge remote-tracking branch 'origin/cherries' into blankart-dev
2025-03-27 17:54:03 -04:00
GenericHeroGuy
2c49adda4d
something something consistency
2025-03-27 22:48:56 +01:00
James R
9f6e9c109e
Let savecheckpoint work online, work at all
...
Actually respawns you at this location! 😃
Uses object Z position instead of floor height.
2025-03-27 22:35:01 +01:00
James R
2462a5fcba
Let relativeteleport work online
...
Requires all x, y, z arguments. Floats supported.
Old: rteleport -x 1 -y 2 -z 3
New: rteleport 1.1 2.2 3.3
2025-03-27 21:56:08 +01:00
James R
2f36b9931d
Remove macro to disable noclip camera
2025-03-27 21:43:42 +01:00
James R
4cb545a0e1
Cleanup order and indentation of item definitions
2025-03-27 21:25:00 +01:00
NepDisk
42b7ec2ca6
Wipe waterrun timer on hit
2025-03-27 15:58:59 -04:00