reporust_rebootcancel

132,614 Commits over 4,262 Days - 1.30cph!

Yesterday
First pass of test runner editor window, still wip
Yesterday
Can now create notifications with custom links
Yesterday
Fix player collider not being the right size when waking up for a frame, caused incorrect triggers to be picked up by ForceUpdateTriggers This resulted in the player being affected by the TriggerPlayerForce attached to boat blocks when waking up, which happens when entering/exiting the deep sea
Yesterday
Merge from boat_water_fx_optim
Yesterday
Even more fx optimisations, move the blocks into a work queue and support breaking out mid processing if we take too long to avoid queue overruns Also added early returns for disabling fx (so fully occluded blocks are now effectively free) and bypassed the Angle calculation if a block is fully occluded
Yesterday
scrap box - initial prefab setup, item created, placeholder icon created, updated localization, updated manifest, updated icon manifest.
Yesterday
Collisionmeshdata error fix for Candy Cane, Ball, Present
Yesterday
merge from naval_update
Yesterday
Swap to of the anchor colliders to metal where it makes sense Swap bbs interaction colliders to wood instead of concrete
Yesterday
Sail is now actually cloth instead of wood Made colliders a bit more accurate on the top
Yesterday
Update workshop scene "publish submission" info paragraph
Yesterday
Fix a duplicate bone name on the cannon Swap interaction collider from box to sphere, fits better and stops bullets getting caught on the corners like before Fix incorrect material
Yesterday
Yesterday
Change helicopter repair blocking from "all wheels grounded" to "engine is off"
Yesterday
Collider fixes for plank and ramp, assign wood material
Yesterday
Bugfix: TriggerParentDelayedExit::SupportsTickSkipping was always evaluating to false - switched it to be off by default, as it was likely off during my earlier testing Tests: none, trivial change
Yesterday
Fixed some duplicate collider names on triangle ladder hatch
Yesterday
Merge: from main
Yesterday
changes on the throw icepick sounds
Yesterday
Merge: from triggerparentdelayedexit_teleport_fix - Bugfix: teleporting from a player boat should no longer cause weird parenting issues Tests: built a boat, teleported away - no weird movement afterwards
Yesterday
Bugfix: don't try to delay unparenting when teleporting away from the boat Tests: built a small boat, spawned a player on it, turned on the engine, teleported away - didn't have the weird extra movement
Yesterday
Medical syringe animation updates
Yesterday
exported edited 3p rocket launcher and world model reload anims. set w model reload anim to speed 1 on it's anim controller
2 Days Ago
disable the begin/endContextRendering hooks on CommandBufferManager
2 Days Ago
update existing passes for pipeline changes
2 Days Ago
sync Rust.RenderPipeline changes
2 Days Ago
merge from workcart_canvas_fix
2 Days Ago
Removed the rogue canvas on workcart_aboveground prefab
2 Days Ago
axe throw audio changes
2 Days Ago
assigned rpg7 anim events to 3p reload anim
2 Days Ago
added lr300 space gun anim events to 3p reload/deploy anims
2 Days Ago
M92 textures polish
2 Days Ago
merge from blackjackmachine_optims
2 Days Ago
Reduced blackjack machine canvases culling distance
2 Days Ago
Added CanvasGroupEx (some helper methods to toggle them in one go)
2 Days Ago
Reworked the blackjack worldspace UI screens to use less canvases, reduced from 172 to 4 Fixes UpdateCanvasRectTransform time blowing up when near a blackjack machine
2 Days Ago
GetWorldVelocity of the boat once instead of for every block
2 Days Ago
Only check against other hull blocks, not all blocks. Don't run UpdateSplashFx at all on non hull blocks. 1.85ms to 0.65ms in a quick test with 6 simple boats. Stiil seems to function ok.
2 Days Ago
setup lr300 space animations for player update
2 Days Ago
added knife throw movement sounds
2 Days Ago
Additional profiling for boat water effects
2 Days Ago
▌▌▍▋█ ▍▋▌▆ ▌▉▉▇▍▍▇▊▌▋_▌▉▋_▋▊▆▇▋_▍▅▄
2 Days Ago
▌▆▉ ▆▉▆▌▌▍▅▄ ▍▍▍▉▅▋▊▊ ▄▆ ▆█▍▄▄ ▄▊▊▇▍ ▉▌▄▉ ▊▍▄ ▉▌▄█▇▋█ ▊▉▄▇▆▌▆ ▋▄▆▉▌▊ ▆█▅▅ ▆▉▅ ▉▄▍█▌▆ ▋▄ ▋▍▌▍▊██ ▉▄▆ ▇▉▋▋▌▌▍▌▆▋ ▅▊ ▍▆▋▊▌▉
2 Days Ago
Merge: from analytics_std_dev_fix - Bugfix: fix for invalid std_dev calculation Tests: none, trivial change
2 Days Ago
Update: always record high and low percentile telemetry for non-game mode It's a smidge more data, but makes building dashboards easier Tests: none, trivial change
2 Days Ago
Bugfix: fix std_dev that could generate NaNs via sqrt of a negative number Tests: none, trivial change
2 Days Ago
Balanced darkness of metals in scrap component box
2 Days Ago
Testing re-adding rendererbatch to boat pieces
2 Days Ago
Merge: from triggerparentdelayedexit_optim - Bugfix: shooting a weapon can cause NREs on the client Tests: shot in the sky with a bunch of bursts - no NREs
2 Days Ago
Bugfix: VerifyRays - avoid trying to read hit array outside of working area I asssumed we always call it with tightly-sized arrays, but it's not the case on client Tests: shot in the sky with a couple bursts - no NREs