userJarryd Campicancel
reporust_rebootcancel

12,921 Commits over 2,192 Days - 0.25cph!

3 Years Ago
MeshCull components now get culled correctly when inside of a HLOD volume
3 Years Ago
Fix some cases of occludee shadows remaining enabled after HLOD has beocme active
3 Years Ago
Fixes
3 Years Ago
Update MonumentBenchmark with just the three testing monuments
3 Years Ago
Merge from main
3 Years Ago
Build fix
3 Years Ago
Cleanup
3 Years Ago
Code review: ApplyBoundsChecks now takes an additional LayerMask that will get rejected regardless of whether it has a SpawnableBoundsBlocker, use this to remove a bounds check in SpawnHandler.Spawn
3 Years Ago
Code review: don't repeat physics checks for each BoundsCheck component on an entity
3 Years Ago
Merge from main
3 Years Ago
Fixed GameTips error if a player who has never used voice chat walked close to an NPC
3 Years Ago
FIxed build/client/server errors Better selection of meshes to bake when a renderer has a mesh in each state (ie. permanently visible) Cull some debris in gas station Add a root HLOD to gas station and large oil for testing Disable flare renderers if their intensity is at 0
3 Years Ago
Added an option to automatically assign a root HLOD to S2P, good for smaller monuments that can easily bake down into a single mesh (supermarket, gas station, warehouse, etc) S2P now updates and bakes all child HLODs when building prefabs (for when we want to break a monument into multiple HLODs)
3 Years Ago
Fixed tea vitals not sized correctly
3 Years Ago
Fixed offset prefab causing offset baked proxy meshes First pass on a HLODBounds component that grabs all renderers in it's bounds and creates a dedicated HLOD mesh
3 Years Ago
Added a Create Proxy Mesh button on the S2P component to quickly test what the baked down mesh looks like without runnig the full S2P Added SceneToPrefabTag that can allow for forced inclusion/exclusion of renderes, as well as simplifying material arrays to exclude sub meshes
3 Years Ago
Only hide/show LOD components, not the full hierarchy (this will keep collisions intact)
3 Years Ago
Add graphics.StaticTileMonumentLod to toggle the new behaviour for performance comparison
3 Years Ago
Add LODMasterMesh component that enables a single mesh for a monument and disables all child renderers at a given distance Leave the core monument untouched and bypass the ECS rendering/loading process
3 Years Ago
Fixed offset prefab causing offset baked proxy meshes
3 Years Ago
Fix handheld boom box not working (broken in 73143)
3 Years Ago
Hack around enough errors to get supermarket building static tile mesh
3 Years Ago
Package manifest fix
3 Years Ago
Fix typos in new aggressive lod convars
3 Years Ago
Merge from main
3 Years Ago
More boom box sync improvements FIxed case where turning boom box+speaker system on/off repeatedly would alternately result in connected speakers not working
3 Years Ago
Fixed error when scientists dismount helicopter at oil rig
3 Years Ago
Add support for loading radio stations from the manifest metadata for mid-month updates
3 Years Ago
Merge from genetic_vending
3 Years Ago
Server compile fix
3 Years Ago
Limit sale amount of plant clones to prevent purchasing unadvertised genes (eg. red berry clone stack a has genetic XYZx2 and red berry clone stack b has genetic ZYYx3, the maximum purchase in one transaction will be the stack size of the clone that is advertised in the vending UI)
3 Years Ago
Include TargetEntity as a string, not a uint
3 Years Ago
Show genetic code when purchasing plant clones via a vending machine (in-person or via drone)
3 Years Ago
Reworked radio streaming LOD system to fix connected speakers playing distorted audio if player leaves range of root boom box Improved audio sync when playing radio through multiple connected speakers
3 Years Ago
Increased maximum length of replicated string variables to 1024 characters, will allow 4x as many server assigned radio stations
3 Years Ago
Increased size of radio station picker UI
3 Years Ago
Merge from main
3 Years Ago
Re-enable TargetEntity in Feedback reports
3 Years Ago
Unsaved
3 Years Ago
Fixed a broken radio station, added new stations
3 Years Ago
Merge from content_reporting
3 Years Ago
Disable TargetEntity field in feedback (for now)
3 Years Ago
Merge from main
3 Years Ago
Fix mountables with allowHeadLook set to true not applying head look if they used a custom animator controller
3 Years Ago
Merge from trainyard_update
3 Years Ago
Merge from ugc_virtualscroll
3 Years Ago
Fix error when viewing cassettes in UGC browser
3 Years Ago
Add colour codes for team id 3000 (blue) and team id 4000 (yellow)
3 Years Ago
Fixed incorrect team ID lookup for events when determing colour of player nametag
3 Years Ago
Merge from ugc_virtualscroll