branchsbox/mastercancel

13,998 Commits over 1,583 Days - 0.37cph!

10 Months Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
10 Months Ago
Don't EditLog if we're not in the Editor. EditLog separate from BreakFromPrefab because we don't wanna do that just because we're spawning a networked object in a running scene.
10 Months Ago
Interpolation Fixes w/ Ownership Change (#1494) 🤞
10 Months Ago
Bounds checking in izCreateBVH to be safe
10 Months Ago
Create prefabs by dragging objects from hierarchy to asset browser Resolves sbox-issues/issues/4740
10 Months Ago
Fix show grid toggle not being checked when grid is shown
10 Months Ago
Fix open scene list not updating when opening a prefab from asset browser Resolves sbox-issues/issues/4904
10 Months Ago
Order in groups too
10 Months Ago
Use order attribute in component sheet to allow property order
10 Months Ago
Forgot to add mesh icons
10 Months Ago
Add scene mesh tools https://files.facepunch.com/layla/1b0611b1/sbox-dev_Ml4FygXEwC.mp4
10 Months Ago
Remove these editor checks, we want to still update the mesh while playing
10 Months Ago
Polygon mesh and mesh component
10 Months Ago
handlebar_moustache fbx test
10 Months Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
10 Months Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
10 Months Ago
Prop Static use material picker for override https://files.facepunch.com/louie/1b0611b1/sbox-dev_0JwGrYS8BS.png
10 Months Ago
Finally fixes Facepunch/sbox-issues#4716 - reloading Map Instance when recompiled in Hammer
10 Months Ago
Fixed dragging prefabs into scene view sbox-issues/issues/5079
10 Months Ago
Add support for expression bodied methods for CodeGen. Fixes Facepunch/sbox-issues#5025 Add test for expression bodied CodeGen method
10 Months Ago
Fix truncated context menu for some plugs
10 Months Ago
Slightly increase FOV on Viewmodel preview
10 Months Ago
Can drop into hierarchy (resolves Facepunch/sbox-issues#4453)
10 Months Ago
F1 console: copy exception stack to clipboard when clicking entry (resolves Facepunch/sbox-issues#5038)
10 Months Ago
Failing list block copy test Fixed possible "Destination is too short" on list hotload
10 Months Ago
Add scroll area to EnumControlWidget
10 Months Ago
Update IntegerControlWidget label color GameManager -> Game
10 Months Ago
Can create variables from outputs again https://files.facepunch.com/ziks/2024-03-05/sbox-dev_KoPIunZlbZ.mp4
10 Months Ago
Fixed dragged output listing irrelevant nodes
10 Months Ago
Expose intersection-related structs to ActionGraph Facepunch/sbox-issues#5063 * PhysicsIntersection * PhysicsIntersectionEnd * PhysicsContact * PhysicsContact.Target
10 Months Ago
Update tags when parent changes sbox-issues/issues/4931
10 Months Ago
Tag editor popup improvements * Fixed being tall and oddly spaced out * Placeholder text in create tag entry * Creating a tag rebuilds the list of available tags Editing tags in inspector marks scene unsaved
10 Months Ago
SceneMapLoader: don't cast dynamic shadows for map lights marked as baked shadows only
10 Months Ago
Add VK_EXT_full_screen_exclusive support for enabling but also explicitly disabling exclusive fullscreen (this should stop nvidia forcing exclusive fullscreen on borderless windows)
10 Months Ago
Adjustment to muscle skin and zombie skin + new balding hair
10 Months Ago
Model AssetPreview: for viewmodels show bone merged arms and use viewmodel camera
10 Months Ago
Add Mesh.TriangulatePolygon to triangulate a polygon without needing a massive library
10 Months Ago
When joing via new instance, Project.Current is null - this can break <style> because it can't get relative path of current file. Fix that by just using absolute path in that case. Remove unnecessary assert
10 Months Ago
Mascot LODs
10 Months Ago
These url checks should no longer be needed
10 Months Ago
Populate some missing TypeSerializedField virtuals (fixes Facepunch/sbox-issues#5042)
10 Months Ago
Support serializing field containers
10 Months Ago
Fix Facepunch/sbox-issues#5048, Facepunch/sbox-issues#5044
10 Months Ago
Scope to the active scene when running commands
10 Months Ago
Move primitive builders to Editor.MeshEditor
10 Months Ago
SteamAudio traces happen in c#, tweak reflection settings, tweak transmission settings
10 Months Ago
Citizen - Mascot Skin New Mascot Skin with colour variations
10 Months Ago
Disable audio reflective until I can fix it (snd_steamaudio_num_bounces 16 to enable)
10 Months Ago
Mixing thread locks the c++ sound mutex when mixing
10 Months Ago
Tweak audio sample function so we can find out why it's crashing