userGriglercancel
reporust_rebootcancel

1,517 Commits over 730 Days - 0.09cph!

3 Months Ago
improved WakeAIZ perf - added AnyPlayersInSphereFast to grid queries as we can check the validity ourselves in the filter callback
3 Months Ago
merge from main
4 Months Ago
removed TriggerWakeAIZ, made gizmos less obnoxious, just use player querygrid directly instead of connections
4 Months Ago
replace procedural creation of TriggerWakeAIZ in dungeons with WakeAIZ
4 Months Ago
replacing train tunnel prefabs TriggerWakeAIZ
4 Months Ago
replaced all TriggerWakeAIZ in all monuments and ran s2p - train tunnels still left - airfield - artic_research_base - bandit_town - compund - desert_military_base a/b/c/d - excavator - military_tunnel - oilrig / oilrig_small - trainyard
4 Months Ago
also copy sleep delay and zones in tool
4 Months Ago
quick tool to convert TriggerWakeAIZ with a button - also made it so BaseEditorExAttribute can invoke a method for isTrue/isFalse instead of just reading fields/properties
4 Months Ago
setup ghostships and tropical islands WakeAIZ again because I changed the serialized format - ran s2p on all islands
4 Months Ago
corrected radius
4 Months Ago
optional box support, re-uses x component of vec3 size for radius otherwise - uses largest extension for network radius check and then a coarse OBB<->triggerpoint intersection to determine actual contents
4 Months Ago
replaced TriggerWakeAIZ with WakeAIZ on all ghostship variants and tropical variants - ran s2p on all tropical islands
4 Months Ago
corrected inverted sphere gizmo
4 Months Ago
corrected latch, support for puzzlereset ddraw (get PooledList on request, don't track)
4 Months Ago
initial non-trigger AI WakeZone
4 Months Ago
better in-editor usability/visability of RconVars
4 Months Ago
added physics_used_memory profiler record for reading test: dry ran analytics with logs and we're getting expected byte values back from it
4 Months Ago
fixed typo breaking active_dynamic_bodies profile analytic (dev build only)
4 Months Ago
merge from fresh_water_fix
4 Months Ago
freshwater fix - readded following components to world setup prefab - cliff topology - procedural components - ocean topology
4 Months Ago
merge from ddraw_sceneview
4 Months Ago
made ddraw work in the scene view as well, handles Text and ScreenText as well
4 Months Ago
merge from dragbyangle_improvements
4 Months Ago
improved consistency on dag-by-angle calculations on player boats - changed from batched raycasts to batched spherecasts - actually check if the hull the cast hit is from the boat we care about - casts are made from the center of the hull bounds, avoid edge case where this was skimming the top of the boat
4 Months Ago
added ddraw to playerboat.lookatdragbyangle command
4 Months Ago
merge from junkpile_water_clip_fix
4 Months Ago
realmed removed rigidbody component from junkpile_water_(a/b/c) prefabs
4 Months Ago
merge from main
4 Months Ago
merge from assetscene_from_clean
4 Months Ago
delete AssetScene-X scenes before recreating and populating - trying to reduce chance of GUID changes causing corruption
4 Months Ago
remove submergedFraction condition from buoyancy waking, it's not updated while it sleeps and can brick it
4 Months Ago
merged from buoyancy_sleeping_brick_fix
4 Months Ago
merge from divesite_spawn_optim
4 Months Ago
added +- 30s jitter to Junkpile timeouts, should spread divesites respawning over 30 seconds instead of all on the same frame
4 Months Ago
merge from divesite_spawn_optim
4 Months Ago
re-ordered water check to run before terrain anchors in the SpawnHandler, only used by divesites but early exits significantly faster than terrain anchors
4 Months Ago
divesite spawning improvements - forcing topology to exclude lakes/rivers for reducing wasted processing - significantly reduced number of terrain anchors used in divesites d/e/f
4 Months Ago
merge from boat_sails_fixes
4 Months Ago
Client Unity version to 635cbaf/2022.3.41x1, build servers should have the deps now
4 Months Ago
rolled client Unity version back while buildservers are missing the dependency, will push again in the next couple hours when they're ready
4 Months Ago
updated Windows client Unity version to 635cbaf/2022.3.41x1 as well, MacOS client still on 2022.3.41f1
4 Months Ago
update server to 635cbaf/2022.3.41x1 - potential 64k collider limit crash fix, client will still spew old limit warning/error though
4 Months Ago
server update version to 021f737/2022.3.41x1 - any rigidbody with >128 colliders becomes a physx aggregate rather than an actor
4 Months Ago
server unity version to a1f6e5b/2022.3.41x1 - enabling proper multithreading for PhysX trigger contact processing
4 Months Ago
move PlayerEnterOrLeaveDeepSea RPC to the PreTeleportPlayer as it is called for all players regardless of mount/passenger state, ensures clear shore vectors
4 Months Ago
merge from mounted_shorevector_clear_fix
4 Months Ago
BC pass on horsemask - high iteration count for more nose strength - slightly less root motion strength for not turning into a scarf - more damping a quick nose jiggle resting time
4 Months Ago
downsample deepsea shorevectors and distances, bitshifted by 1
4 Months Ago
fixed editor spawning of island shore vectors
4 Months Ago
merge from main