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

32 Days Ago
Restore `ScreenText` functionality. FastDDraw has reached feature parity with DDraw. 🎉
32 Days Ago
Revert 'rock formation huge e' materials back to what they should be
32 Days Ago
Add comment to reference rewiring
32 Days Ago
Fix head pop, but had to disable the head look, need to find a way to order proc anim on spine and neck properly
32 Days Ago
Incendiary bolt, doesnt spawn its world model on impact for now
32 Days Ago
primitive -> Aux2
32 Days Ago
Handle cloned references to the prefab root when root is referenced from list or other nested properties. Fixes: sbox-deathmatch/issues/100
32 Days Ago
Fixed siege tower projectile and projectile scale issues (wrong hashes being generated due to duplicate names even though they had different parents) Wrote scripts for: - Resetting box collider transform but retaining position in centre & bounds of the collider itself - Resetting box collider scale but retaining position in centre & bounds of the collider itself - Resetting box collider rotation but retaining position in centre & bounds of the collider itself
32 Days Ago
detatch tow when horse swims
32 Days Ago
Remove duplicate Forward() and remove DepthNormal fallback Put mode fallbacks on materialsystem init instead of gameinfo
32 Days Ago
Added walking bee model, textures and materials
32 Days Ago
natural beehive world model LODs materials and textures
32 Days Ago
Replaced old camera-based environment volume indirect lighting code with new spatial version
32 Days Ago
Cleanup mp5 grenade Make scorch work everywhere
32 Days Ago
Add proc anim to croc tail
32 Days Ago
network++
32 Days Ago
merge from primitive/gameplay
32 Days Ago
Redo track previews to be block based https://files.facepunch.com/ziks/2025-01-28/sbox-dev_rUDi5nRQQY.png Update example movie
32 Days Ago
Add Mode fallback, used for both using Depth() as a fallback if shader doesn't have DepthNormal() and to move VrForward() to just Forward() VrForward > Forward, reverse fallback so that old shaders with VrForward use that still
32 Days Ago
TextureParameterNodes throw errors for name conflicts Nested ITextureParameterNodes are resolves properly. Textures are now saves with DefaultValues in SubgraphNode.
32 Days Ago
Re-added debug capsule rendering 💊
32 Days Ago
Add DebugOverlay.Model Add DebugOverlay.GameObject
32 Days Ago
Initial single plant pot setup
32 Days Ago
Remove walker log Fix missing hud component Add SSAO Tripmine placement ghost Switch to use texture icons
32 Days Ago
Tech tree updates
32 Days Ago
Era restrict nail gun, pistrol ammo, revolver and waterpipe shot gun - Removed from primative gamemode
32 Days Ago
merge from main
32 Days Ago
Conform crocodile x-axis (roll) rotation to slopes, as even though it looks odd with tall animals it looks natural for them
32 Days Ago
Throw if attempting to clone invalid gameobject
32 Days Ago
Ballista projectile refactor, we now use the Projectile class (wip) Pitchfork tweaks
32 Days Ago
ParameterNodes in a Subgraph without a name will be treated as constants and will not be exposed as inputs
32 Days Ago
Add Update method
32 Days Ago
Interpolate value on query instead of every frame based on last update time
32 Days Ago
Hierarchy: Exiting search expands to new selection, resolves Facepunch/sbox-issues#7453 TreeView.RecursiveLayout compares TargetObject correctly, fixes TreeView.ScrollTo
32 Days Ago
renamed unclear player ragdoll param force->velocityOverride
32 Days Ago
Setup spine movement
32 Days Ago
* Fix text rendering by converting LineStrip topology to Lines * Allow world-positioned but screen-aligned text like DDraw.Text * Implement distance fade effect
32 Days Ago
Make sure all components captured by UndoScope are valid
32 Days Ago
Pass info back through CreateGameModal, can select map and maxplayers
32 Days Ago
fixed BillBTestMap - got rid of old mockup towables - painted ocean topology on bring the water back
32 Days Ago
Don't process implicitly created components in PostClone sbox-issues/issues/7459
32 Days Ago
Made the deferred decals work with the new environment volume system
32 Days Ago
Cherry picking 111833
32 Days Ago
Merge main into spatially_aware_env_volumes
32 Days Ago
▊▇▅▄▊▍▅ ▄▋▌ ▌▉▇▆▍▄ ▌█▊▍▉▍ ▊▉▄▊▊ ▄█▌▍ █▉▇ ▆▇▌▇▊▋ ▊▇▄▆ ▍▌▍▌▅▊▌▉▆.
32 Days Ago
Fixed bottom siege tower drawbridge not having sound
32 Days Ago
Capture shadow mode setting
32 Days Ago
Add SteamUgc Asset ProjectConfig can hold a WorkshopId, start working on adding this to the publish widget Add utils to upload a clothing item to the workshop, create a transient directory to store item contents, delete once we're done with it, use item icon Fixed SetItemContent not working properly, store WorkshopId in Metadata on upload Open our workshop item in browser upon a successful upload Added bespoke publish step for workshop eligible assets, much better flow, reverted my changes to AssetPublishWidget Make Open in Workshop button actually clickable Try to make the publisher step page a bit nicer (https://files.facepunch.com/tony/1b2711b1/sbox-dev_tO2pzRvJhu.png) Rename and move ClothingUtils file
32 Days Ago
Minicrossbow ClientInit NRE fix
32 Days Ago
Cherry picking 111833