userLayladcancel
reposboxcancel

4,495 Commits over 1,614 Days - 0.12cph!

2 Months Ago
Fix NRE in asset picker
2 Months Ago
Drop a breadcrum when playing audioplayer to get a clue on what's being played if there's a crash trying to open it
2 Months Ago
Fix custom cursor page
2 Months Ago
Use ResourceControlWidget for Animgraph Delete ResourceProperty
2 Months Ago
Fix sort mode on publish page Delete EnumProperty
2 Months Ago
Fix possible NRE in PathWidget
2 Months Ago
Don't use bind system for these control widgets, feels like the old way of doing things
2 Months Ago
Add TagsControlWidget
2 Months Ago
There's a typo here in ModelRenderer.LocalBounds
2 Months Ago
Get safer sceneobject bounds, return zero size bounds for infinite sceneobject bounds - getting infinite bounds is not desired
2 Months Ago
Make this readonly list so it can't be fucked with
2 Months Ago
Allow AssetType to get all file extensions, primary and additional Remove hacky fix for image extension tags, do it properly
2 Months Ago
Fix console collapsing different stack traces
2 Months Ago
Remove the need for BoolProperty
2 Months Ago
Remove the need for IntProperty
2 Months Ago
Remove all property editors not directly used in code still
2 Months Ago
Move particle control widgets to Widgets/ControlWidgets, make ParticleFloatConfigPopup inaccessible, only the control widget use it Delete AudioDistanceFloatProperty, just have AudioDistanceFloatControlWidget
2 Months Ago
FolderProperty -> FolderEdit, Move FolderControlWidget to tools addon Delete PropertyEditorWidget
2 Months Ago
Fix mass center override gizmo not updating when not dynamic (editor forces rigidbody to static)
2 Months Ago
Prefab file loads cached scene on post load if needed - Fixes prefabs referenced in resources not loading the prefab scene
2 Months Ago
Drop model as static prop based on model archetype
2 Months Ago
Add Scene.Trace.Rotated to allow for tracing rotated boxes or capsules (this already worked with FromTo( Transform, Vector ) but it's not obvious enough because no one knew it was there
2 Months Ago
Add simulation space option for particle force https://files.facepunch.com/layla/1b1511b1/sbox-dev_wMFfk99UTS.mp4
2 Months Ago
Remove remaining usage of Transform.World/Local
2 Months Ago
Use WorldTransform instead of Transform.World in engine code
2 Months Ago
Order block tools, select current tool in combo box
2 Months Ago
Fix exception in TreeNode.SetChildren
2 Months Ago
Delete property sheet cya
2 Months Ago
Block tool uses control sheet Path tool uses control sheet
2 Months Ago
InputActionPanel uses input action proxy for now because we can't move the fucker
2 Months Ago
Project page uses control sheet
2 Months Ago
Delete RuntimeAddonPage, not used anymore?
2 Months Ago
Publish finalize page uses control sheet
2 Months Ago
Add FolderControlWidget Standalone review page uses control sheet
2 Months Ago
Package references uses control sheet
2 Months Ago
InputAction can't use control sheet yet, it exists sandbox.system and now it can't be moved from there to be exposed
2 Months Ago
Move input actions back to sandbox.system
2 Months Ago
Expose ControlModeSettings Supported Control Modes uses control sheet
2 Months Ago
Add CustomEditor for NamedEditor "keybind" InputActionPanel modal uses control sheet
2 Months Ago
Move InputAction and enums from sandbox.system to sandbox.engine so they can be exposed
2 Months Ago
CompilerPage uses control sheet
2 Months Ago
Get rid of property sheet usage in widget gallery
2 Months Ago
Shadergraph: Use control sheet for preview settings popup
2 Months Ago
OpenPropertySheet -> OpenControlSheet
2 Months Ago
Don't adapt ActionBasedSerializedProperty for this, create a ReflectionSerializedProperty instead
2 Months Ago
ActionBasedSerializedProperty can provide attributes Page scene view uses control sheets Page notifications uses control sheets
2 Months Ago
Set tooltips for static control sheet properties Page networking uses control sheets
2 Months Ago
Add ControlSheet.AddProperty for expression to easily add static properties Add code editor control widget delete preferences.build event Title current code editor so it can show up titled in settings Page general uses control sheets
2 Months Ago
Remove legacy loop
2 Months Ago
Give some hitbox depth bias to capsule collider gizmo