reporust_rebootcancel

108,155 Commits over 3,867 Days - 1.17cph!

7 Days Ago
Added temporary rope material
7 Days Ago
Reduced thickness of tow rope, as well as ampliitude of wind
7 Days Ago
Fix for hands clipping through glove mesh in: Burlap Gloves TacticalGloves LeatherGloves NinjaSuit
7 Days Ago
Optim: Remove editor-only per-decal Update callback - They've all been consolidated to DeferredDecalRenrerer by tracking Undo history changes This saves about 1.5ms during Update stage (in reality it's a bit less because of profiling overhead). Tests: On Craggy ran around and validated I could still see footprints. Spawned them manually and tweaked settings and moved it's placement(ok) - trying to delete placed decal starts an exception loop(pre-existing bug, will fix next)
7 Days Ago
Use cliententities rather than serverentities to find other towing visuals
7 Days Ago
merge from qol_map_marker_num -> main
7 Days Ago
Fix wolves not stopping when ai.move is set to false while the server is running
7 Days Ago
Added Catapult Explosive Ammo FBX, Materials, Textures Setup Basic Catapult Explosive Ammo Prefab
7 Days Ago
Re-setup catapult for towing visuals
7 Days Ago
cherrypicking 106676 diversuit cape hack 106706 wearables do proper bone retargetting in the skin viewer - fixes issues with dracula cape bones not retargetting and extending the render bounds by an insane amount (appearing invisible) 106739
7 Days Ago
siege_weapons -> siege_weapons/visual_towing
7 Days Ago
▋▉▆▇▆█▋ ▌▌▍▊▆▍ ▍▇▋▅▍▆▄▍▍ ▊▅ ▅▆▇ █▆▅▌ ▆▋▋█▊▄ ▍▇ ▌▇▆ ▄▍▇▉▍▉▇ ▍▋▍▍▋▍▌▍ ▅▅ ▍▄▇▉▋▄█▉▆█ ▊▊ ▅▊▇▊▋▍▊▋ ▊▆ ▌▄▆▇▌▆▍▋▊▊ (▍▋ ▇▋▄ ▊▆▌▍▍ ▋▄ ▊▇▉▇▊▄▆▍ ▆▇ ▉▊▆▇▇▇▅▅▉█▌)
7 Days Ago
Replaced small rock formations in the world setup
7 Days Ago
timed_explosive_hit_normal -> main
7 Days Ago
Added normals header
7 Days Ago
timed_explosive_hit_normal -> main
7 Days Ago
Flip if statement to use checkbox first (prevents a .HasValue() call unless matches normal is actually on)
7 Days Ago
Cache hit normal on projectile impact. Try and use this hit normal should it be valid and explosionMatchesNormal is ticked
7 Days Ago
▄▌▍█▅ ▊▋▇▋ ▊▄_▅▋▆▄_▄▇▇▍▉▋▋▄▍
7 Days Ago
3p anim updates
7 Days Ago
deleted unused model prefabs
7 Days Ago
Organised TimedExplosive's 200 properties into some groups to split up a wall of text in editor (rip muscle memory)
7 Days Ago
npc_spawn_on_cargo_fix -> main
7 Days Ago
Early return
7 Days Ago
Handle cargo switch off in npc spawner rather than cargo. Ensures more consistent behaviour
7 Days Ago
▌▇▉▌▋ ▅▇▆▆ ▅▆▌█▍▊▉▆▍▊▌_▅▌▄▋▄▋▇
7 Days Ago
Easier to target catapult ammo storage Increased reload time
7 Days Ago
Merge: from main Tests: none (trivial merge)
7 Days Ago
Improved catapult deployable prefab sockets Easier to deploy on uneven terrain
7 Days Ago
Merge: from vehicle_optims Saves 0.5ms on a 6k world by avoiding iterating over unmounted mountables Tests: On craggy drove a kayak. On 6k world confirmed that the profiling scope shrunk to 0
7 Days Ago
blocking off large oilrig passage
7 Days Ago
merge from main
7 Days Ago
Merge: from main Tests: none (trivial merge)
7 Days Ago
Optim: Avoid trying to sync non-mounted mountables - Implemented via a mounted-queue that gets populated when a vehicle/animal is mounted This saves 0.5ms on a 6k world map with no players riding vehicles. Tests: on Craggy rode a kayak and validated player transform sync was happening via profiler. Loaded 6k world and validated that the original 1.3k item queue was gone.
7 Days Ago
moved splitter boxes out of the way in excavator
7 Days Ago
- Make sure to cancel pulling if the pulling player dies or is disconnected - Additional server side checks - Added pulling speed modifiers on ballista and siege tower
7 Days Ago
Decreased catapult fire recoil force when the handbrake is off
7 Days Ago
merge from siege_weapons/speedmod
7 Days Ago
Missing modifier type
7 Days Ago
Merge from speedmod_cherrypick
7 Days Ago
Cherry pick 104487 (movement speed phrase)
7 Days Ago
Setup modifiers on catapult
7 Days Ago
Merge from speedmod_cherrypick
7 Days Ago
Don't expire modifiers that have no duration. Max of one interaction source per modifier type.
7 Days Ago
wip applying speed modifier to pulling players
7 Days Ago
Update: Reducing access to BaseMountable internal state - Mods can workaround by using existing API Future optim depends on internal state being tightly controlled, so this makes it easier to prove that it'll be safe. Tests: rode the zipline on craggy
7 Days Ago
Merge from speedmod_cherrypick
7 Days Ago
Remove log
7 Days Ago
turned wind movement off on LOD1 wall overgrowth
7 Days Ago
Merge from speedmod_cherrypick