userandrecancel
reporust_rebootcancel

10,554 Commits over 4,324 Days - 0.10cph!

1 Year Ago
Fixed a bunch of places in PlayerWalkMovement setting Rigidbody.velocity without checking isKinematic
1 Year Ago
▅ ▄▅▆▆▍ ▄▄▆▇ █▅█▆█▆▇█▆▊█ ▋▊▅▉▇
1 Year Ago
More fucking around with Unity.AI.Navigation
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
BaseCombatEntity.Hurt uses pooling for HitInfo
1 Year Ago
Item / ItemManager use pooling
1 Year Ago
Eliminated BaseCombatEntity.Hurt GC alloc
1 Year Ago
Fixed BaseProjectile.DelayedModsChanged profiler sample mismatch
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Removing Unity.AI.Navigation package since we're using a customized version of the old one
1 Year Ago
▅ ▌▋▆▌▇ ▆▋▆▊▇ ▅▅▊▌▄▉ ▄▇▋ ▋
1 Year Ago
Kayak fix for "Setting linear velocity of a kinematic body is not supported."
1 Year Ago
SteamNewsSource http -> https
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Strip all UnityEngine.AI components from clients (attempt to fix warning spam)
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
OnParentChanging velocity adjustment is skipped on kinematic rigidbodies to fix: "Setting linear velocity of a kinematic body is not supported."
1 Year Ago
Replaced RenderSettings.customReflection with ReflectionProbe.defaultTexture
1 Year Ago
Compile fix
1 Year Ago
▋ ▊▋▆▇▉ ▇▍▉▅▅ ▆▅▉▍▉█ ▆▆▄
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Namespace fix
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Serialization fixes
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Removing UnityEngine.Profiling.Memory.Experimental references
1 Year Ago
Merge from unity_2022.3.24
1 Year Ago
Meta files
1 Year Ago
Code changes
1 Year Ago
CurrentVersion, ProjectSettings
1 Year Ago
▉ ▇▌▍ ▅▅█ ▌▅ ▇█▅█▉▍▅ ▇▆▉▇▇▇
1 Year Ago
Straighten road next to roadside monuments
1 Year Ago
Prefer longer cliff segments
1 Year Ago
PlaceCliffs has MinHeight and MaxHeight parameters to specifc terrain altitude range of certain cliff types
1 Year Ago
Moved GenerateCliffTopology slopeCutoff and splatCutoff to consts at the top of the file
1 Year Ago
Implemented "force the cliffs to spawn at the highest available Y position"
1 Year Ago
Fixed "cliff scaling doesn't always obey the min/max values"
1 Year Ago
ProceduralMapRoad spawns roadside monuments
1 Year Ago
PlaceMonumentsRoadside fixes & improvements
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Fixed piece of shit water system returning incorrect trace hit position when underwater, causing incorrect water hits while inside water carving volumes
1 Year Ago
▍ ▊█▍ ▋▉█ ▅▊▋▉▇
1 Year Ago
1 Year Ago
S2P harbor_1 and harbor_2
1 Year Ago
Enabled IsDynamic on crane rope ladder prefab (so it persists through entity save / load)
1 Year Ago
Merge from main
1 Year Ago
S2P harbor_1 and harbor_2
1 Year Ago
Merge from main (needs S2P, see next commit)
1 Year Ago
ServerListManager.EnqueuePings NRE fix