reporust_rebootcancel

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

17 Days Ago
Medical syringe animation updates
17 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
17 Days Ago
disable the begin/endContextRendering hooks on CommandBufferManager
17 Days Ago
update existing passes for pipeline changes
17 Days Ago
sync Rust.RenderPipeline changes
17 Days Ago
merge from workcart_canvas_fix
17 Days Ago
Removed the rogue canvas on workcart_aboveground prefab
17 Days Ago
axe throw audio changes
17 Days Ago
assigned rpg7 anim events to 3p reload anim
18 Days Ago
added lr300 space gun anim events to 3p reload/deploy anims
18 Days Ago
M92 textures polish
18 Days Ago
merge from blackjackmachine_optims
18 Days Ago
Reduced blackjack machine canvases culling distance
18 Days Ago
Added CanvasGroupEx (some helper methods to toggle them in one go)
18 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
18 Days Ago
GetWorldVelocity of the boat once instead of for every block
18 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.
18 Days Ago
setup lr300 space animations for player update
18 Days Ago
added knife throw movement sounds
18 Days Ago
Additional profiling for boat water effects
18 Days Ago
▌▌▍▋█ ▍▋▌▆ ▌▉▉▇▍▍▇▊▌▋_▌▉▋_▋▊▆▇▋_▍▅▄
18 Days Ago
▌▆▉ ▆▉▆▌▌▍▅▄ ▍▍▍▉▅▋▊▊ ▄▆ ▆█▍▄▄ ▄▊▊▇▍ ▉▌▄▉ ▊▍▄ ▉▌▄█▇▋█ ▊▉▄▇▆▌▆ ▋▄▆▉▌▊ ▆█▅▅ ▆▉▅ ▉▄▍█▌▆ ▋▄ ▋▍▌▍▊██ ▉▄▆ ▇▉▋▋▌▌▍▌▆▋ ▅▊ ▍▆▋▊▌▉
18 Days Ago
Merge: from analytics_std_dev_fix - Bugfix: fix for invalid std_dev calculation Tests: none, trivial change
18 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
18 Days Ago
Bugfix: fix std_dev that could generate NaNs via sqrt of a negative number Tests: none, trivial change
18 Days Ago
Balanced darkness of metals in scrap component box
18 Days Ago
Testing re-adding rendererbatch to boat pieces
18 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
18 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
18 Days Ago
M92 weapon refresh anim updates
18 Days Ago
Reduced workcart train cockpit canvas LOD distance Also disabled it by default so its not always enabled until someone turn the engine on and off
18 Days Ago
merge from workcart_canvas_fix
18 Days Ago
Updated textures and model for scrap component box
18 Days Ago
merge from shotguntrap_optims/tests
18 Days Ago
merge from shotguntrap_optims
18 Days Ago
Fix server build
18 Days Ago
rebase on main
18 Days Ago
* Made switching Indirect Instancing at runtime more robust * Prevent some other possible exceptions * Avoid some unnecessary calls to MotionList
18 Days Ago
wood box - prefab tweaks
18 Days Ago
* Renamed TransformMemory to MotionList (as it should be) * Use managed HashSet instead of NativeHashSet because there seems to be no performance benefit to using native at the moment. * Fixed exception caused by removing elements from the set while iterating
18 Days Ago
Use negative handles for fallback memory
18 Days Ago
wood box - added greybox model, prefab initialization, item created, temp icon created, manifest updated, icon manifest updated, localization updated.
18 Days Ago
Remove InstanceHandle and use a simple integer instead
18 Days Ago
* Added generic NativeMultiList to replace InstanceHandleList (WIP) * Store Transform.InstanceIDs (and actual nullable Transform references) in PerInstanceMemory, indexed by seq_num * Simplified MotionList add/removal procedures to HashSet operations * Cleared up function naming in BaseEntity.Client.Motion.cs * Consider all entities as a potential motion parent and utilise existing parent/child relations to call MotionStart / MotionStop * Removed IMotionParent interface because it caused more confusion than anything else * Correctly dispose of the hash set storing child instances when an entity is destroyed
18 Days Ago
Gun trap building privilege tests
18 Days Ago
Fix instance offsets, and LOD border calculations when using some LOD distance values Add debug validation toggle to system Handle terrain detail when using narrow FOVs by moving the centre point along the forward direction but clamped to the first LOD boundry
18 Days Ago
Added AssertTrueForDuration custom yield instruction
18 Days Ago
Added some shotgun trap tests
18 Days Ago
syncvar_autosave_trimming -> main
18 Days Ago
Don't generate autosave/autoload boilerplate code if an entity has no autosave syncvars Wasn't an issue before but we are getting more and more syncvars so its worth it now