userJarryd Campicancel

12,334 Commits over 2,223 Days - 0.23cph!

3 Years Ago
Prevent incorrect decay calculation if global.SprayDuration is set to 0
3 Years Ago
FIx avatar switcher cancelling the current animation
3 Years Ago
Added AvatarSwitcher state machine component that switches the avatar of an animator when the state machine enters that state
3 Years Ago
SetHorseBreed now only requires admin (was developer only)
3 Years Ago
Add global.consolescale to change the font size in the console window
3 Years Ago
Don't allow sell order listings of genetic clones for multiple items, clones must be listed for a price per unit example: listing 6 clones for a price of 6 wood = not allowed listing 1 clone for 1 wood = allowed, and player can still purchase all 6 clones in one transaction
3 Years Ago
Merge from main
3 Years Ago
Add global.ClearSpraysAtPositionInRadius to remove sprays via Rcon
3 Years Ago
Merge from main
3 Years Ago
Add global.useSingleItemPickupNotice (defaults to true), uses a single item pickup notice and upates it with the amount collected if multiple resources are picked up quickly (should improve performance when using rapid collection tools like the jackhammer)
3 Years Ago
Increase max ESP player info budget time to 5ms
3 Years Ago
Made a new Radio tester editor window (Window>Tools>Radio Tester) that can check all included radio station URL's with a single command
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
Re-enable TargetEntity in Feedback reports
3 Years Ago
Unsaved