Add GameObject.IsDestroyed - to detect objects that have Destroy() called on them, but haven't been destroyed enough to be IsValid false yet
Don't return components on objects that are IsDestroyed
Humans: skinning updates
VR: init g_pVrSystem before finishing material system setup
VR: check for headset in PreInit() instead of Init()
UI: Expose UI.WorldInput.Hovered inside WorldInput component
Upgrade remaining old vmdl files so I can delete all this legacy model code
Humans: more skinning updates & prefab changes
Merge branch 'master' of sbox
Add Distance and Falloff to Voice Transmitter
izIsSoft changes
VR: more logging, always enable debug callback
VR: add -novr force disable
Update fpxr to 8e70816536da3c657eb9f9a7b815268c5ef7a729, improves headset checks
Fix clothing using the wrong skin
Fix HasUnsavedChanges being sucked into GameResource
GameObject's FindByGuid will find prefabs (allows networking prefabs over RPC)
Change prefab icon color
Add GameObject.GetPrefab( string )
AssetBrowserLocation tracks location type (code, assets etc)
Create asset menu is context-specific to the location type, creates in place and opens rename flyout instead of using system dialog
Unify usage of AssetBrowserLocation and its presentation/directory/hiding logic
Asset Browser: Improve navigation outside of project tree
Path widget only displays what can fit instead of freely growing, hide rest behind flyout
Ignore calls to Scene.Parent.set
Iterate children nicer in PostDeserialize, in case children get added/removed during deserializing
which they do - like when creating attachments
Add GameObject constructor which takes a parent
Expose PerChannel<T>.Get and Set
Print a list of new items in console after check out
Uninstanced prefabs (#1708)
Can retrieve components and child gameobjects from uninstanced Prefabs
Asset Browser: streamline navigation flow
Asset location presentation tweaks, improved path handling
Initial path widget width because it starting off small is so very annoying
Fix NRE in PrefabFile.PostReload
Fix NRE in CloudBrowser
Fix warnings
Fix 'cut component' not being undoable, Facepunch/sbox-issues#6949
Can DrawInstanced a number of instances without uploading data
Remove unused asset browser node type
Fix some Gizmo functions drawing an obsolete vertex object instead of nothing
When provided with an empty Enumerable: Lines(), LineTriangles() & SolidTriangles() would reuse & draw the vertex object of the previous frame instead of nothing.
They now correctly draw nothing if an empty Enumerable passed.
Fix asset browser NRE, default location stomping cookied path
Disable undo/redo menu buttons when there's no active editor session
Optimize allocations in Gizmo Lines(), LineTriangles(), SolidTriangles()
Fix [Button] not showing in asset inspector, resolves Facepunch/sbox-issues#6985
Merge branch 'master' into navmesh-dynamic-obstacles