249,455 Commits over 3,959 Days - 2.63cph!

4 Months Ago
Parent merge
4 Months Ago
Merge from world_update_2
4 Months Ago
Dive ability
4 Months Ago
Fix Duplicated Entries in Create GameObject Menu
4 Months Ago
Slide Anim
4 Months Ago
Tissue Box and book mesh and texture update - updated Tissue box mesh collision and 2D texture pass - fixed Book mesh issue and texture density
4 Months Ago
Clothing Updates
4 Months Ago
Add sbyte, short, ushort to IntegerControlWidget
4 Months Ago
Fix model physics positioning physics from render bones without the renderer world transform when scene model doesn't exist yet
4 Months Ago
Fixed collision issues in cliff_jutting_d
4 Months Ago
Set biome visuals for all huge, large and medium rocks so that they have biome matching colors Reenabled rock formations in arid Made small rock formations spawn in arid
4 Months Ago
BR zone lines display on water surface and terrain underneath
4 Months Ago
Only enable physics system in editor while using physics tool
4 Months Ago
hc revolver - fix for showing too many shells in the reload ( now hides 3p fx when in 1p)
4 Months Ago
Update: ItemManager is available on the client - Like server, ticks in the background and cleans up items - when creating/loading items can optionally specify whether it's client-side or server-side item (checked in exclusive modes) - Made EnablePooling a replicated var, it disables clientside effects We have a bunch of client-side item allocations that we don't correctly clean up - this will help deal with that. Tests: built all modes in editor
4 Months Ago
▇▊▋▄ ▅▋▄▇▇▆▇▋
4 Months Ago
Auto start simulation on grab https://files.facepunch.com/layla/1b1911b1/sbox-dev_8C4a7S0Nfm.mp4
4 Months Ago
New large coastal rock formations Converted coastal rock terrain filters to use radius and added decor checks Tweaked all coastal rock prefabs to prevent overlaps Tried to make coastal rocks spawn only next to cliffs Added arctic variants of jutting cliffs
4 Months Ago
vm hc revolver anim event update
4 Months Ago
Block tool switches to object mode after creation
4 Months Ago
Add space shortcut to toggle simulation Stop simulation on selection change
4 Months Ago
vm hc revolver - tweak to anim event to spawn shells
4 Months Ago
Use different img for sprite
4 Months Ago
- Radioactive water now inflicts damage on the person carrying it. - Fixed uncessesary send update rad checks
4 Months Ago
vm hc revolver - added toggle gameobject settings to animator (to hide & show shells in cylinder where needed) - added anim event to spawn shells into the world at end of reload (so they land on the floor)
4 Months Ago
Fixed GUID error when dropping an item with ItemModContainerRads
4 Months Ago
Add physics tool to manipulate physics in editor https://files.facepunch.com/layla/1b1911b1/sbox-dev_d719Yy9fe4.mp4
4 Months Ago
Bugfix: don't leak an item if creation request was invalid Tests: none, trivial change
4 Months Ago
▊▌▊▆▆ ▇▆▋▋ █▌_▉▅▇█_▆▍▋▅▊▋▍▋▊
4 Months Ago
bunch of bullshit
4 Months Ago
▉▆▆▌▇ ▊▇▋█ ▊▇▄▋
4 Months Ago
siege tower wip
4 Months Ago
Add more cover types
4 Months Ago
Editor support for scene.run nodes https://files.facepunch.com/ziks/2024-09-19/devenv_VvsrGGEi2v.png https://files.facepunch.com/ziks/2024-09-19/sbox-dev_JdyfR5LSEQ.mp4 Nicer display info for interfaces, default icon for event methods
4 Months Ago
Merge from fix_barricade_launch_mounds -> main
4 Months Ago
S2P launch site
4 Months Ago
Mark the mounds at launch site as "allow barricades" to fix barricade placement on top of them
4 Months Ago
Implement chip tag filtering https://files.facepunch.com/alexguthrie/1b1911b1/sbox-dev_0quPxgWO64.mp4 Reverse recent locations & limit to 10 to match Windows Explorer functionality
4 Months Ago
Merge from fix_barricade_new_cliffs -> main
4 Months Ago
Bugfix: don't create and access a dangling Item when Pooling is enabled - at the same time it also optimizes inventory processing by batching the update as a result of multiple equipment events. Tests: Tested by loadinga a save that borked the inventory by spawning NPCs - passed. Also validated that in multiplayer, wearables update when the player sleeps if they got changed by a different player.
4 Months Ago
Fix wood barricades disabling magnet snapping when sprint is held - this was only intended for high walls as you are often sprinting during combat - allows you to easily snap together wooden barricades
4 Months Ago
add optional material override for foliage displacement strength (replacing vertex color)
4 Months Ago
Healing dart (just a test idea)
4 Months Ago
Added Filter Settings to Add Component Popup. Can hide base components. Resolves Facepunch/sbox-issues#6428 https://files.facepunch.com/CarsonKompon/2024/September/19_11-10-TransparentAmethystinepython.mp4
4 Months Ago
Merge from Frontier_HighCaliberRevolver
4 Months Ago
parented the new 1p bullet drop to something other than the gun
4 Months Ago
styling
4 Months Ago
Basic pause menu
4 Months Ago
Prefabs marked as `ShowInMenu` will actually show in menu without having to be in `templates/gameobject/` subfolder. If a Prefab is marked `ShowInMenu` then you can give it `DontBreakAsTemplate` so it maintains the prefab reference when created via the GameObject Menu. Resolves Facepunch/sbox-issues#6035
4 Months Ago
Fixed dropped cartridges having a mind of their own after landing on the ground. Fixed blurriness on them too.