242,341 Commits over 3,867 Days - 2.61cph!

30 Days Ago
Prioritize FbxNode name over FbxMesh name for modeldoc mesh names - If you needed it to be the other way, blame the guy that wants it this way
30 Days Ago
Get rid of log Node plug labels match header text colour https://files.facepunch.com/ziks/2024-09-26/sbox-dev_EFyQuHEEXj.png
30 Days Ago
Don't need to bother getting parameterless function if we're not going to use it
30 Days Ago
Add basic selectable tree model, fix hover outline showing on already selected item Mark procedurally added outline comp as NotSaved, NotNetworked Some test maps plus repro case for weird nav
30 Days Ago
Tweak graph editor grid size https://files.facepunch.com/ziks/2024-09-26/sbox-dev_OTHe5wmoKA.mp4
30 Days Ago
Allow [Change] attribute to have parameterless callback, parameter version takes priority
30 Days Ago
Let's not have 2 KeyBind razor components, use same styling as settings for BindModal, fixes not being able to bind properly Fixes Facepunch/sbox-issues#6421
30 Days Ago
Fixed arctic variant of cliff_jutting_d
30 Days Ago
Merge IEnterStateEvent/ILeaveStateEvent into IGameStateEvent
30 Days Ago
Add todo comment
30 Days Ago
Dead Citizen 02
30 Days Ago
Add some placeholder assets for testing. Add CursorController + some cursor types.
30 Days Ago
- Added backpack contents to player inventory rad damage - Swapped backpack to use ItemModContainerRads to ensure its radioactivity levels are performantly calculated
30 Days Ago
Only show collider Trigger actions if enabled Add ActionsComponent to replace Component.OnComponentUpdate etc Hide Component Actions in inspector (right click header to get them back), show Actions with other properties
30 Days Ago
map_updates
30 Days Ago
merge from wallpaper
30 Days Ago
Restored playground scene
30 Days Ago
Update gizmos
30 Days Ago
Add ISceneEditorSession.AddUndo
30 Days Ago
map updates
30 Days Ago
military_tunnel - gaps left around terrain holes
30 Days Ago
merge: from soundmodulator_leak Tests: Spawned and killed scientists in batches of 10. Previously I would get an NRE on 2nd batch, now doesn't happen after 6.
30 Days Ago
Adjusted the hardside wallpaper outside checks
30 Days Ago
Component.Serialize ignores ComponentFlags.NotSaved when cloning Undo system serializes game objects with cloning enabled
30 Days Ago
Bugfix: Don't update disabled sound players I haven't seen it happen, but it is possible that someone could add a SoundPlayer to the Manager's queue, retire it, and next frame Manager would try to update it triggering an NRE. Tests: spawned 10 scientists and killed them - no nres, audio was good
30 Days Ago
Bugfix: recycle sounds used by SoundPlayer when owner is returned to pool Tests: Killed 60 scientistnpc_patrol in batches of 10 - NRE didn't reproduce.
30 Days Ago
Use PackageManager to LoadAllGameResource from active packages instead of explicitly calling it everytime we need to after Package.MountAsync() Fixes Facepunch/sbox-issues#6206
30 Days Ago
world_update_2 -> radioactive_water
30 Days Ago
Include root namespace when creating new razor component
30 Days Ago
30 Days Ago
TerrainSplatRemove skips mountain topology to avoid messing with canyon splats
30 Days Ago
30 Days Ago
exported updated blunderbus 3p reload anim to match the viewmodel
30 Days Ago
Adjust bounds for circle charm
30 Days Ago
Charms testbed, swing script Added charms assets Update charms.scene
30 Days Ago
30 Days Ago
arctic research base
30 Days Ago
Better location for this
30 Days Ago
Fix error in OnChangePropertySet if the new value is null
30 Days Ago
Change most Menus to use ContextMenu so they get deleted when closed, instead of hanging around invisibly forever
30 Days Ago
Don't save game sessions when editing action graphs EditorScene.OpenScene: don't use game sessions Update Facepunch.ActionGraphs
30 Days Ago
Cleanup. Add test aoe_damage ability. Network selected ability (for when targeting) Separate overloads for different activation types For PlayerState selection process, check with Hero if we wanna override it. Implement selection of location or target for selected ability - find closest point on nav mesh when selecting a location for AoE stuff
30 Days Ago
▅█▊▋▆ ▄▊▉▅ ▋▆▉▇
30 Days Ago
edited blunderbus reload animation. the hammers now get cocked back.
30 Days Ago
Fix Menu.AboutToShow not getting called unless opening as a modal
30 Days Ago
Tweak node/actiongraph design
30 Days Ago
Beginnings of friends list UI
30 Days Ago
merge from main
30 Days Ago
Add link triggered test Add failing test involving dispatching link triggered with a ref struct Fix a couple of issues with ref struct types