reposboxcancel

20,844 Commits over 1,522 Days - 0.57cph!

9 Months Ago
Fix showing project launch errors
9 Months Ago
Add mips to texture editor Fix GPU crash when ReadTexturePixels is provided a srcRect that exceeds texture size Terrain: Add splatting with layers, add heightmap imports, switch to editortool subtools
9 Months Ago
Gradient editor lets you press delete to remove the selected point Resolves sbox-issues/issues/4963
9 Months Ago
Move resize box to world space position before snapping it https://files.facepunch.com/layla/1b0711b1/sbox-dev_fVEF49E04T.mp4
9 Months Ago
Menu compile fix
9 Months Ago
Add SerializedProperty.ShouldShow() Start reworking ControlSheet so it can hide rows when ShowIf/HideIf is set Add gradient to user customization Clothing item gradient
9 Months Ago
Game Object Network Mode Selection https://files.facepunch.com/conna/1b0711b1/sbox-dev_G97N4pdA3q.png
9 Months Ago
Approach this differently: let's just do a bunch of preset patterns and allow them to be scaled Remove stuff that we're not using now More patterns (though defining these in code feels silly) Apply scales, clean up
9 Months Ago
Steam Audio Reflection (#1490) Reflections are re-enabled again. Be aware that right now only "static" colliders block audio.
9 Months Ago
Lets add these incase they're needed
9 Months Ago
Fixed a boo boo
9 Months Ago
Bug fixes
9 Months Ago
Add AudioMixer, Reflection performance graph
9 Months Ago
Protect against invalid transform in CPhysicsBody::AddMeshShape, fixes crash some games are having
9 Months Ago
performance tweaks
9 Months Ago
Tentative fix for #1492 This might lead to it falling back to normal hotloads more often, but at least it shouldn't throw.
9 Months Ago
Remove debug Clean that up a bit We can limit the max number of reflective sounds simulating, allowing to put a performance cap on it
9 Months Ago
ComponentFlags.NotNetworked. When a component has this flag, it won't be serialized in the scene snapshot or with a networked object when sent to other clients
9 Months Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
9 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.
9 Months Ago
Interpolation Fixes w/ Ownership Change (#1494) 🤞
9 Months Ago
Bounds checking in izCreateBVH to be safe
9 Months Ago
This doesn't need to be internal anymore, was leftover from testing
9 Months Ago
Speeling
9 Months Ago
Return hit if maxlength < 0 (!) Test reflection per input Tweaks Partial rewrite Use audio materials Tweak how static meshes work I am sorry, I don't see a better way to do this Re-using these samplers Some sample rate math notes
9 Months Ago
I am sorry, I don't see a better way to do this Re-using these samplers Some sample rate math notes
9 Months Ago
Create prefabs by dragging objects from hierarchy to asset browser Resolves sbox-issues/issues/4740
9 Months Ago
Fix show grid toggle not being checked when grid is shown
9 Months Ago
Fix open scene list not updating when opening a prefab from asset browser Resolves sbox-issues/issues/4904
9 Months Ago
Order in groups too
9 Months Ago
Use order attribute in component sheet to allow property order
9 Months Ago
Forgot to add mesh icons
9 Months Ago
Tweak how static meshes work
9 Months Ago
Only interp here if we're a proxy?
9 Months Ago
Add scene mesh tools https://files.facepunch.com/layla/1b0611b1/sbox-dev_Ml4FygXEwC.mp4
9 Months Ago
Test comment something out
9 Months Ago
Remove these editor checks, we want to still update the mesh while playing
9 Months Ago
Initial commit to fix interp issues and ownership change
9 Months Ago
Polygon mesh and mesh component
9 Months Ago
Use audio materials
9 Months Ago
Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview
9 Months Ago
Partial rewrite
9 Months Ago
handlebar_moustache fbx test
9 Months Ago
Component editor
9 Months Ago
Motor frequency emulation Remove unused PWM fixes
9 Months Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
9 Months Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
9 Months Ago
Prop Static use material picker for override https://files.facepunch.com/louie/1b0611b1/sbox-dev_0JwGrYS8BS.png
9 Months Ago
Component definition event dispatching https://files.facepunch.com/ziks/2024-03-06/sbox-dev_5PrSEab4Ra.mp4
9 Months Ago
Finally fixes Facepunch/sbox-issues#4716 - reloading Map Instance when recompiled in Hammer