userandrecancel

12,539 Commits over 3,806 Days - 0.14cph!

5 Years Ago
TriggerForce takes a velocity to work towards instead of continuously applying a force (seems to be the only way to get sane results)
5 Years Ago
█▊▆▇ ▋█▋▆█ ▉▇▍ ▄█▉▋█▉▋▊██ ▍▌▉▋▍▋ ▊▋▋▅ ▋▄ ▊▋ ▊█▋▍▌ ▄▍▍▅ █▋ ▊ ▍▍▌▇▇ ▉▋▄▋▇▋▍ █▄ ▊▋▋▆▆▄▋ ▌▄▍'▌ ▋▌▇▉▍ ▊▄
5 Years Ago
TriggerForce tweaks
5 Years Ago
Added "moving" flag to model state, don't play walk animation when false (hack for excavator belts)
5 Years Ago
Excavator belt trigger adjustments
5 Years Ago
Merge from force_triggers
5 Years Ago
Merge from main
5 Years Ago
CodeGen
5 Years Ago
Fixed Diesel_Collectable prefab ID
5 Years Ago
Only skip NPCPlayer in TriggerParent, not HTNPlayer (cargo ship)
5 Years Ago
Merge from main
5 Years Ago
TriggerForce baseline
5 Years Ago
Cherry picking 37327 (TriggerForce)
5 Years Ago
Removed "noise" from monument radius / fade since it no longer provides an advantage but makes everything slower
5 Years Ago
Fixed radius / fade monument parameters potentially cutting off the terrain blend map
5 Years Ago
Added TriggerForce (not working, just a stub)
5 Years Ago
Barren prefab mountains no longer spawn in the desert (now behave identical to prefab mountains on normal maps)
5 Years Ago
Barren now has harbors, oil rigs and water wells
5 Years Ago
Take server identity into account when determining the default seed (easier to run multiple instances on the same hardware without getting identical maps)
5 Years Ago
Removed large monuments and prefab mountains on smaller maps
5 Years Ago
Added arid biome checks to giant excavator
5 Years Ago
Plastic.RevertChanges uses "cm undo"
5 Years Ago
Profiling
5 Years Ago
Added support for compound triggers to TriggerParent Added TriggerParentExclusion (I can't believe this works) ForceUpdateTriggers now exists on all entities (supports sphere, box and capsule colliders) Updated platform.entity with 2 TriggerParent and 1 TriggerParentExclusion
5 Years Ago
Comment
5 Years Ago
█▆ ▇▍▋▊▅▅▄▇▍
5 Years Ago
UpdateSubscriptions profiling
5 Years Ago
Skin update
5 Years Ago
Icons are limited to 256x256
5 Years Ago
Faster and more reliable "Tools/Steam Inventory/Download Skins"
5 Years Ago
▇▋▆▇ ▋▌ ▇▉▄█▅▊▆▋ ▅▌ ▄▄▇▍▍ ▍▅▋▄▋ ▄▆▅▅▉ ▄▇▋▄ ▆▄▋▆▆▇▉▆▆ ▍▌▋▅▆▆▉ ▇▆▅▆▇▉▉ ▇▄▌▅▇▌▌▄ (▆▉▋▌▋▇▋▄▉▇▋)
5 Years Ago
Fixed edge case that caused client side tree collider to be disabled after pooling
5 Years Ago
Merge from main
5 Years Ago
MotorRowboat profiling SendNetworkUpdate_Flags and SendNetworkUpdate_Position profiling
5 Years Ago
Fixed NRE in Buoyancy.Cycle when buoyancy instance is going to sleep
5 Years Ago
Enabled physics.batchsynctransforms by default
5 Years Ago
Buoyancy.FixedUpdate is handled by ServerMgr.FixedUpdate to ensure they aren't scattered inbetween other fixed updates, causing SyncTransforms churn
5 Years Ago
Tweaked physics.batchsynctransforms profiling and behaviour with physics.autosynctransforms disabled
5 Years Ago
Fixed Skin.LoadAssets NREs
5 Years Ago
Fixed client player tick rate not being set when connecting to sleeper
5 Years Ago
Renamed physics.batchsync to physics.batchsynctransforms (similar to physics.autosynctransforms)
5 Years Ago
Added physics.batchsync convar (only does a single physics transform sync for all player server updates, default = false) Added physics.autosynctransforms convar (only for testing)
5 Years Ago
Added player.tickrate_cl and player.tickrate_sv convars (both are set on the server)
5 Years Ago
Optimized Vis.Entities / Vis.Components / Vis.EntityComponents further
5 Years Ago
Stripped collider batching entirely to fix some remaining performance overhead (particularly in Vis.Entities / Vis.Colliders)
5 Years Ago
Improved entity registry performance (particularly ToBaseEntity)
5 Years Ago
Cherry picking 36800 and 36803
5 Years Ago
▇█▇▇▊ ▌▍▊▅▍▊▉▄▌▋ ▉▆▄▄ █▉▆▄▌▌▇▄ ▇▆▍▍█▉█
5 Years Ago
Merge from network_lerp_3
5 Years Ago
Improvements