reposboxcancel

22,417 Commits over 1,614 Days - 0.58cph!

1 Year Ago
Fixed re-creating NodeLibrary a bunch of times during startup
1 Year Ago
Fix calling base constructor in generated component types
1 Year Ago
Move to Components/Definition
1 Year Ago
Component editor
1 Year Ago
ActionGraph fixes / improvements from hackweek Everything except the component editor Fix embedding target object in scene Action Graphs Fix legacy Get Game Object node
1 Year Ago
Use standalone launcher by default
1 Year Ago
Fixed Input.Released being stomped by controller input Comment out DISABLE_VK_LAYER_VALVE_steam_overlay_1 for now, it was disabling SteamInput (god knows why)
1 Year Ago
More links on launcher
1 Year Ago
Add project from folder create new project
1 Year Ago
Component editor
1 Year Ago
ActionGraph fixes / improvements from hackweek Everything except the component editor Fix embedding target object in scene Action Graphs Fix legacy Get Game Object node
1 Year Ago
Add PhysicsBody.AddCylinderShape and PhysicsBody.AddConeShape Add hull collider component to combine multiple hull shapes with selector (box, cone, cylinder) https://files.facepunch.com/layla/1b1511b1/sbox-dev_KwarwIJ8dm.mp4
1 Year Ago
Move SegmentedControl over Add EditorUtility.DisplayDialog which asks a bool Pin/Remove works
1 Year Ago
Warnings as errors
1 Year Ago
Fixed get component helper nodes
1 Year Ago
QtAppSystem styles, filesystem ToolFramwork2 startup, use managed qt init Launcher has project list basics Paint.Draw from url is dpi aware
1 Year Ago
Give components an ID, add ComponentList.Get( guid ), serialize and deserialize component references properly Add backwards compatibility when deserializing component references (find type) Started on ComponentDefinition GameResource Proof of concept generate component type at runtime https://files.facepunch.com/ziks/2024-02-05/sbox-dev_Ga8FKcNpIW.png Implemented properties in component definitions https://files.facepunch.com/ziks/2024-02-05/sbox-dev_KJpUex47QT.png Fixed hotloading ComponentDefinition changes BaseResourceEditor.SavedToDisk() Started on a ComponentDefinitionEditor Property editing mostly working Get rid of Asset.SaveToMemory Avoid re-deserializing GameResources after they have just saved to file Fix ComponentDefinition not building on change WIP editor for adding methods to components https://files.facepunch.com/ziks/2024-02-06/sbox-dev_eh9gkCe81q.png Generate method stubs based on component definition Implemented calling methods on generated components ActionGraphComponentTemplate Action Graph editor tweaks Fix Action Graph node pulsing being unreliable Make sure graph is saved to file on Ctrl+S when embedded in resource Create methods from inside the Action Graph editor Action Graph: Double-click on a property to edit it https://files.facepunch.com/ziks/2024-02-07/devenv_aHfLD4Qsb5.mp4 Action Graph: double-click on method node to go to definition Use CodeEditor.OpenFile() when double-clicking nodes https://files.facepunch.com/ziks/2024-02-07/devenv_u7cl3d2Gzu.mp4 Enter name when creating method out of nodes ActionGraph, ShaderGraph: store view in cookie per-asset Can create component properties from within the Action Graph editor https://files.facepunch.com/ziks/2024-02-08/devenv_AN2eN6L2BR.mp4 Node grouping tweaks More node list tweaks https://files.facepunch.com/ziks/2024-02-08/sbox-dev_gRcj5bOB44.mp4 Can directly use component properties as node inputs https://files.facepunch.com/ziks/2024-02-08/sbox-dev_sjs44F0SQM.mp4 Fixed private [Property] not showing up in node list Menu.AddOptions() Refactor GraphView to use Menu.AddOptions TypeControlWidget now uses Menu.AddOptions too More node list tweaks Fix clearing and expanded output Double-click on an output to auto expand / hide expanded outputs https://files.facepunch.com/ziks/2024-02-08/sbox-dev_KZJs1sxKKy.mp4 Specify which members should get auto-expanded on double-click Update Facepunch.ActionGraphs, fix filtering methods for parameter safety Implement expression methods / outputs Fix invalid program involving value type inputs Rebuild component type if method or property removed Menu.AddOptions: support having headings at any depth https://files.facepunch.com/ziks/2024-02-09/devenv_mRkCi2hCHa.mp4 Node list tweaks Playing with a live value inspector on hover https://files.facepunch.com/ziks/2024-02-09/sbox-dev_0Iwj4OgIbd.mp4 Can set default values for component properties again https://files.facepunch.com/ziks/2024-02-09/sbox-dev_v4JnzXDks5.mp4 ComponentDefinition property default value hotload fixes Create properties from inputs Fix menu item ordering with headers Fully refresh component list on hotload Small Action Graph editor fixes Node library tweaks EnterNameMenu fixes Avoid re-using member names of deleted members Use aliases for types like float, int, bool WIP Update Facepunch.ActionGraphs Fix after rebase WIP simplifying after ActionGraph refactor Support custom [ClassName] when serializing type references in ActionGraph ???? Fix deserializing override methods Fix passing target Fix creating local instance nodes Fix target type in editor Re-implement embedding target in scene ActionGraphs
1 Year Ago
Fix Camera.RenderToTexture incorrect aspect when using ortho, just use ortho height, we don't use ortho width and it should be removed
1 Year Ago
CanSpawnObjects settable only by the host
1 Year Ago
Make it CanSpawnObjects
1 Year Ago
Init qt fonts properly Init qt dirs properly
1 Year Ago
GatherVisibleLightsGPU Move depth prepass to be the first pass of everything, we'll use it on lightbinner for light culling from now on Do lightbinning for light culling on render thread when a layer first wants to request lights, guarantees we have a depth pyramid by then If we are on a render thread just do a simple flush for ForceFlushGPU(), we just want the GPU to finish it's work, not clean up things
1 Year Ago
ContextTools not used anymore Delete Command.Collection, simplify concommand internals. Change how cookies work, filenames (your cookies will be cleared) Update default editor layout Delete empty cookie files instead of writing them Fix convar values being wrong
1 Year Ago
ProjectList: fix NRE on Project.Current
1 Year Ago
Fix InputRouter not passing to game when no menudll is loaded Fix launch settings, remove bullshit ones
1 Year Ago
Treat warnings as errors so I stop pushing shit code and having CI fail Fix warning
1 Year Ago
Initialize these engine classes outside of MenuDll now that editor doesn't run menu dll Null check a bunch of IMenuDll.Current calls
1 Year Ago
Remove a test log CodeGen static array for attributes on a CodeGenerator method/prop now marked as [SkipHotload] and readonly, so they do update when changed
1 Year Ago
Fade in explanation
1 Year Ago
Fix game test
1 Year Ago
Fix unit tests
1 Year Ago
Tweak how launching works, don't put tools and game in their own contexts anymore Add QtAppSystem Update QApp.def
1 Year Ago
Add SkinnedModelRenderer.AnimationGraph to override animgraph
1 Year Ago
Can a connection create objects? Send network destroy even if DestroyImmediate is called Ownership authority flags Let GameObject have [Sync] too (test) Reorder enum, add [Expose] Change up logic for can create objects - only check if we have a source Default CanCreateObjects to true for now (this is current behavior) Initial implementatior for ownership authority Use NetworkAccessor for changing ownership authority. (Temp? Depending on review) don't use TL for set prop for Sync Vars Initial implementation of Rpc authority
1 Year Ago
Fix a couple of invalid cases for compute shaders when viewport is very small but not zero
1 Year Ago
Nicer assert for invalid vk compute shaders, and don't actually dispatch invalid ones otherwise we'll probably crash Fuck this test for now, a full end to end test for opening a project would be better
1 Year Ago
Re-organise launcher projects
1 Year Ago
Add Reset to Default support for ControlSheet properties https://files.facepunch.com/tony/1b1411b1/sbox_KIMZGVsIH7.mp4
1 Year Ago
Fix empty test warning. Test OpenProject directly
1 Year Ago
Add EditorHandle for TextRenderer https://files.facepunch.com/tony/1b1411b1/sbox_QaTjrkmULD.png
1 Year Ago
Remove File -> New Game Project... Make project opening code more predictable, move to Sandbox.Tools, fix compiling before dependant packages are installed, kill more content mode shit.
1 Year Ago
1 Year Ago
Adding documentation for the api page
1 Year Ago
strip unused Remove unused
1 Year Ago
Abs the radius in Gizmo.Draw.LineCylinder so it isn't all fucky
1 Year Ago
Allow multiple ShowIfAttributes, will show property if any of them are true
1 Year Ago
Add SerializedProperty.GetAttributes, will be needed if we want to get multiple attributes
1 Year Ago
Fix triggers activating when collision default is set to ignore
1 Year Ago
Make a deep copy when getting common inputs Remove NetAttribute, LocalAttribute, PredictedAttribute (unused)
1 Year Ago
Fix tests