141,551 Commits over 4,383 Days - 1.35cph!

1 Year Ago
Merge from blowpipe
1 Year Ago
Merge from turret_scaling
1 Year Ago
Fix for sfx movement colliders on piper nigrum radial pieces
1 Year Ago
merge from toolgun_corpserepair_fix
1 Year Ago
Fixed garrys mod toolgun not being able to repair deployable corpses
1 Year Ago
Kapok tree update
1 Year Ago
Update: GamePhysics.CheckSphere(batch) now able to handle mask validation internally - Renamed GamePhysics.IgnoreCollision to MasksToValidate (prev name could be misleading and confusing) - undid sphere command building as that wasn't meshing well with MasksToValidate flow - Added UtrilityJobs.GatherJob<T> (will need to go through other code and clean up similar/same jobs) I still need to update GamePhysics.CheckCapsule, and replace inlined code with new versions Tests: all relevant unit tests
1 Year Ago
▅ ▆▍▆█▅▋▌▍▉█▅█▇▍▄▅▌█▋▄▊ ▆▉ █▌▇█
1 Year Ago
main -> bear_rug_deploy
1 Year Ago
▅▊▉▌▉█ ▌▌▊▌ ▍▉▄▇▉▋▆▊█▍▋▅▌▌▆▉▊▅
1 Year Ago
▉ █▌▊▄▉ ▇▇ ▉█▆▌▇▌▌▅▌ ▄▇▉▊▍▋█▅▍▌▉▇
1 Year Ago
▄▅▅█▊ ▊▍▌█▅█▄▊ ▇▅▉ █▇▇▆█▋▉▅ ▄▆▍▍▄ ▄▊▆██ ▄▉▊▇▊ ▆▄▉ ▆▆▌▍▉▅▍ ▇▍▉▆█ ▍▇▉▄▇▇▋▍▌▇ █▆ ▉▆▆▉▌▄ ▋▄▅▍ █▆▆▄▋ ▋ ▍▊▄▅▄▍ █▊▍▉▍▆▉
1 Year Ago
merge from high_wall_skins
1 Year Ago
Added the SpatialEnvironmentVolumePass component to the camera
1 Year Ago
▍ ▍▇▉▌▅ ▅▌▍▊ ▉▍▍▆
1 Year Ago
Added back spatially aware environment volumes, but made them optional via the SpatiallyAware volume type flag
1 Year Ago
Clean: simplify NativeList.CopyFrom<T>(ReadOnly) Tests: none, trivial change
1 Year Ago
client_projectile_improvements_eyeclipping -> main
1 Year Ago
projectile_improvements_orientation -> main
1 Year Ago
WIP modifier scaling & autoturret using it for darts.
1 Year Ago
merge from groundwatch_nre_fix
1 Year Ago
Update: Rewrite GamePhysics.HandleIgnoreCollision(batch) to allow for explicit control of what exclusion volumes to check Tests: ran updated test
1 Year Ago
Fixed GroundWatch::LegacyRadiusCheck NRE again
1 Year Ago
merge from main
1 Year Ago
Merge from editoronly_ui_convar_warning
1 Year Ago
remove unused watermap array from job
1 Year Ago
switched initial map prepare job to IJobParallelForBatch to reduce locking with parallel writer (temp alloc list of indices and add to write as batch per-job) - also other various micro-optim
1 Year Ago
Update: adding GamePhysics.HandleIgnoreWater - comes with it's own consistency test Going to use those to try to refactor some of the existing code and hopefully shrink it Tests: ran new test
1 Year Ago
Tests: adding tests that generate various "HandleIgnoreCollision" scenarios - added TestHandleIgnoreTerrainConsistency Covers both TerrainCollisionTrigger and WaterVisibilityTrigger. Tests: ran the new unit test, checked that all paths all covered.
1 Year Ago
Merge from snakes
1 Year Ago
Optim: GamePhysics.HandleIgnoreTerrain - replace const seting managed loop with a Burst job Saves 0.1ms on 10k test Tests: ran unit test
1 Year Ago
Merge from wip_gameplay
1 Year Ago
merge from main
1 Year Ago
Optim: allocate smaller buffers for WaterCollision.GetIgnoreIndirect - Added a couple profiling scopes Tests: unit tests
1 Year Ago
Play rustling sound on client alert
1 Year Ago
Bugfix: when we're missing TerrainCollision or WaterCollision, run all of the physics checks for trigger volumes - Added UtilityJobs namespace, moved FillJob<T> to it - Added a utility extension to NativeList<T> to copy from NativeArray<T>.ReadOnly (surprised it's missing) Tests: all relevant unit tests
1 Year Ago
Play the hiss anim when starting hazard
1 Year Ago
merge from main
1 Year Ago
fbx re-export Zigg Tank Large
1 Year Ago
▅ ▇ ▆▌▉ ▋▍ ▌█▇▄▋ ▅▉ ▅▉ ▊▉▆ ▋▅▌▋▅▅▉▉ ▅▍▌▍▋▇█▄ ▌▉▅ ▌▉▇█▇▋▋▋▍▉ ▄▄▇▉ ▅▇ ▍▆▊▅ ▋▄▅ ▌▌▊█▇
1 Year Ago
Add a very obvious and very placeholder disappear/reappear effect when snakes reposition - to make it obvious it's intentional and not a bug, until we get real effects.
1 Year Ago
▄ ▅█▄▋▆▆ ▋▍▌▄▊ ██▇ ▄▍▅▅▅▊ ▍▄▋ ▋▍ ▅▊▌ ▊█▊▋ ▇▊▊▆█▅ ▆▆ ▇▄▆▊▆▉█ ▊▉ ▌▊▆█▅▅ ▅▋▇▌▅ ▉▍▇ ██▍▄▋▊▌▉ ▍▌▌▆▌▌ ▄██▊▄▇▋ ▋█ ▆▅▉▉▉▄▇▅▋█ ▋▋▆ ▇█▋▍ ▋▇▋▇▉▌ ▇▆▊▌██ ▉▉▉▋▍▊▍▆▅▆█
1 Year Ago
updated layer on jungle number decals prefabs
1 Year Ago
removed the small ziggs from the ziggurat scene - updated the terrain topology maps and terrain blend maps accordingly - s2p
1 Year Ago
Clean: remove GamePhysics.OverlapSphere(batch) and GamePhysics.OverlapCapsule(batch) - These have been inlined into CheckSphere<T> and CheckCapsule<T> - Also updated CoarseQueryGrid.CheckJobIndirect(capsule) (returns JobHandle, works on a NativeList) since I missed it in previous commit Tests: ran all unit tests
1 Year Ago
Merge from vertical_storage_test
1 Year Ago
merge from rw_enable_fix
1 Year Ago
merge from server_occlusion_enable_by_default
1 Year Ago
merge from easterinflatablehorse_DLC
1 Year Ago
merge from easterinflatablehorse_DLC