reporust_rebootcancel

132,776 Commits over 4,293 Days - 1.29cph!

19 Days Ago
* Improve job scheduling to make leaving the job phase more robust through loading screens * Fix NRE when trying to remove instances before Indirect Instancing was initialised
19 Days Ago
Add vertex density slider for terrain detail Fix grid position alignment issues with some cell sizes Editor recreates terrain buffers on inspector changes
19 Days Ago
main -> autoturret_improvements
19 Days Ago
Revert 140177 - needs more investigation
19 Days Ago
Remove unused field
19 Days Ago
boat_ai_boxing_fix -> main
19 Days Ago
BoatAIInstruction uses nullables to get around the 1 allocation per queue add (thanks Daniel!)
19 Days Ago
main -> boat_ai_boxing_fix
19 Days Ago
notification_custom_link_support -> main
19 Days Ago
Allow external/internal arguments to be passed
19 Days Ago
Merge from naval_update
19 Days Ago
Fixed tutorial islands getting the wrong ID when loading a save
19 Days Ago
First pass of test runner editor window, still wip
19 Days Ago
Can now create notifications with custom links
19 Days Ago
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
19 Days Ago
Merge from boat_water_fx_optim
19 Days Ago
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
19 Days Ago
scrap box - initial prefab setup, item created, placeholder icon created, updated localization, updated manifest, updated icon manifest.
20 Days Ago
Collisionmeshdata error fix for Candy Cane, Ball, Present
20 Days Ago
merge from naval_update
20 Days Ago
Swap to of the anchor colliders to metal where it makes sense Swap bbs interaction colliders to wood instead of concrete
20 Days Ago
Sail is now actually cloth instead of wood Made colliders a bit more accurate on the top
20 Days Ago
Update workshop scene "publish submission" info paragraph
20 Days Ago
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
20 Days Ago
20 Days Ago
Change helicopter repair blocking from "all wheels grounded" to "engine is off"
20 Days Ago
Collider fixes for plank and ramp, assign wood material
20 Days Ago
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
20 Days Ago
Fixed some duplicate collider names on triangle ladder hatch
20 Days Ago
Merge: from main
20 Days Ago
changes on the throw icepick sounds
20 Days Ago
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
20 Days Ago
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
20 Days Ago
Medical syringe animation updates
20 Days Ago
exported edited 3p rocket launcher and world model reload anims. set w model reload anim to speed 1 on it's anim controller
20 Days Ago
disable the begin/endContextRendering hooks on CommandBufferManager
20 Days Ago
update existing passes for pipeline changes
20 Days Ago
sync Rust.RenderPipeline changes
20 Days Ago
merge from workcart_canvas_fix
20 Days Ago
Removed the rogue canvas on workcart_aboveground prefab
20 Days Ago
axe throw audio changes
20 Days Ago
assigned rpg7 anim events to 3p reload anim
20 Days Ago
added lr300 space gun anim events to 3p reload/deploy anims
20 Days Ago
M92 textures polish
20 Days Ago
merge from blackjackmachine_optims
20 Days Ago
Reduced blackjack machine canvases culling distance
20 Days Ago
Added CanvasGroupEx (some helper methods to toggle them in one go)
20 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
20 Days Ago
GetWorldVelocity of the boat once instead of for every block
20 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.