userJarryd Campicancel

12,135 Commits over 2,557 Days - 0.20cph!

10 Days Ago
First pass of updated Rent store dialog
10 Days Ago
Change priority of close store option
11 Days Ago
Fixed VMO errors on server restart
11 Days Ago
Added a close shop option to the rentable shop, immediately closes the shop and transfers all inventory to the player immediately
11 Days Ago
Can now access admin panel from anywhere when looking at a rentable shop if the shop is open (still need to look at the contract sign to open a store)
11 Days Ago
InitialScrapFee 260 -> 100 Required hours of rent upfront 24 -> 12 Default cost to open a store is now 220 (was 500) Fixed some inconsistencies on the open store dialog for hours of rent required
15 Days Ago
Fixed incorrect MeshLOD setup on apartment.stove.prefab S2P apartment complex for good measure
15 Days Ago
Merge from main
15 Days Ago
Merge from PlayerRigUpdate2
15 Days Ago
Remove sprint controller from L96, transition doesn't look great
15 Days Ago
Merge from main
15 Days Ago
Merge from inventoryidle_animfix
16 Days Ago
Prototype cyilnder water volume
16 Days Ago
Merge from softcore_updates_jul_26
16 Days Ago
Codegen
16 Days Ago
Fix redirects of default items being included in softcore reclaim (eg. abyss torch)
16 Days Ago
Default gather rate to 2x
16 Days Ago
Convert convar to gamemodesoftcore.gather_rate, now only applies in softcore
16 Days Ago
Added new GatherRate server convar Multiplies total resources received from ResourceDispensers and CollectibleEntities Should cover trees, nodes, collectable plants (not farmed), and harvestable corpses
16 Days Ago
Add inventory popups for items collected from reclaim functionality of rentable shop
16 Days Ago
Merge from aniso_filtering_texture_fix
16 Days Ago
Merge from Fix_odd_deployguides
16 Days Ago
Merge from clan_bugfixes
16 Days Ago
Fixed rentable shop signs not loading on non owner clients
16 Days Ago
Don't fail the test if the prefab has a Wearable tag but has no actual wearable (SkinViewer2.prefab for some reason?) Don't fail the test if disable rig stripping is set to true (fixes some pooling errors with burst cloth) Added all of the missing pooling components, found 95
16 Days Ago
Better fix
16 Days Ago
Fixed break in menu item throwing server side entityref lookup error
16 Days Ago
New Wearable pooling test, ensures every wearable has a poolable component
16 Days Ago
Fix crash when firing weapons - sorry!
17 Days Ago
Merge from PlayerRIgUpdate2
17 Days Ago
More performance improvements to the player censor, only takes 0.02ms now., removed a GetComponentsInChildren
17 Days Ago
Implement lockpick mechanic on rentable vending machines Lockpick can be used on a rented vending machine not owned by the using player, allows access to the vending machine inventory for ApartmentCommands.intruderauthseconds convar (300s by default)
17 Days Ago
Move shop costs (InitialScrapFee, ProtectionFromTakeoverHours, ScrapPerHourRent) are now replicated, unchanged values
17 Days Ago
Swap EntityRefs to Syncvars, remove synced NetworkableIds
17 Days Ago
Merge from containerioentity_sorting
17 Days Ago
Merge from main
17 Days Ago
Fixed non local players missing some animations for melee weapons Held Entities with animation sub systems will now receive any signals from the holding player (attack, throw, etc)
17 Days Ago
Merge from PlayerRigUpdate2
17 Days Ago
Fixed animation warnings on torch
18 Days Ago
Merge from shield_disconnect_fix
18 Days Ago
Add IGameUIDisconnectCallback, will get picked up and called on any implementing UI when a player disconnects Replaced the singleton access in disconnect of the map screen and death screen Fixed shield leaving power bar on screen when player disconnects
18 Days Ago
Typo fix
18 Days Ago
Shave off a 40b allocation every time we calculate if the player model needs to show censorship cubes
18 Days Ago
Added framework for blocking some items in rentable store inventory
18 Days Ago
Merge from demo_cfg_frame_0
18 Days Ago
Adjust timing so this runs after replicated vars are applied
18 Days Ago
Merge from PlayerRigUpdate2
18 Days Ago
Don't run the sprint sub system on npc's
18 Days Ago
Merge from PlayerRigUpdate2 (new upper body controller for vanilla hatchet)
18 Days Ago
Merge from melee_subsystem_weapons