userTony Fergusoncancel
branchsbox/mastercancel

613 Commits over 884 Days - 0.03cph!

4 Months Ago
Add filtering and sort options to upload wizard https://files.facepunch.com/tony/1b3111b1/sbox-dev_QolpF2YDXn.png
4 Months Ago
Add a bit of failure protection in CInputSystem::AddGameController - with intent to rewrite this
4 Months Ago
Add preview icon to clothing resources in the asset browser
4 Months Ago
This caused more problems than it solved Default sort to popular, matches backend
4 Months Ago
Close package modal if we try to open the same one again
4 Months Ago
Hide library projects from template list
4 Months Ago
Don't use internal message type for changing level Fixed retry logic Docs
4 Months Ago
Support more than 1 gamepad input action with the same button
4 Months Ago
This should solve the uploader problems for games above 2.14 GB Fixed GameObjectHeader NRE in prefabs
4 Months Ago
Revert "Don't create an empty gameobject when getting a cached scene if the prefab doesn't exist" - causes issues for prefabs on boot
4 Months Ago
Don't create an empty gameobject when getting a cached scene if the prefab doesn't exist
4 Months Ago
When host loads a new scene, send a message, and have all connections reconnect to the game. We'll do this in a much better way later on
4 Months Ago
Set "order" facet if we haven't already, resolves Facepunch/sbox-issues#5801
4 Months Ago
Re-add library template (couldn't create from Library Manager), resolves Facepunch/sbox-issues#5811
4 Months Ago
Package.Url points to sbox.game, closes Facepunch/sbox-issues#5838
4 Months Ago
Terrain: use hit position of the first brush stroke, instead of center, for a more reliable flatten Add a comment for later
4 Months Ago
Can't try to bone merge yourself
4 Months Ago
ShaderGraph: add IsAttribute to Branch (from Louie)
4 Months Ago
Terrain: add flatten sculpt tool (https://files.facepunch.com/tony/1b1111b1/sbox-dev_bCkllHylC8.mp4)
4 Months Ago
Make sure SceneCamera is not null in UpdateSceneCameraTransform
5 Months Ago
Get rid of Scene.Discard
5 Months Ago
Add option for discarding scene changes and load its saved state, resolves Facepunch/sbox-issues#5085 https://files.facepunch.com/devultj/1b0911b1/sbox-dev_VFwF4r2Fku.mp4
5 Months Ago
Add Vector3.Direction, closes Facepunch/sbox-issues#5026
5 Months Ago
Mesh implements IValid (already has IsValid property), closes Facepunch/sbox-issues#4170
5 Months Ago
Can [Property] GameResource properties to have them serialize, resolves Facepunch/sbox-issues#2925 (worth noting you could use [JsonInclude] for this already)
5 Months Ago
Add fullscreen on play editor preference, closes #1476 https://files.facepunch.com/devultj/1b0911b1/sbox-dev_xrv7uAqbh4.mp4
5 Months Ago
Use existing asset name as the baseline when using asset browser rename flyout
5 Months Ago
Add rename shortcut to asset browser
5 Months Ago
Disable launcher maximize button
5 Months Ago
LineEdit for creating new actions instead of having to edit the action afterwards https://files.facepunch.com/tony/1b0411b1/sbox-dev_duZ3bhoZdb.png
5 Months Ago
When adding an input action, add it to the final group, not "Other", less annoying
5 Months Ago
Restore Toggle Gizmos shortcut (not sure if this was done on purpose)
5 Months Ago
Remove SceneFile.LastSaved, use existing hash check to check for external changes for scenes, much cleaner
5 Months Ago
Add basic support for using right CTRL/SHIFT keys for input actions, I didn't include RALT because my keyboard doesn't seem to work with it (resolves Facepunch/sbox-issues#5506)
5 Months Ago
Look for eligible types in ResourceControlWidget, so it works with inherited types (resolves Facepunch/sbox-issues#5609) https://files.facepunch.com/tony/1b0211b1/sbox-dev_YJS6hP69DC.png
5 Months Ago
Fixed new project not opening startup scene, resolves Facepunch/sbox-issues#5537
5 Months Ago
Remove unneeded command line args
5 Months Ago
Fix NRE when removing a element from a collection, resolves Facepunch/sbox-issues#5621 DictionaryControlWidget: fix not being able to create new dictionary element if the key hasn't been initialized
5 Months Ago
Add "Clear Console on Play" preference, resolves Facepunch/sbox-issues#5615
5 Months Ago
Fix shift click multi-select no longer working in viewport, resolves Facepunch/sbox-issues#5698
5 Months Ago
Restore object de-select by clicking empty space, and not dragging, resolves Facepunch/sbox-issues#5680
5 Months Ago
Fixed ALT glyph having the wrong path, fixes Facepunch/sbox-issues#5622
5 Months Ago
Restore Show Gizmos (Shift+G), Toggle Grid (Ctrl+G) shortcuts
5 Months Ago
Expose NavAgent.Velocity setter
6 Months Ago
Don't think we need this anymore, fixes NRE when trying to fullscreen game/scene viewports
6 Months Ago
Don't box select while trying to use orbit camera controls
6 Months Ago
Clear scene's unsaved changes when clearing from editor session
6 Months Ago
Fixed "launching" text showing when adding a new project (and not launching it)
6 Months Ago
sound-in, sound-out will target UI mixer if there is one (resolves #5583)
6 Months Ago
ResourcesPage path widget directory is relative to the Assets directory