reporust_rebootcancel

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

19 Days Ago
merge from naval_update
19 Days Ago
Fixed some pool leaks in DeepSeaManager, ItemModProjectileRagdoll and ScentEmission
19 Days Ago
Merge from naval_update
19 Days Ago
Fixed delay when first opening a ramp after entering network range if that ramp was in it's closed state
19 Days Ago
Improved the island appearance on the map, just gradient from sand to grass based on terrain height Better than greyscale, not quite as good as the mainland
19 Days Ago
Possible fix for all boat blocks showing splash fx in builds (should only show when their edge is unobstructed and in the water)
19 Days Ago
boat_jiggle_fix -> main
19 Days Ago
- Improved steering all around - Removed the jiggle - Increased far point distance - Allowed 0 movement to be a valid case for the context direction - Gas pedal forces 0 with a 0 movement direction
19 Days Ago
Scientist Boats: Add hysteresis to the gas pedal. Boats will only reverse provided the dot direction is high enough and the flip gate is open
19 Days Ago
food box - updated prefab, updated material
19 Days Ago
food box - added gibs, added transmission
19 Days Ago
Fixed GrowableGenetics and UpdateResourcePings pool leaks
19 Days Ago
Fixed boogie board LOD not marked as dynamic
19 Days Ago
Fixed every impact fx in the deep sea being sand
19 Days Ago
Merge from oven_optim
19 Days Ago
boatai_boxing_fix -> main
19 Days Ago
Implement IEquatable to bypass the ::Equals usage (when adding to a set)
19 Days Ago
quick_craft_improvements -> main
19 Days Ago
Phrases update
19 Days Ago
Dont downcast list type when passing as an argument
19 Days Ago
Compile fixes
19 Days Ago
Merge from parent
19 Days Ago
Merge from main
19 Days Ago
fix pooled list leak for physics tumbling entity
19 Days Ago
merge from loaded_ammo_type_indicators -> main
19 Days Ago
merge from main
19 Days Ago
Fixed pool leak in ContainerCorpse::IsValidPointForEntity
19 Days Ago
Fixed menu slider being set to an integer value (now float)
19 Days Ago
Optim: TriggerParent.TickMode 1 - use cached water and ladder results in UsePlayerUpdateJobs 2 env - codegen This should allow us to skip ~30% of the overall runtime. Can be disabled via TriggerParent.UsePlayerV2Shortcuts 0 (defaults to 1) Tests: none, will check tomorrow once brain is fresh
19 Days Ago
Menu scene changes (missed file)
19 Days Ago
New change: prevent the quick craft menu from updating if you are pressing buttons, it's subtle but this stops a spam click making the button dissapear before you are ready - makes it a bit easier to see what's going on - Fixed the favouriting button not working (include it in the hash calculations) - Adjusted menu setting
19 Days Ago
Optim: TriggerParent.TickMode 1 - avoid unnecessary entity lookups in RunClippingChecks Microoptim, but why not Tests: none, trivial change
19 Days Ago
Optim: TriggerParent.TickMode 1 - skip RunClippingChecks for entities that failed RunCheckForObjUnderFeet Tests: none, trivial change
19 Days Ago
Ruins B crate spawn fixes.
19 Days Ago
Clean: remove a couple TODOs Was worried about a bug, but deeper scrutiny think the code is correct Tests: none, trivial change
19 Days Ago
Fixed some ore floaters on 2 and 3.
19 Days Ago
missed a file, apply position to IconWithCount
19 Days Ago
re-enable mipmaps, fix opacity, polish placement
19 Days Ago
Clean: refactor TriggerParent.ShouldParentEntitiesJobs - Added profiling scopes No functional changes. This makes data flow easier to track and manage, and helps visualizing stages in perf snapshots. Tests: built a long-boat in tickmode 1, spawend 6 players on it, went to edit mode and back, jumped on-and-off as it was moving
19 Days Ago
Fixed a couple of overlapping spawns on 4. S2P
19 Days Ago
Flame turrets do not send their aim dir to all clients every 0.1s anymore, otations are predicted on the client The cpu savings are minimal, but that saves us some useless RPCs sent to all players in network range every 0.1s
19 Days Ago
Bugfix: Add missing Native collection disposal in GamePhysics Audited all of GamePhysics, looks to be the only cases that slipped in Tests: unit tests + built a boat with tickmode 1
19 Days Ago
Optim: use persistent buffers for TriggerParent::RunCustomJobsQueue - codegen Tests: with tickmode 1 - built a boat, jumped on-off
19 Days Ago
merge from naval_update
19 Days Ago
▆▋▅█▅█ █▌█▆█ ▇▊ ▍▌▌▌▊▇▅▆▋ ▊▆█▋ ▄▋ ▋▅▍▅▍▆
19 Days Ago
exported latest paintaball gun vm anims
19 Days Ago
merge from naval_update
19 Days Ago
▉▅▌ ▉▄▉█ ▇▇▌▌▇ █▆ ▉▆▄▄▄▊ ▄▉▄▄▉ ▍▇ ▅▆▌▉▋▇▄▋ ▉▍▅ ▉▌▅▊▅ ▅▌▄ ▆▊▄▆▆▄ ▆▍▅▍▄
19 Days Ago
merge from fix_containerioentity_item_syncing -> main
19 Days Ago
Fixed ContainerIOEntities not syncing inventories with item when picked up