126,693 Commits over 4,109 Days - 1.28cph!
WIP better handling of elevator interaction options
fixed uv seam on wall half
Added 5 pixels of padding around map markers, prevents multiple map markers being placed right on top of each other
Move kinematic/gravity setting to PinTo set method
Added an analytic event for pinging
Increased ping widget size slightly
Fixing more post-merge layer issues. A few bits of foliage needed reimporting to update correctly, which then necessitated S2P on monuments that used them.
Enabled crosshair on binoculars
Fixed pings getting placed slightly below the crosshair point
Don't allow multiple pings of the same type to be too close
S2P all, to remove tree imposter layer users again after merge.
Updated LOD4 textures of the quarry deployable
Added sfx slots for each ping type to the ping widget (Assets/Content/UI/GameUI.Hud.PingWidget)
Refined the vertex painting across the LODs of the quarry deployable for consistency
Merge Main -> RagdollRewrite
Updated normal map for quarry deployable LOD4
Improved ring road path interest point handling
Updated the diesel engine files
merge from rustplus_changes
Stop sending crate and explosion map markers to Rust+
thumb_up
25
thumb_down
31
merge from nuclear_missile_silo
Only allow viewing cameras from Rust+ when not connected to the server
thumb_up
33
thumb_down
38
Randomize entity IDs and order in Rust+ CCTV data stream
progress
EventScheduleWipeOffset baseline
Created a new wooden crate prefab variant in a military green colour
Replaced the unlootable metal crates with the new wooden creates to avoid confusing players
Replaced the open electric box prop with a different mesh because people thought it was interactable
Created a new non-biome tinted material for the rocks inside the warhead room as they were looking off in certain biomes
Moved the coffee table inside the admin office because it was blocking the path
Tweaked LOD distances on the warhead room mesh because its last LOD was set to the same value as its culling distance
Scene2prefab
Add wipe laptop to CraggyIsland monument example for easier testing
useable br_sphere prefab for Twitch rivals
Download and cache videos in temp folder before popping up the video player
Updated quarry deployable prefab
Make the video player dialog close if the video doesn't start playing (within 5 sec right now, can bump it up on the prefab if needed)
Fixed z-fighting decals in the tunnel near the exit
Fixed some floating props
Made one of the decor boxes slightly smaller in one of the control rooms as it was blocking player movement when the door was open
Moved a decor box near the exit as it was floating off the ground
Tweaked wooden shelf position in onne of the exterior buildings as it was clipping through the door when it was opened
Scene2prefab
Added a game tip to explain how to ping if the player is currently able to ping
Only show the compass pulse if a ping is less than 1s old
If the path is a ring road, don't include both ends as nodes in the possible pathing list. When two path points are in the exact same spot, the Bradley pathing code gets confused and starts propagating NaN through everything, breaking pathing behaviour.
Turn off DDraw lines by default
If a spherecast hits a collider inside the initial radius of the spherecast, it says the hit point is at the world origin, which is far from ideal. For Bradley obstacle avoidance, if the hit point is zero, replace it with hit.collider.ClosestPointOnBounds( obstacleRay.origin );