userJarryd Campicancel
reporust_rebootcancel

12,846 Commits over 2,192 Days - 0.24cph!

11 Months Ago
Merge from parent (many merge issues, will need some fixing)
11 Months Ago
▋▄▅▄▋▆▊ █▌▋▉▍▆▋▅▇ ▅▍ ▋▅▆ ▄▉█▅▆█▍▄ ▉▌▆█▉▆█ ▇▊▋▍▅ ▇█ █▇▊ ▊▇▆▊▊▊ ▍▆█▊ ▉ ▊▌█▌▋▇▇ ▍▆█▋█ ▋▄▉▅▋▄ ▌▊▅▄█▉▅▋ █▌▅▆ ▆▄▉▌▊▌▆ ▄█▄ ▅█▅▆▍▌ █▊ ▅█▆ ▅▉▄█▊▇ ▌▋▍ ▍█▌▄▆ ▊▍▌▇ ▋▍ ▊▊▌ █▊▍▆▊ ▆▆▋▋▊ ▄▄▉ ██▍█▇ ▇█ ▄▋▊▄▄▇▌▊
11 Months Ago
Merge from world_update_2
11 Months Ago
Merge from main
11 Months Ago
Merge from quit_changes
11 Months Ago
Pressing Quit in the menu in the editor will no longer force quit the editor The quit convar now requires no arguments to work successfully, "quit grass" will no longer work
11 Months Ago
▌▊▉▊▉ ▉▇▍▅ █▄▌▋_▇▇█▆▆▉_▍▅▇
11 Months Ago
▇▇▌█▄▋▍█ ▄▄▆ ▄▄▌ ▊▌▌▊ ▉▉▄▄▋▌▆▌▉ ▋▌▅▍█▍▌ ▋▍▌▄▇▉▊▋ ▌█▊ ▇▉▅▇▊▌▆ ▇▆'▇ ▆▉▄▆▆▅/▅▉▍▄▌▅▅ ▅▋▄▋▆▄ ▍▆▆▇▅▌▇ ██ ▆▆▋▄ ▊██▇ ▋▌▄ ▇▉▅▌▇▌ ▆▇▄▊▊▅▍▇▇▄▄ ▆▌▇▍ ▋▋▇▊▇▌█▊ ▊▇▆ ▍▅▊█ ▅▇▍▇▊▍█, ▋▊ ▅▌ ▋▇▇█ ▅▌█▅▊▋ ▌▆▄▍▋ ▊ ▇▆▇ ▆▋ ▊ ▍▍▋▆▉ ▊▍▆▍ ▊▉▉▅▅▆▆▆ ▇█▄ ▍▊▇▅▍▇▍
11 Months Ago
Fixed burlap sacks being visible on all dropped items in the editor (regression casued by 103243)
11 Months Ago
BurstClothConstraint is now part of clientsideOnlyTypes, fixed them getting included on the server Removed the underwater effect root on the server of dropped items, it's unused on the server
11 Months Ago
Merge from hackweek_accessibility_colourblind
11 Months Ago
Added option to change colour of deployed laser detector (green, blue and yellow options) Lasers attached to weapons are unaffected
11 Months Ago
Merge from elevator_parenting (includes tunnel network layer visibility system)
11 Months Ago
Network++ Save++
11 Months Ago
11 Months Ago
Rolled the right hand aim pass into the aim pose component, improves performance and solves a bunch of order of execution issues. Right hand aim now happens after the aim pose solver and before the left hand IK pass
11 Months Ago
Remove a runtime allocation (will still trigger in the editor for some tooling purposes) Refactor the SingleBoneAimComponent in preparation for rolling it into AimPose component
11 Months Ago
Added ViewmodelAttachmentOverride component, can be added to the root of a viewmodel to override which transform is used when spawning a viewmodel Mostly for more precise scope placement
11 Months Ago
Set up GameobejctToggleState components on reload
11 Months Ago
Remove wallpaper_radius command Remove setwallpaper and removewallpaper commands in the ent command Added add_wallpaper_radius, will add wallpaper to any walls in the radius if they don't have a wallpaper, uses the provided skin id (name or id) Added change_wallpaper_radius, will modify any wallappers in the radius to the provided wallpaper Both of the above convars can now take -1 as a skin id and a random wallpaper will be used Added clear_wallpaper_radius, will remove any wallpapers in the given radius
11 Months Ago
Merge from wallpaper
11 Months Ago
wallpaper_radius now supports a name parameter, it checks that the name of the inventory asset in unity contains the provided string eg. "wallpaper_radius retroa 100" and "wallpaper_radius 10249 100" will both set all wallpapers in 100m to that skin Be mindful when using the name option that it will return the first match, so passing "retro" as a name will return the RetroA skin
11 Months Ago
Added wallpaper_radius command, works the same as upgrade_radius
11 Months Ago
Created a new water wells test scene, added to the dev scene loader
11 Months Ago
Merge from hackweek_accessibility_colourblind
11 Months Ago
Merge from main
11 Months Ago
Added holo sight colour to the colour blind settings, comes in green and blue options Fixed some errors if a colour setting was set to an out bounds index via the console
11 Months Ago
Shop UI now closes if vendor dies while player is shopping Setup placeholder clothing loadout
11 Months Ago
Add NPC/vending spawners to water well C and E
11 Months Ago
Lowered chance of teas in food cache loot table
11 Months Ago
11 Months Ago
Protobuf restructuring, save next refresh time Expose server.waterWellNpcSalesRefreshFrequency, default one hour (WIP)
11 Months Ago
Removed a bunch of code in InvisibleVendingMachine that was marked to be removed
11 Months Ago
Protobuf
11 Months Ago
Merge from net_vis
11 Months Ago
Merge from main
11 Months Ago
Merge from npc_dynamic_pricing_updates
11 Months Ago
Changed the default npc vending machine price update frequency to every 3 hours (was 5) Added new PriceUpdateFrequencyBiWeekly and PriceUpdateFrequencyWeekly convars, defaults to 2hrs and 1hr respectively Vending machines will use these if the server is running a bi weekly or weekly wipe schedule, requires the correct tag assigned in server.tags (specifically "biweekly" or "weekly") Added npcvendingmachine.ResetFrequencyTags, this needs to be called to adjust pricing if the servers tags are changed at runtime, mostly for testing
11 Months Ago
Added a new physics material - cactus Uses same settings as grass, currently has no decals Fixes some cactus variants using dirt decals and ensures we have the same hit sfx across all variants Also switched the needle renderers on several variants over to MeshCull for a very, very minor memory improvement (on the right branch this time)
11 Months Ago
Added a new physics material - cactus Uses same settings as grass, currently has no decals Fixes some cactus variants using dirt decals and ensures we have the same hit sfx across all variants Also switched the needle renderers on several variants over to MeshCull for a very, very minor memory improvement
11 Months Ago
Merge from hackweek_accessibility_colourblind
11 Months Ago
Disable the clan name tag option, it's unused (just need to enable the gameobject when we're ready)
11 Months Ago
Merge from hackweek_accessibility_colourblind
11 Months Ago
Make AccessibilityComponent abstract
11 Months Ago
Don't recreate the decal material if not needed
11 Months Ago
Merge from main
11 Months Ago
New vendor refreshes item selection (every 60s right now for testing) Happens regardless of whether the vendor is alive or not
11 Months Ago
Don't show map marker for water well NPC
11 Months Ago
First pass on a shopkeeper NPC in the water well (only on D variant right now) Can be killed by players, will not drop any loot Will respawn after 30-60 minutes Shop is inaccessible while the shopkeeper is dead (so please be nice) Some minor shopkeeper cleanup, converted a generic flag into a named const flag for better tracking and invisible vending machines no longer need to do a Vis.Entities every time they sell something or look at the player
11 Months Ago
Added 1 - 2 food cache spawners to water wells b,c,d,e