userLayladcancel

7,439 Commits over 3,622 Days - 0.09cph!

3 Hours Ago
Fix sort mode on publish page Delete EnumProperty
5 Hours Ago
Fix possible NRE in PathWidget
Today
Update trails scene
Today
Don't use bind system for these control widgets, feels like the old way of doing things
Today
Add TagsControlWidget
Today
There's a typo here in ModelRenderer.LocalBounds
Today
Get safer sceneobject bounds, return zero size bounds for infinite sceneobject bounds - getting infinite bounds is not desired
Today
Fix SoundTool using propertysheet instead of controlsheet Fix obsoletes while I'm here
Today
Make this readonly list so it can't be fucked with
Today
Allow AssetType to get all file extensions, primary and additional Remove hacky fix for image extension tags, do it properly
Yesterday
Fix console collapsing different stack traces
Yesterday
Remove the need for BoolProperty
Yesterday
Remove the need for IntProperty
Yesterday
Remove all property editors not directly used in code still
Yesterday
Move particle control widgets to Widgets/ControlWidgets, make ParticleFloatConfigPopup inaccessible, only the control widget use it Delete AudioDistanceFloatProperty, just have AudioDistanceFloatControlWidget
Yesterday
FolderProperty -> FolderEdit, Move FolderControlWidget to tools addon Delete PropertyEditorWidget
2 Days Ago
Fix mass center override gizmo not updating when not dynamic (editor forces rigidbody to static)
2 Days Ago
Prefab file loads cached scene on post load if needed - Fixes prefabs referenced in resources not loading the prefab scene
3 Days Ago
Use WorldTransform/LocalTransform
3 Days Ago
Drop model as static prop based on model archetype
4 Days 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
4 Days Ago
Add simulation space option for particle force https://files.facepunch.com/layla/1b1511b1/sbox-dev_wMFfk99UTS.mp4
4 Days Ago
Remove remaining usage of Transform.World/Local
4 Days Ago
Use WorldTransform instead of Transform.World in engine code
4 Days Ago
Order block tools, select current tool in combo box
4 Days Ago
Fix exception in TreeNode.SetChildren
4 Days Ago
Delete property sheet cya
4 Days Ago
Block tool uses control sheet Path tool uses control sheet
4 Days Ago
InputActionPanel uses input action proxy for now because we can't move the fucker
4 Days Ago
Project page uses control sheet
4 Days Ago
Delete RuntimeAddonPage, not used anymore?
4 Days Ago
Publish finalize page uses control sheet
4 Days Ago
Add FolderControlWidget Standalone review page uses control sheet
4 Days Ago
Package references uses control sheet
4 Days Ago
InputAction can't use control sheet yet, it exists sandbox.system and now it can't be moved from there to be exposed
4 Days Ago
Move input actions back to sandbox.system
4 Days Ago
Expose ControlModeSettings Supported Control Modes uses control sheet
4 Days Ago
Add CustomEditor for NamedEditor "keybind" InputActionPanel modal uses control sheet
4 Days Ago
Move InputAction and enums from sandbox.system to sandbox.engine so they can be exposed
4 Days Ago
CompilerPage uses control sheet
4 Days Ago
Get rid of property sheet usage in widget gallery
4 Days Ago
Shadergraph: Use control sheet for preview settings popup
4 Days Ago
OpenPropertySheet -> OpenControlSheet
4 Days Ago
Don't adapt ActionBasedSerializedProperty for this, create a ReflectionSerializedProperty instead
4 Days Ago
ActionBasedSerializedProperty can provide attributes Page scene view uses control sheets Page notifications uses control sheets
4 Days Ago
Set tooltips for static control sheet properties Page networking uses control sheets
4 Days 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
4 Days Ago
Remove legacy loop
5 Days Ago
Give some hitbox depth bias to capsule collider gizmo
5 Days Ago
Shadergraph: Fix preview ShowSkybox option