userTony Fergusoncancel
branchsbox/mastercancel

612 Commits over 884 Days - 0.03cph!

8 Months Ago
Hook back Preferences.ControllerLook(Yaw/Pitch)Speed for Input.AnalogLook when using a controller
8 Months Ago
Improve LoadGlyphTexture logic
8 Months Ago
Remove KeyGlyphLoader, supply all keyboard and mouse glyph files Let me know if I missed any buttons, I don't have a numpad on my keyboard so tag me!
8 Months Ago
Expose Input.TriggerVibration (using existing API), hook up SDL_GameControllerRumbleTriggers
8 Months Ago
Game Controllers using SDL2 (#1509)
8 Months Ago
GameObjectInspector: reused component sheets get added to used list so we don't end up duplicating the same component type
8 Months Ago
Use component.ToString for ComponentControlWidget, to make it easier to override what's shown
8 Months Ago
Fix NRE when running Game.Close in the editor Toggle play when running Game.Close in the editor
8 Months Ago
Better warning if we can't find ITagset Fixed ManualHitbox.HitboxTags being uneditable in the inspector (fixes Facepunch/sbox-issues#5231)
8 Months Ago
Fixed editing input action group not showing visible changes until re-opening project settings menu. Fixes Facepunch/sbox-issues#5235
8 Months Ago
Fixed delete prompt having no content
8 Months Ago
Messed with input action panel dialogs, fix Facepunch/sbox-issues#5232
8 Months Ago
Resolve sbox-issues/issues/5171 by making dragValue match
9 Months Ago
Can drop into hierarchy (resolves Facepunch/sbox-issues#4453)
9 Months Ago
F1 console: copy exception stack to clipboard when clicking entry (resolves Facepunch/sbox-issues#5038)
9 Months Ago
Add scroll area to EnumControlWidget
9 Months Ago
Update IntegerControlWidget label color GameManager -> Game
9 Months Ago
Populate some missing TypeSerializedField virtuals (fixes Facepunch/sbox-issues#5042)
9 Months Ago
Support serializing field containers
9 Months Ago
Fix Facepunch/sbox-issues#5048, Facepunch/sbox-issues#5044
9 Months Ago
Scope to the active scene when running commands
9 Months Ago
Tentative fix for Facepunch/sbox-issues#5021
9 Months Ago
Add ability to fullscreen the scene viewport https://files.facepunch.com/tony/1b2911b1/sbox-dev_kpYpHqbHbE.mp4
9 Months Ago
Use SerializedObject.OnPropertyChanged for more reliable update, instead of relying on OnChildValuesChanged
9 Months Ago
Signal value changes for ResourceControlWidget too
9 Months Ago
Signal value changes for GameObjectControlWidget
9 Months Ago
Compile GameResource if their source changes (external changes, disk saving)
9 Months Ago
Add toggle grid option pending review of scene toolbar binds (sbox-issues/issues/4767)
9 Months Ago
Fix NRE when trying to access Game.Overlay stuff without a modal system
9 Months Ago
When cloning a GameObject, inherit name (unique) from source
9 Months Ago
Don't prompt scene saving for editor sessions that are GameEditorSession
9 Months Ago
Sync tags between sceneobject and its aoproxy object if it has one, fixes sbox-issues/issues/4944
9 Months Ago
Translation.TryConvert can perform implicit conversions Fixed SerializedProperty.GetDefault passing the DefaultValueAttribute, not the actual default value 🤦
9 Months Ago
Screen Panels are rendered after all cameras, instead of being overlays of main cameras - fixes sbox-issues/issues/4664 https://files.facepunch.com/tony/1b2211b1/sbox-dev_3GOBPSIXii.png
9 Months Ago
Don't update Project.LastOpened when adding it from file
9 Months Ago
AssetBrowser: Can delete assets/directories by hitting delete key with an active selection
9 Months Ago
AssetBrowser: Add "Delete Folder" option to Folders
9 Months Ago
Add ability to asset pick a prefab from a GameObjectControlWidget (https://files.facepunch.com/tony/1b2011b1/sbox-dev_o0AQpv1DWV.mp4)
9 Months Ago
Make shortcuts very obvious by including them in tooltips
9 Months Ago
SceneTabList: middle mouse destroys scene session
9 Months Ago
Set GameTransform.LocalScale default so resetting it doesn't set it to zero
9 Months Ago
"Reset to Default" in the editor will look for DefaultValueAttribute, then get proper instance default intead of just bailing
9 Months Ago
Launcher: creating a new project uses Ident as the folder name instead of Title
9 Months Ago
Add up/down movement to gizmo FirstPersonCamera
9 Months Ago
Fixed Input.Released being stomped by controller input Comment out DISABLE_VK_LAYER_VALVE_steam_overlay_1 for now, it was disabling SteamInput (god knows why)
9 Months Ago
Add Reset to Default support for ControlSheet properties https://files.facepunch.com/tony/1b1411b1/sbox_KIMZGVsIH7.mp4
9 Months Ago
Add EditorHandle for TextRenderer https://files.facepunch.com/tony/1b1411b1/sbox_QaTjrkmULD.png
9 Months Ago
Make a deep copy when getting common inputs Remove NetAttribute, LocalAttribute, PredictedAttribute (unused)
9 Months Ago
Scope to active scene time when ticking panels
9 Months Ago
"disconnect" now behaves closer to Source, by closing your game if it's not networked