userCarson Komponcancel

633 Commits over 92 Days - 0.29cph!

43 Days Ago
Fix Menu css issues
43 Days Ago
Revert ComponentList changes for now. This seems to break things for everyone 😅
43 Days Ago
ComponentList no longer breaks when changing the parent class of a Component to something that *isn't* Component. Resolves Facepunch/sbox-issues#6152
43 Days Ago
Stylesheets @import-ed with a path relative to the local path will also hotload now
43 Days Ago
Stylesheets @import-ed by other stylesheets now hotload properly. Resolves Facepunch/sbox-issues#5317
43 Days Ago
Don't apply LocalScale to GetAttachmentTransform
43 Days Ago
Shortcuts now run on GraphicsItems.
43 Days Ago
Can now multi-select resources in the asset picker of a list entry to select multiple items at once. Resolves Facepunch/sbox-issues#5934 https://files.facepunch.com/CarsonKompon/2024/August/07_14-28-ConcreteRiograndeescuerzo.mp4
44 Days Ago
Formatter somehow removed usings
44 Days Ago
Remove unused variable
44 Days Ago
Added Search to Library Manager. Allows you to filter through both installed or available Libraries. https://files.facepunch.com/CarsonKompon/2024/August/06_16-43-MiserlyCockerspaniel.mp4
44 Days Ago
Update AssetList Context Menu to use proper Delete shortcut name
44 Days Ago
Temporary shadow fix for sprite_2d shader
44 Days Ago
Various minor optimizations
44 Days Ago
Release all Editor Shortcuts when toggling Play Mode
44 Days Ago
Update GameObjectNode and AssetList Context Menus to use proper shortcuts for Duplicate
45 Days Ago
Pull default tags for GameTagsControlWidget from CollisionRules. Only display GameObject-related tags for GameTags, not ITagSet.
46 Days Ago
More example scene stuff NRE fix Only draw Collision Gizmo when TilesetComponent is selected Draw Missing Tiles (When a placed unbaked tile has their referenced tile deleted/regenerated) https://files.facepunch.com/CarsonKompon/2024/August/04_10-56-UnlawfulGallinule.png
47 Days Ago
Don't draw tiles with broken id references, don't rent those verts Don't draw multi-tile brush in non-paint tool. Added Rotation and Flip variables w/ Shortcuts Can now place rotated/flipped tiles. https://files.facepunch.com/CarsonKompon/2024/August/03_13-37-VirtuousDarklingbeetle.mp4 Updated example again
47 Days Ago
Paint Tool can now paint tiles larger than size 1x1 https://files.facepunch.com/CarsonKompon/2024/August/03_13-06-OutrageousAnemone.mp4
47 Days Ago
Added Tile Picker to Tileset Tool Inspector https://files.facepunch.com/CarsonKompon/2024/August/03_12-52-StormyRabbit.mp4
47 Days Ago
Added "Bake Selected Layer" button to Tileset Tool. This detaches any placed tiles from their references. https://files.facepunch.com/CarsonKompon/2024/August/03_11-01-MediocrePaddlefish.mp4
47 Days Ago
Tileset Tool Inspector NRE fix Tiles are referenced by Guid instead of CellPosition. Allows you to edit existing tiles after being placed already https://files.facepunch.com/CarsonKompon/2024/August/03_10-17-HelplessSanddollar.mp4 Update example scene to use guid format Fix Deserialization on TilesetComponent.Tile
47 Days Ago
Fixed a bunch of NREs when Layer(s) or Tile(s) weren't set yet. Also fixed tools not updating when certain properties were changed in the inspector
48 Days Ago
Fix Rectangle Tool Delete Gizmo displaying incorrectly Rectangle Tool optimizations and bug fixes Make TilesetComponent.Tiles a Dictionary instead of a List so position lookup is much more easy/optimal Add Collider generation to Tileset Component https://files.facepunch.com/CarsonKompon/2024/August/02_19-31-DarkgoldenrodFlycatcher.mp4 Added TileComponent.HasCollider, defaults to false. Rebuild TilesetComponent collision on tile add/remove. https://files.facepunch.com/CarsonKompon/2024/August/02_19-45-IndianredAsiandamselfly.mp4 Can mark a Layer as a Collision Layer. Collision Mesh will only be generated from this layer. https://files.facepunch.com/CarsonKompon/2024/August/02_20-37-TotalAss.png
48 Days Ago
Remove old Application.AllowShortcuts Don't wrap cursor when holding middle/right mouse button in 2D editor view
48 Days Ago
Right Click with Rectangle Tool will delete https://files.facepunch.com/CarsonKompon/2024/August/02_12-33-CheerfulAngora.mp4
48 Days Ago
Don't show editor keybind warning when empty. Resolves Facepunch/sbox-issues#6074
48 Days Ago
Added Rectangle Tool Tileset Tool Inspector now shows Properties on the currently selected tool. Added Separation to Line Tool and Hollow to Rectangle Tool https://files.facepunch.com/CarsonKompon/2024/August/02_11-11-IllinformedArmyworm.mp4
48 Days Ago
Round calculated line positions instead of flooring them (prevents lines from looking oddly curved at certain angles)
48 Days Ago
Did some minor tileset optimizations. Added Line Tool to Tileset Tool https://files.facepunch.com/CarsonKompon/2024/August/02_10-44-SickBird.mp4 Update example project assets
49 Days Ago
Removed some empty functions now that they have been moved to Keybinds
49 Days Ago
Added Position slider to Gradient Editor widget. Also added Delete shortcut. https://files.facepunch.com/CarsonKompon/2024/August/01_14-22-HalfMoth.mp4
49 Days Ago
Added warning icon to Editor Keybind widget with tooltip telling you if two binds share the same key(s). https://files.facepunch.com/CarsonKompon/2024/August/01_13-28-InfiniteHarvestmouse.png Make Asset Browser use Editor binds since they have no reason to be separate.
49 Days Ago
Make CTRL+A in Asset List a Shortcut Add CTRL+A shortcut to Select All in scene
49 Days Ago
Determine major Key Names from NativeKeyCode before anything else. Fixes non-english keyboard layouts (Facepunch/sbox-issues#6044)
49 Days Ago
Update Shortcuts to use the new Editor Keybinds system
49 Days Ago
Added shortcut for pause (CTRL+F5)
49 Days Ago
Don't use Shortcut as type "Window" when forcing Shortcut . Fixes F5 not being called when game view is in focus.
49 Days Ago
Be a bit more explicit with CTRL+C/V/X so other shortcuts work.
49 Days Ago
Don't send Ctrl+C/V/X shortcuts when in a text field (since you probably only wanna do that in the text field). Resolves Facepunch/sbox-issues#6057
50 Days Ago
Prevent merging folders into current directory when dragging
50 Days Ago
Prevent dragging into same folder
50 Days Ago
Can now move multiple files from File Explorer into Asset Browser in one drag
50 Days Ago
Can now resize Editor Keybinds window to see the full list
50 Days Ago
Added support for renaming folders via the Asset Browser. Clicking and Dragging Folders in the Asset Browser now updates the asset so it is reflecting the new path.
50 Days Ago
Added "Current Project" to Special group in Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-14-MindlessEnglishpointer.png Added Drag-and-Drop support to Folders in the Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-25-SmoggyIndianrockpython.mp4
50 Days Ago
Add EditorShortcuts.BlockInputs. Block Shortcuts while right/middle clicking on Scene Viewport.
50 Days Ago
Invoke shortcuts when focused on a line edit if the shortcut has a CTRL or ALT modifier (Fixes CTRL+S in a textedit)
50 Days Ago
Fix `video` getting called twice from F6 bind