reposboxcancel

17,253 Commits over 1,338 Days - 0.54cph!

28 Days Ago
Fix TextureSequence.IsLooping resetting to true because json serialize doesn't write defaults
28 Days Ago
Dead materials
28 Days Ago
Fix rotate editor tool stomping scale
28 Days Ago
Thank god nobody was using these Delete unused shaders/includes vfx preprocessor auto includes system.fxc Raw dog bindless API, we can build something higher level on top of this
28 Days Ago
Add SceneParticles.SetControlPoint for setting models
28 Days Ago
Update shaders
28 Days Ago
Fix missing textures when trying to query cubemaps from skybox, default value for EnvironmentMap should be thrown from lightbinner, not renderingpipeline
28 Days Ago
Limit number of simultanious cubemap updates on first load to not overflow transform count in large scenes Remove S_SPECULAR_CUBE_MAP, stupid define, should just be S_SPECULAR Extra checks on HandlePendingSwapChainResize, should fix device lost issues when trying to draw subsequently Adjust number of threads on envmap filtering to avoid collision on accessing same source cubemap on per frame cubemap rendering, doesn't really slow this down
28 Days Ago
New version of moustache
28 Days Ago
Add Application.IsFocused, returns if the main game window is in focus
29 Days Ago
Serialize the interpolation bool with GameObject
29 Days Ago
Get rid of inspector filter LineEdit (doesn't do anything)
29 Days Ago
Fix to allow interp property to be set by GameObjectHeader
29 Days Ago
Hook up Interpolation enable/disable from Inspector. When Owner calls ClearInterpolation, set a bit on the update msg to have other clients do so as well. Hook up Network.Interpolation and Enable/DisableInterpolation() on the accessor.
29 Days Ago
Docs for CitizenAnimationHelper
29 Days Ago
Support warnOnMissing for SvgLoader.Load, don't spit out loads of warnings if our SVG wasn't found for input glyphs (we fall back to glyphs that always exist), display exception message in warning
29 Days Ago
Can't modify transform if we're a network object root and a proxy - we must stay true to network transform target
29 Days Ago
New Hair - Braided beard and patchy beard
29 Days Ago
Test Clean up - use TransformInterpolate class
29 Days Ago
Try adjusting size before opening menu
29 Days Ago
Debug view for scene ref nodes
29 Days Ago
Nicer action graph ValidationException stack traces https://files.facepunch.com/ziks/2024-04-03/sbox-dev_ROj6r4EUmt.mp4
29 Days Ago
WIP - trying to clamp lines to screen
29 Days Ago
Clean up - use TransformInterpolate class
30 Days Ago
Test
30 Days Ago
Check if particle manager is valid before creating query, it doesn't exist when tests are running?
30 Days Ago
Create particle query in scene world constructor instead
30 Days Ago
Add particle query for scene worlds, implement trace line for collisions https://files.facepunch.com/layla/1b0311b1/sbox-dev_tak9xhmnli.mp4
30 Days 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
30 Days Ago
Fixed NetPermission not working for static Rpcs (Fixes Facepunch/sbox-issues#5188)
30 Days Ago
Fix failing test, use float.PositiveInfinity not -1
30 Days Ago
NetList implements IList, IList<T> NetDictionary implements IDictionary, IDictionary<TKey,TValue>
30 Days 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
30 Days 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
31 Days Ago
Debug view for scene ref nodes
31 Days Ago
Add basic WorldInput component (https://files.facepunch.com/tony/1b0211b1/sbox-dev_bbtgwmeZ0p.mp4)
31 Days Ago
TypeSerializedProperty.TryGetAsContainer should not propogate NoteChanged, commented on this behaviour - Fixes Facepunch/sbox-issues#5174
31 Days Ago
Can push the gizmo grid all the way down to 0.125 (with the hotkey too)
31 Days Ago
Make control sheet labels draggable
31 Days Ago
Start button on gamepad behaves the same way as hitting ESC
31 Days Ago
Merge property or variable get / set nodes
31 Days Ago
Accumulate escape presses across all input contexts - Fixes Facepunch/sbox-issues#5314
31 Days Ago
Create scene lights in default particle system query
31 Days Ago
Remove physics world creation flags
31 Days Ago
Remove userdata from physics interface
31 Days Ago
Remove pre and post solve callbacks from physics interface
31 Days Ago
Remove OverlapTest_t from physics world query, we don't use it
32 Days Ago
AMD driver check: 2.0.279 is fine for Polaris/Vega
32 Days Ago
Fix audio player play thread stomping seek request
32 Days Ago
Fix PhysicsShape.Triangulate incorrect index count