reposboxcancel

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

8 Months Ago
Try adjusting size before opening menu
8 Months Ago
Debug view for scene ref nodes
8 Months Ago
Nicer action graph ValidationException stack traces https://files.facepunch.com/ziks/2024-04-03/sbox-dev_ROj6r4EUmt.mp4
8 Months Ago
WIP - trying to clamp lines to screen
8 Months Ago
Clean up - use TransformInterpolate class
8 Months Ago
Test
8 Months Ago
Check if particle manager is valid before creating query, it doesn't exist when tests are running?
8 Months Ago
Create particle query in scene world constructor instead
8 Months Ago
Add particle query for scene worlds, implement trace line for collisions https://files.facepunch.com/layla/1b0311b1/sbox-dev_tak9xhmnli.mp4
8 Months Ago
Move Action Graph debug view code Allow specifying angle when drawing screen text / quads https://files.facepunch.com/ziks/2024-04-02/sbox-dev_UfeLjc8JqZ.mp4 Line2D (internal for now) Rework scene ref drawing to use screen text
8 Months Ago
Fixed NetPermission not working for static Rpcs (Fixes Facepunch/sbox-issues#5188)
8 Months Ago
Fix failing test, use float.PositiveInfinity not -1
8 Months Ago
NetList implements IList, IList<T> NetDictionary implements IDictionary, IDictionary<TKey,TValue>
8 Months Ago
AnimationIterationCount uses float infinity instead of -1 for "infinite" Fixes sbox-issues/issues/5306 Add index setter to SegmentedControl Fixes sbox-issues/issues/5300 Refresh editor title on project update Give primary buttons more feedback on click Project settings window updates title etc. correctly when project is modified sbox-issues/issues/4862
8 Months Ago
Open project when created Adding a new project sets it to the top Don't copy .gitignore if it exists - fixes Facepunch/sbox-issues#4634 Opening a .sbproj adds to project list
8 Months Ago
Debug view for scene ref nodes
8 Months Ago
Add basic WorldInput component (https://files.facepunch.com/tony/1b0211b1/sbox-dev_bbtgwmeZ0p.mp4)
8 Months Ago
TypeSerializedProperty.TryGetAsContainer should not propogate NoteChanged, commented on this behaviour - Fixes Facepunch/sbox-issues#5174
8 Months Ago
Can push the gizmo grid all the way down to 0.125 (with the hotkey too)
8 Months Ago
Make control sheet labels draggable
8 Months Ago
Start button on gamepad behaves the same way as hitting ESC
8 Months Ago
Merge property or variable get / set nodes
8 Months Ago
Accumulate escape presses across all input contexts - Fixes Facepunch/sbox-issues#5314
8 Months Ago
Create scene lights in default particle system query
8 Months Ago
Remove physics world creation flags
8 Months Ago
Remove userdata from physics interface
8 Months Ago
Remove pre and post solve callbacks from physics interface
8 Months Ago
Remove OverlapTest_t from physics world query, we don't use it
8 Months Ago
AMD driver check: 2.0.279 is fine for Polaris/Vega
8 Months Ago
Fix audio player play thread stomping seek request
8 Months Ago
Fix PhysicsShape.Triangulate incorrect index count
8 Months Ago
Add some null checks around lipsync processing
8 Months Ago
Fix LockCursorToCanvas on monitors with different DPI
8 Months Ago
Use string lists in ImpactEffectData
8 Months Ago
Fix music player seek not working before audio has chance to start playing
8 Months Ago
Fix icon
8 Months Ago
Add lipsync component for sound components
8 Months Ago
Add LipSyncAccessor
8 Months Ago
Run filtering in two passes to eliminate any fireflies, realtime filtering looks as good as baked filtering now https://files.facepunch.com/sampavlovic/1b2911b1/465thMK9Yq.jpg
8 Months Ago
big scruffy beard adjustment
8 Months Ago
hair texture adjustments for colour wheel
8 Months Ago
ANTLR: Support any dimension arrays Use fast envmap filtering even for static ones, looks as good if not better than brute forcing if using a few more taps, delete reference_ibl_lighting.fxc (byebye)
8 Months Ago
Allow lipsync to be enabled on music player
8 Months Ago
Add SoundHandle.LipSync to opt into lipsync processing https://files.facepunch.com/layla/1b2811b1/sbox-dev_WgcnqBpoUH.mp4
8 Months Ago
Fix texture filtering inside ui_cssbox.shader Fix filtering in other UI shaders too
8 Months Ago
Add SoundHandle.SampleRate
8 Months Ago
CSS box shader - D_BORDER_IMAGE combo should be range 0..2 Fixes sbox-issues/issues/4874
8 Months Ago
Removing shape from body will only remove contacts associated with the shape, not all contacts of the body
8 Months Ago
Use "unknown" key instead of "any" key I was using in testing
8 Months Ago
Skip driver version check if running under proton