reposboxcancel

22,885 Commits over 1,642 Days - 0.58cph!

8 Months Ago
Updating SDL2
8 Months Ago
Include revision with error report
8 Months Ago
Prevent merging folders into current directory when dragging
8 Months Ago
Prevent dragging into same folder
8 Months Ago
Can now move multiple files from File Explorer into Asset Browser in one drag
8 Months Ago
Can now resize Editor Keybinds window to see the full list
8 Months 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.
8 Months 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
8 Months Ago
Add EditorShortcuts.BlockInputs. Block Shortcuts while right/middle clicking on Scene Viewport.
8 Months Ago
Invoke shortcuts when focused on a line edit if the shortcut has a CTRL or ALT modifier (Fixes CTRL+S in a textedit)
8 Months Ago
Fix `video` getting called twice from F6 bind
8 Months Ago
Added Clear button to Editor Keybinds (allowing you to remove binds) https://files.facepunch.com/CarsonKompon/2024/July/31_18-00-EmbarrassedHoki.png
8 Months Ago
Draw Camera Speed Overlay in Scene Viewport when changing the speed with mouse wheel https://files.facepunch.com/CarsonKompon/2024/July/31_16-58-MonstrousIrishredandwhitesetter.mp4
8 Months Ago
Show how many assets/icons would be rebuilt when right clicking a folder. Don't show option at all if there are no assets in the folder. https://files.facepunch.com/CarsonKompon/2024/July/31_16-20-StaidMonkfish.png Do the same thing with right clicking anywhere in the asset browser (for the current folder)
8 Months Ago
Remove this log
8 Months Ago
Fix
8 Months Ago
drop older updates
8 Months Ago
Fix
8 Months Ago
Prevent calling Msg_ClearInterpolation for ourselves
8 Months Ago
Unreliable transform updates test
8 Months Ago
Test unreliable again
8 Months Ago
Reduce initial size
8 Months Ago
Test
8 Months Ago
Go back to reliable test
8 Months Ago
Update PackagePopup to show the information in a much cleaner way https://files.facepunch.com/CarsonKompon/2024/July/31_13-50-DeliciousSora.png
8 Months Ago
Change order here
8 Months Ago
Only do parent rpc if we're network root
8 Months Ago
Test trying to reduce packet sizes a lot
8 Months Ago
Don't swallow shortcuts on same widget. Make all tool shortcuts target the SceneViewportWidget
8 Months Ago
Fix black cubemap fog on hammer
8 Months Ago
Cubemap Fog can be tinted, takes tint from main skybox as well https://files.facepunch.com/sam/1b3111b1/XWpxvX189A.png sky.shader: g_flBrightnessExposureBias and g_flRenderOnlyExposureBias makes no sense when there's tint, barely any existing skyboxes used it properly Update SkyBox2D component to apply tint to IBL environment probe https://files.facepunch.com/sam/1b3111b1/G0298YogbO.png
8 Months Ago
Clear usage data on list update
8 Months Ago
Add filtering and sort options to upload wizard https://files.facepunch.com/tony/1b3111b1/sbox-dev_QolpF2YDXn.png
8 Months Ago
Fix NRE for non-english layouts
8 Months Ago
Branch for experimenting and fucking around with networking w/ diagnostics
8 Months Ago
Move scene shortcuts back to static class now that they work properly (ty sol)
8 Months Ago
Bin Shortcut
8 Months Ago
Add TargetOverride to ShortcutAttribute so you can target a certain widget type from another class. Useful for tools/extension classes. Make Grid Shortcuts to type Window. Make mesh editor binds target SceneViewportWidget so the binds only register when focusing the scene viewport AND when in the correct tool.
8 Months Ago
Mount assembly filesystem here too
8 Months Ago
memset LightIndexMapping so it doesn't contain junk
8 Months Ago
Only if static shortcut actions have no widget target, fallback to window and exclude from swallowing behavior
8 Months Ago
Only fire global input handlers once at app-level
8 Months Ago
Mount assemblies from downloaded packages
8 Months Ago
Make net_debug work in game
8 Months Ago
Added EditorShortcuts.IsDown. Added binds for scene movement (W,A,S,D,Q,E) so they can be rebound in the editor.
8 Months Ago
Made F3 Shortcut type Window instead of Application.
8 Months Ago
Fixed W,E,R binds not working for object tool being set automatically
8 Months Ago
Set ObjectEditorTool alias back to "object". Resolves Facepunch/sbox-issues#6040
8 Months Ago
Init API earlier Init API in unit tests
8 Months Ago
Move static Shortcuts that were on static class to the scene viewport (so you need to have it in focus)