userCarson Komponcancel
branchsbox/mastercancel

265 Commits over 183 Days - 0.06cph!

3 Days Ago
ListControlWidget now supports multiedit, only showing matching indexes Add and Remove buttons now work when MultiEditing a List Added support for re-ordering lists during a Multiselect https://files.facepunch.com/CarsonKompon/2024/December/18_11-03-AjarBaiji.mp4 Right Click -> Duplicate now works on Multiselect Lists
3 Days Ago
Support non-array drags on ListControlWidget since not all widgets use arrays for single asset drags
3 Days Ago
Can now drag one or multiple entries directly onto the "+" button in a List instead of having to create the entries and drag individually. Resolves Facepunch/sbox-issues#7197 https://files.facepunch.com/CarsonKompon/2024/December/18_08-58-FocusedMassasauga.mp4
5 Days Ago
Don't show "Include Source Files" checkbox when publishing type that always includes their source files (libraries)
9 Days Ago
Remove old DecibelsSlider and fix typo in the new one
9 Days Ago
Only reset Batch Publish Org if currently set to local Check asset directly along with references assets when checking differences in Batch Publish. Resolves Facepunch/sbox-issues#7151
12 Days Ago
Fix NRE when removing multiple components in context menu
12 Days Ago
Forgot to save this file in VS 😳
12 Days Ago
Fix scss `@import`s not including files with relative `../` paths in the file watcher Write some SCSS import Unit Tests and update existing ones to test more than just variables
12 Days Ago
Fix [ReadOnly] attribute not being applied to all property types ResourceControlWidget now looks like it's greyed out when disabled
12 Days Ago
Same thing with Nullable Button
12 Days Ago
Prefab Variable button now shows when there's differences in a Multiedit https://files.facepunch.com/CarsonKompon/2024/December/09_09-33-ScratchyGemsbok.mp4
12 Days Ago
Added Multiedit support to Component Context Menu
15 Days Ago
AbsolutePath is required only for registering the asset Added Multiedit to RangedFloat (so you can edit all your sounds at once) AudioDistanceFloatProperties now support Multiedit ButtonControlWidget now supports Multiedit, will invoke the function on all selected Components GradientEditorWidget now supports Multiedit CurveControlWidget now supports Multiedit
15 Days Ago
Don't use absolute path when creating sounds from mp3s
15 Days Ago
Make sure SoundEvent is compiled before we try to add sounds to it. Fixes Right Click MP3 -> Create Sound Event(s)
16 Days Ago
Fix minor typo Added Multiedit support to TagSets. Resolves Facepunch/sbox-issues#6882 https://files.facepunch.com/CarsonKompon/2024/December/05_10-10-LividGallowaycow.mp4 Rename TagSetControlWidget file name to match class name
18 Days Ago
Prevent Scene Editor from attempting to do FPS cam when holding right click in a 2D view
23 Days Ago
Fix Right Click -> Create Sound Event creating sound events with empty sounds instead of using the selected sounds
23 Days Ago
Inspector History Button fixes
23 Days Ago
Added Lock Button to Inspector, prevents Inspector from changing to newly selected objects when enabled. Resolves Facepunch/sbox-issues#6239 https://files.facepunch.com/CarsonKompon/2024/November/28_08-25-MountainousGull.png
33 Days Ago
Properly restore all Scene/Prefab tabs from previous session without Task.Delay hack
43 Days Ago
Selected Tags in PackageTagFilters will still show up if their results are 0, so you can remove the tag instead of it being hidden
43 Days Ago
Fixed the Main Menu OrganizationModal Add hover/press sounds to packages in games/maps list, prevent x-scrolling.
43 Days Ago
Use ResourceName as default name for prefab templates instead of just adding an empty entry Prevent "General" tab from displaying even if a Component has no Features
43 Days Ago
Hooked up Texture Editor Browser and gave it the proper Filter type Filtering by Image in the Asset Browser now shows all supported file types instead of just JPG Fix [Feature] properties not being added to a ControlSheet when non-Feature properties don't exist. Resolves Facepunch/sbox-issues#6842
43 Days Ago
Fix Asset Browser NREs when filtering by file extension and file has no extension
43 Days Ago
Fix Create/Save File Dialogs opening in the folder above your current directory
44 Days Ago
When creating a Sound Event, the file extension is now replaced instead of appended. Resolves Facepunch/sbox-issues#6816
44 Days Ago
Implement stubbed Search Bar in HomeWidget, moving it outside of the filters popup https://files.facepunch.com/CarsonKompon/2024/November/07_07-14-FakeMillipede.mp4
45 Days Ago
Gizmo.Draw.Grid can be drawn at an offset
45 Days Ago
Fix Prefab Tabs not having a Context Menu, can now Show Prefab in Asset Browser Added Sound Point Prefab Template and fixed Soundscape Prefab Template https://files.facepunch.com/CarsonKompon/2024/November/06_13-23-RubberyNeondwarfgourami.png Fix not being able to right click a scene/prefab tab if it has unsaved changes Make Right Click clear in the Collision Matrix since the tooltip says it should SoundComponents now use the AudioDistanceFloat controls for Distance. Updated SoundPointComponent gizmos.
45 Days Ago
Fix occlusion not using proper listener position and constantly overriding the target
45 Days Ago
Sound Occlusion traces now follow the rules of the "sound" collision group, which defaults to only collide with "solid". Fix ProjectSettings.ReadWithFallback not running JsonUpgraders on old meta fallbacks
45 Days Ago
Renamed [Expand] -> [WideMode] with optional parameter to hide the label completely
46 Days Ago
Don't show properties of incompatible types when assigning Prefab Variables
46 Days Ago
Added `[Expand]` attribute, which expands the control for that property onto a new line, making it fill the width of the sheet. Resolves Facepunch/sbox-issues#6800 https://files.facepunch.com/CarsonKompon/2024/November/05_14-34-QuarrelsomeFinch.mp4
46 Days Ago
Added a DateTime ControlWidget. Resolves Facepunch/sbox-issues#6787 https://files.facepunch.com/CarsonKompon/2024/November/05_13-28-CourageousUrutu.mp4 DateTimeControlWidget supports DateTimeOffset as well
46 Days Ago
Fix button text not being vertically aligned by one pixel. Resolves Facepunch/sbox-issues#6805
47 Days Ago
Fix Remove Component not being included in the Undo Stack
47 Days Ago
Fix SoundEvent JsonUpgrader only working for certain formats of RangedFloat. Resolves Facepunch/sbox-issues#6790
48 Days Ago
Fix PrefabFile.GetMetadata() reading the wrong property name
48 Days Ago
Fix Prefabs not serializing ISceneMetadata components that are on the root GameObject
50 Days Ago
Unify UI and ListenLocal, should have complete parity with how it was before 🤞
50 Days Ago
Fix UI sounds still playing spatially.
52 Days Ago
Fix [Placeholder] attribute not actually setting PlaceholderText
52 Days Ago
Fix asset browser not opening if last opened directory from previous session was deleted/moved
52 Days Ago
Fix UI sounds having Occlusion, Attenuation, Absorption and Transmission applied to them. [HideIf] those properties when UI is true. Resolves Facepunch/sbox-issues#6742
52 Days Ago
Display distance on dragged sound in PreviewSound widget PreviewSound Falloff preview updates as you edit the Curve
52 Days Ago
Folder Metadata is applied to FolderNodes