userJarryd Campicancel
reporust_rebootcancel

12,023 Commits over 2,527 Days - 0.20cph!

11 Minutes Ago
Prototype cyilnder water volume
1 Hour Ago
Merge from softcore_updates_jul_26
1 Hour Ago
Codegen
1 Hour Ago
Fix redirects of default items being included in softcore reclaim (eg. abyss torch)
1 Hour Ago
Default gather rate to 2x
1 Hour Ago
Convert convar to gamemodesoftcore.gather_rate, now only applies in softcore
4 Hours 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
4 Hours Ago
Add inventory popups for items collected from reclaim functionality of rentable shop
5 Hours Ago
Merge from aniso_filtering_texture_fix
5 Hours Ago
Merge from Fix_odd_deployguides
5 Hours Ago
Merge from clan_bugfixes
5 Hours Ago
Fixed rentable shop signs not loading on non owner clients
6 Hours 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
Today
Better fix
Today
Fixed break in menu item throwing server side entityref lookup error
Today
New Wearable pooling test, ensures every wearable has a poolable component
Today
Fix crash when firing weapons - sorry!
Today
Merge from PlayerRIgUpdate2
Today
More performance improvements to the player censor, only takes 0.02ms now., removed a GetComponentsInChildren
Yesterday
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)
Yesterday
Move shop costs (InitialScrapFee, ProtectionFromTakeoverHours, ScrapPerHourRent) are now replicated, unchanged values
Yesterday
Swap EntityRefs to Syncvars, remove synced NetworkableIds
Yesterday
Merge from containerioentity_sorting
Yesterday
Merge from main
Yesterday
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)
Yesterday
Merge from PlayerRigUpdate2
Yesterday
Fixed animation warnings on torch
Yesterday
Merge from shield_disconnect_fix
Yesterday
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
Yesterday
Typo fix
Yesterday
Shave off a 40b allocation every time we calculate if the player model needs to show censorship cubes
2 Days Ago
Added framework for blocking some items in rentable store inventory
2 Days Ago
Merge from demo_cfg_frame_0
2 Days Ago
Adjust timing so this runs after replicated vars are applied
2 Days Ago
Merge from PlayerRigUpdate2
2 Days Ago
Don't run the sprint sub system on npc's
2 Days Ago
Merge from PlayerRigUpdate2 (new upper body controller for vanilla hatchet)
2 Days Ago
Merge from melee_subsystem_weapons
2 Days Ago
Some more mild sub system editor speed ups
2 Days Ago
Bring in both arms on the attack state
2 Days Ago
Fixed SetParameterLerpAnimatorBehaviour not working
2 Days Ago
Switched the attack hit animation support to use a blend tree Allow instant transition to aim state even during attack anim (emulate viewmodel behaviour)
2 Days Ago
SetParameterLerpAnimatorBehaviour now interfaces directly with the playable
2 Days Ago
Merge from parent
2 Days Ago
Removed on phone animator state and parameter (now handled by subsystems)
2 Days Ago
Merge from main
2 Days Ago
Merge from phone_handle_fix
2 Days Ago
Fixed phonebooth handset position as well
3 Days Ago
Cache the button attribute lookup on AnimationSubSystems editor, improves some GC while inspecting sub systems at runtime (but performance is still terrible for some reason) Fixed telephone using wrong player animation Fix phone handle alignment with r_prop Converted deployable telephone to MeshLOD, removed an array of transforms from the component and 15kb from the prefab
3 Days Ago
Merge from demo_cfg_frame_0