256,248 Commits over 4,018 Days - 2.66cph!

32 Days Ago
More debugBoatIssue info
32 Days Ago
Admin contest winner list
32 Days Ago
Impact prefabs.
32 Days Ago
Merge from primitive
32 Days Ago
Fixed being able to research items that aren't craftable in the current era
32 Days Ago
Possible fix for non era items appearing in vending machine map markers
32 Days Ago
SyncFlags.Interpolate, support for float, Vector3, Angles, Rotation, Transform (with internal interface right now) Only find this attribute if we need it Remove these debug logs
32 Days Ago
Merge from primitive
32 Days Ago
S2P both harbors, fixes missing train tunnel rubble in primitive
32 Days Ago
Merge from main
33 Days Ago
Add angle based dither fade for stationary multi-card billboards
33 Days Ago
Fix vending machine orders not giving the correct item when some of the items in the sell order list have been excluded by era
33 Days Ago
Ballista bolt tweaks Catapult boulders vibration level (seismic sensor) Fixed ballista reload command not reloading pitchfork bolt
33 Days Ago
Mini Crossbow: - Fixed broken vm arrowhead rendering - Fixed broken 3p arrowhead rendering - Ensured idle 3p state enforces barrel rotation
33 Days Ago
Fixed incorrect mission rewards being displayed and rewarded during primitive missions Mission zoo scene now works with underwater dive missions
33 Days Ago
Server side block handling
33 Days Ago
Better client side block handling
33 Days Ago
Merge from primitive
33 Days Ago
Merge from primitive
33 Days Ago
Reconstruct Normals::Sample from depth if underlying texel doesn't use DepthNormal mode https://files.facepunch.com/sampavlovic/1b2711b1/DdYOdR9WrI.png
33 Days Ago
Add DepthNormal() mode to lit shaders, this seem the most straightforward way to do this, shaders with just Depth() usually have a shared shader with no-color no-material output, legacy shaders rebuild normals from depth, not rendered in depthnormals mode https://files.facepunch.com/sampavlovic/1b2711b1/hSVL6jr1Rx.png Remove old no-normals depth prepass, keeps things simple, effects that we use will need to rely on depthnormals, doesn't add too much cost Fix typo on gtao
33 Days Ago
Bind ClearFlags, this should probably be implicit [Pick] Add Mode fallback, used for both using Depth() as a fallback if shader doesn't have DepthNormal() and to move VrForward() to just Forward() Just use DepthNormalPrepassLayer, use depthnormal mode again [Pick] VrForward > Forward, reverse fallback so that old shaders with VrForward use that still
33 Days Ago
More siege weapons deploy tweaks
33 Days Ago
Added "Stack" button to F1 item icons to award a max stack of the item.
33 Days Ago
Try to make the publisher step page a bit nicer (https://files.facepunch.com/tony/1b2711b1/sbox-dev_tO2pzRvJhu.png)
33 Days Ago
Hopefully fixed the last of the graph nesting issues. Should support all cases of subgraphs within subgraphs https://files.facepunch.com/CarsonKompon/2025/January/27_18-37-PessimisticTuatara.mp4 Remove all the debug logs
33 Days Ago
Fix BoatVendor incorrect condition setting causing duo sub to be unpurchaseable.
33 Days Ago
Clone: Ignore initialization of objects that where implicitly created during cloning
33 Days Ago
Make Open in Workshop button actually clickable
33 Days Ago
Added bespoke publish step for workshop eligible assets, much better flow, reverted my changes to AssetPublishWidget
33 Days Ago
"Switch" menu title now inclues the current setting without having to open the menu to see, eg "Switch (CS)", "Switch (C)", "Switch (S)"
33 Days Ago
Tweaked siege weapon deploy volumes Added wheels to the siege tower constructable, fixed gibs pivot
33 Days Ago
Scene Delete: fix selection change causing wrong items to be deleted Fixes sbox-issues/issues/7457
33 Days Ago
Tweaked catapult ammo storage server collider Reduced catapult fire recoil Reduced siege tower and catapult wheels suspension damping
33 Days Ago
Use IsValid() instead of null check
33 Days Ago
Fix NRE when trying to undo snapshot parent for scenes/prefabs
33 Days Ago
Constant nodes now have a "Preview" input in Subgraphs that is used to preview a default value for that input https://files.facepunch.com/CarsonKompon/2025/January/27_16-57-SociableMilkweedbug.mp4
33 Days Ago
Fix NRE when last gameobject in hierachy is dragged Fixes sbox-issues/issues/7456
33 Days Ago
merge from primitive
33 Days Ago
Catapult compile fix
33 Days Ago
Manifest (~25 prefabs)
33 Days Ago
▅▊▉▊▉ ▇█▇▉ ▆▌▉_▋▍▆▆▉_▄▅▊
33 Days Ago
▊▇▌█▄ ▉▍▌▇▍▄▋ ▅█▉▊ ▅█▅ ▇▇▇▄█▄▉ ▉▄▄▋▄▆ ▉▄ ▅█▊▊▌▉▄▌▇ ▌█ ▋▊█▅▉▆▅ ▇▇▅▆ ▆▇▇▉▍ ▌▌▉.
33 Days Ago
merge from primitive/catapult_scattershot
33 Days Ago
Fixed death screen not showing killed by scattershot
33 Days Ago
Damage and radius tweaks
33 Days Ago
honey jar world model lods and materials - intial prefab setup
33 Days Ago
Updated item name and description
33 Days Ago
Proper catapult scattershot implementation Tweaked projectiles randomized speed, gravity, spread, scale and rotation values
33 Days Ago
Compile when initially loading a ShaderGraph file so you don't have to save to see the preview Trying to open a ShaderGraph file that's already open will bring the window to the front instead of throwing a warning Updating a DefaultValue on a Subgraph node will instantly reflect the changes