248,566 Commits over 3,928 Days - 2.64cph!

3 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.
3 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
3 Months Ago
add optional material override for foliage displacement strength (replacing vertex color)
3 Months Ago
Healing dart (just a test idea)
3 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
3 Months Ago
Merge from Frontier_HighCaliberRevolver
3 Months Ago
parented the new 1p bullet drop to something other than the gun
3 Months Ago
styling
3 Months Ago
Basic pause menu
3 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
3 Months Ago
Fixed dropped cartridges having a mind of their own after landing on the ground. Fixed blurriness on them too.
3 Months Ago
Recent locations button Tweak styling, move current project to top of asset locations list https://files.facepunch.com/alexguthrie/1b1911b1/sbox-dev_cY35ptbOcb.png
3 Months Ago
Show particle count like this so it doesn't show up as a prefab variable
3 Months Ago
Improved wooden barricades blocking other wooden barricades - split into different sized deploy volume for wooden barricades specifically - made the volume shorter and thinner - allows the magnet effect on the edges to draw together wooden barricades on a slope without them blocking eachother as much
3 Months Ago
Fix wooden barricades being difficult to place on the new cliffs - split deploy volumes: one for world layer and another for construction + vehicle + players - moved and shrunk world deploy volume so it doesn't intersect with cliffs as much
3 Months Ago
merge from watervisibilitygrid_fixes
3 Months Ago
Merge from ai_wolf_iteration
3 Months Ago
Mege from main
3 Months Ago
Catch possible NRE This isn't needed anymore Add .source2/ to gitignore template If package is on disk just use asset directly when dragging into scene
3 Months Ago
merge from maim
3 Months Ago
world_update_2 -> radioactive_water
3 Months Ago
merge from fix_raknet_end_sample -> main
3 Months Ago
WaterVisibilityGrid fixes - made it non-static, easier to manage lifetime this way and it should've been owned by the WaterCollision system anyway - adjusted grid to handle ref-counting, this isn't strictly necessary but is the only way to sanely verify if the system has broken (memory footprint is ~1MB) - slightly inflated static trigger bounds by an absolute value to manage small noise changes in position that can push it over a boundary - added a virtual function to EnvironmentVolumeTrigger that lats derived classes run code with a guaranteed trigger collider (some visibility volumes were being missed in OnEnabled from this)
3 Months Ago
gizmo img
3 Months Ago
Fix missing EndSample() in Raknet.OnMessage
3 Months Ago
3rd person reloads with ammo type variants.
3 Months Ago
Added Dynamic FOV to the Camera, changing when player is running
3 Months Ago
Center on character when fully zoomed
3 Months Ago
Camera Zoom
3 Months Ago
Player has a Rigidbody so they can be pushed around now. Moving Platforms are awesome now :D
3 Months Ago
Add tags for platforms
3 Months Ago
Basic Moving Platform Support Better Moving Platform Support, allow for rotating platforms
3 Months Ago
disable serversideragdolls by default due to server stall/freeze
3 Months Ago
Update: adding a server "itemmanager.enablepooling" convar to control item pooling - starts off by default Item pooling is too unstable to not have a dynamic switch - already got bit 2 times by it. Who knows what other horrors are hiding out there. Tests: enabled after loading craggy, gave an ak - saw an uptick in pool.print_memory telemetry. disabled, despawned ak - no changes in telemetry.
3 Months Ago
Merge from main
3 Months Ago
Show active dart modifier effects. Separate tea/dart effect displays.
3 Months Ago
Rotating Platforms
3 Months Ago
WIP scene.run node
3 Months Ago
merge from world_update_2
3 Months Ago
merge from main
3 Months Ago
Merge: from main/item_pooling This fixers the NRE on server tick (and blocker for joining). Tests: loaded a save that consistently produced NREs - not anymore
3 Months Ago
Bugfix: disabling Item pooling This causes issues on the server which prevents playing. Tests: loaded a save that consistently produced exceptions - not anymore.
3 Months Ago
Expose MethodBinder Apply code style Add .git-blame-ignore-revs
3 Months Ago
3 Months Ago
Electric particle Adjust tone mapping Updated map
3 Months Ago
Add GetBoneTransforms and GetBoneVelocities to SkinnedModelRenderer Doesn't make a difference, but run ApplyStoredParameters here Add ModelPhysics.CopyBonesFrom( SkinnedModelRenderer ) Add Component.Invoke( seconds, action ) Add Renderer.CopyFrom( Renderer ) GameObject.Network.OwnerConnection becomes GameObject.Network.Owner
3 Months Ago
Add particle editor tool to debug playback in editor https://files.facepunch.com/layla/1b1911b1/sbox-dev_gymPdlXVD6.mp4
3 Months Ago
merge from world_update_2
3 Months Ago
Merge: from main Tests: none
3 Months Ago
increase wood yeild from driftwood - someone may harvest them now