3,548 Commits over 1,522 Days - 0.10cph!
Fix ParticleBoxEmitter not rotating/scaling properly (fixes sbox-issues/issues/4653)
Add ParticleRingEmitter
Fixed a bunch of navmesh functions not working because I didn't full in ToNav
Fix NavMeshAgent.SetAgentPosition not working
Add NavMeshAgent.UpdateRotation option, NavMeshAgent.GetLookAhead
ResourceControlWidget allows drag drop cloud assets
Don't enable network GameObjects that are not enabled
When adding a collider, update the rigidbody's gameobject transform immediately to avoid offsets
Formalize how Rigidbody attaches colliders, add tests
Deserialize GameObjects as disabled, and enable when all children and components are created
Tweak editor painting to avoid crash
Lauinching
Fix component weirdness when cloning disabled objects
Add isolated CallbackBatch, use it when cloning. Fixes instances when cloning in OnEnabled etc would cause weirdness
I hate this double launch solution
Rename launcher project
Lock project row button when launching
Forward command line between sbox-dev and sbox-launch
Fix launcher layout to stop people obsessing
Silently ignore delete error when removing unknown cloud file
Fix NRE when setting convar
Fixed file not found when reading asset json
If a model has no meshes, show error model instead
Fix text cannot be empty exception in Graphic.Draw
Assert on AssetType not null
Fix double clicking sbproj not opening it
Fix right click unsaved scene error
Add TaskSource.FromCanceled & TaskSource.FromException (fixes sbox-issues/issues/4807)
Whitelist some Task properties
Whitelist OperationCanceledException (fixes sbox-issues/issues/4806)
Don't focus on nothing (fixes sbox-issues/issues/4828)
Escape deselects all (fixes sbox-issues/issues/4829)
Add right click menu in game list
Fix DamageInfo breaking changes
Hide the settings option in the launcher to stop people obsessing over it
Fix exceptions in NavMeshToolbarWidget
Revert "Update a bunch of assets from kv to json"
This reverts commit bd0bfe1240a001e9a121f099e20edb4cfffe5f2c.
Upgrade those assets properly
Fix conversion from keyvalue to json asset being fucked
Make RPC errors more useful
Fix project changes not saving
Let sbox-dev.exe -test pass through
Don't load global projects from addon.json anymore
Untangle EditorScene.GameStarted
Update a bunch of assets from kv to json
Convert assets kv to json when loading editor
Download all cloud packages for the project on startup
Delete cloud assets that we can't trace back to a package
Revert "Revert "Use standalone launcher by default""
This reverts commit 91e0f7e330c9dd514c2d682974c73c8fbef33f80.
Remove old project list etc
Fix file associations
Make default scene camera position less confusing
Remove ShowStartScreen editor preference, as it no longer applies
Tweak editor startup for single project mode
Move SuppressBuildNotifications to the right position
Revert "Use standalone launcher by default"
This reverts commit aec53d0ab776ea8f0423a68322c24ed3caf8a6d6.
Use standalone launcher by default
Add project from folder
create new project
Move SegmentedControl over
Add EditorUtility.DisplayDialog which asks a bool
Pin/Remove works
QtAppSystem styles, filesystem
ToolFramwork2 startup, use managed qt init
Launcher has project list basics
Paint.Draw from url is dpi aware
Init qt fonts properly
Init qt dirs properly
ContextTools not used anymore
Delete Command.Collection, simplify concommand internals. Change how cookies work, filenames (your cookies will be cleared)
Update default editor layout
Delete empty cookie files instead of writing them
Fix convar values being wrong
Tweak how launching works, don't put tools and game in their own contexts anymore
Add QtAppSystem
Update QApp.def
Re-organise launcher projects
Adding documentation for the api page
Re-use the shader compile error window, so we can keep it open while iterating. We need a better way to do this tbh.
Add global usings to minimal project
Make minimal scene less reflective
Made DynamicSceneObject not use CMeshBuilder2 (really was no need)
Add LineStrip , LineStripWithAdjacency
Allow RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY
Expose style functions
Canvas class - internal for now
Add Widget.UpdateGeometry()
Add IStyleTarget, to remove direct panel usage from StyleBlock / StyleSelector
Correctly ignore razor files in editor/ unittest/
This BoundingBoxEditorTool is implemented completely wrong
Make Scene DragDrop more modular
Can drag drop materials into scene
Fix array oob in CreateIpBasedSocket
Maybe this is pissing off the build server