userAlexcancel
reposboxcancel

724 Commits over 672 Days - 0.04cph!

11 Days Ago
Standalone: better widgets for branding - can't figure out how to lay these out nicely right now though https://files.facepunch.com/alexguthrie/1b0711b1/sbox-dev_WR7bhtL8E4.png Standalone: make it clearer when we've finished an export
12 Days Ago
Standalone: we might need this DLL actually 🙈
13 Days Ago
Standalone: Separate operations up into build steps & sort Standalone: ignore dxcompiler
14 Days Ago
Standalone: projects that only have the VR control mode enabled should automatically launch in VR, otherwise default to using the `-vr` launch param
19 Days Ago
Standalone: build page shows failures and progress more clearly, don't auto advance so we can see what's fucking up https://files.facepunch.com/alexguthrie/1b3011b1/sbox-dev_1Nb5BFbmtw.png
19 Days Ago
Standalone: export presets https://files.facepunch.com/alexguthrie/1b3011b1/sbox-dev_zi12A4W7uN.mp4
19 Days Ago
Standalone: move stuff over to whitelist system, remove EnabledAddons (we only have `base` now)
19 Days Ago
Standalone: core file whitelist, reduces minimal export size by 300MB (1.2GB -> 800MB) https://files.facepunch.com/alexguthrie/1b3011b1/WizTree64_hoaOoWymnw.png
20 Days Ago
Editor: add non-collapsable group widget Standalone: make initial wizard page more bearable
20 Days Ago
Standalone: don't export citizen addon separately (we already work out which assets we need) Standalone: skip Sentry Load startup backgrounds from vtex Standalone: can pick custom startup image Standalone: Custom icon support Standalone: Don't set icon/splash screen if not specified
26 Days Ago
VR: Remove obsolete controller checking bools that nobody's using VR: Add IsHandTracked bool to VRController, update fpxr to 5cf7ff24f5b157166102c8e4898bb84b4accb952 VR: Add MotionRange to VRController.GetJoints, update fpxr to 8822f0461709fbd2eda8fe004d51af79d47e6aa9 e.g. ```csharp Input.VR.LeftHand.GetJoints( MotionRange.Hand ); // default Input.VR.LeftHand.GetJoints( MotionRange.Controller ); // tries to wrap hands around the controller ``` VR: Better controller interactions in menu, move panel to a more comfortable height
28 Days Ago
In VR, menu defaults to having VR tag enabled
28 Days Ago
Move VRSceneSwitcher + add warning and move back to OnAwake, recompile main menu
28 Days Ago
Force add compiled VR menu scene
29 Days Ago
Move VR scene switcher logic into OnStart
32 Days Ago
Editor: Launch dedicated server option (we probably want some way to join it from editor?)
33 Days Ago
VR: More stuttering-related fixes, don't alloc joint data every frame VR: Improved main menu scene VR: Only create debug callback if `-vrdebug` is specified as a launch parameter
40 Days Ago
VR: Deprecate List-based `VRController.GetJointData()`, replace with array-based `VRController.GetJoints()`
40 Days Ago
VR: clean up logging VR: Synchronization refactor, update Facepunch.XR to 1c1b65ae7ec5ef89ff2f1e508f4bcdbea58ebd3c Removes Sync() call, should remove jittering(!), and reduces unnecessary logging
42 Days Ago
Fix missing standalone files sbox-issues/issues/7241
2 Months Ago
Generated csproj LangVersion 11 -> 13
2 Months Ago
Clean up and optimize shader Clamp to viewport again
2 Months Ago
Fix undo for envmap probe bounds Fixes sbox-issues/issues/7181 Fix TreeView not passing skipEvents fully, trigger ItemsSelected at end - fixes Facepunch/sbox-issues#6845 Santa Outfit (#1743) Wipe my ass layer doing nothing Unused Occlusion query layer Remove r_tiled_rendering toggle, it is a requirement of any forward+ pipeline Tiled culling in managed render pipeline Depth only prepass very likely doesn't need lighting constants Lightbinner layer managed Fix ObjectHighlight.shader Make sure turning direct/indirect lighting off still works on managed lightbinner layer memdbgon.h doesn't belong in a .h file Santa jacket/trousers lods (citizen version) Searching by filename with extension will test correctly with assets too, fixes Facepunch/sbox-issues#7174 Navigate to project root instead of selecting engine asset when ShowBaseContent is disabled, fixes Facepunch/sbox-issues#7175 Move 'Show Base Content' toggle to asset browser toolbar so people stop acting like I've stolen their car keys https://files.facepunch.com/solw/2024/December/17_16-46-AquamarineHound.png Humans: add temporary intercardinal movement animations derived from offset cardinal directions + use new mixed animgraph setup Santa jacket/trousers lods (human version) Allow AssetType to get all file extensions, primary and additional Remove hacky fix for image extension tags, do it properly Make this readonly list so it can't be fucked with Santa jacket uses neck_clothing bone to minimise twist deformation Get safer sceneobject bounds, return zero size bounds for infinite sceneobject bounds - getting infinite bounds is not desired There's a typo here in ModelRenderer.LocalBounds Add TagsControlWidget Don't use bind system for these control widgets, feels like the old way of doing things Can now drag one or multiple entries directly onto the "+" button in a List instead of having to create the entries and drag individually. Resolves Facepunch/sbox-issues#7197 https://files.facepunch.com/CarsonKompon/2024/December/18_08-58-FocusedMassasauga.mp4 Support non-array drags on ListControlWidget since not all widgets use arrays for single asset drags vmdl will add animations as a proper source dependency, so they get uploaded ( #1741 ) Fix possible NRE in PathWidget ListControlWidget now supports multiedit, only showing matching indexes Add and Remove buttons now work when MultiEditing a List Added support for re-ordering lists during a Multiselect https://files.facepunch.com/CarsonKompon/2024/December/18_11-03-AjarBaiji.mp4 Right Click -> Duplicate now works on Multiselect Lists Merge branch 'master' into gpu-occlusion-culling2
2 Months Ago
Make culling faster & more accurate by bailing early if we know any corner is visible, use local model bounds converted to world https://files.facepunch.com/alexguthrie/1b1811b1/sbox-dev_zt7IOESilA.mp4
2 Months Ago
Clean up, only apply culling if enabled https://files.facepunch.com/alexguthrie/1b1811b1/sbox-dev_f0PdSpDS9b.mp4
2 Months Ago
Cache all gameobject bounds, fit parent bounds to children Readback runs callback, applies culling to sceneobject (tho we should really apply this per-view) Rather than clamping to viewport, if all corners of bbox are off-screen, cull the object
2 Months Ago
Clean up
2 Months Ago
Flush
2 Months Ago
Cache GameObject bounds Fix a few things inside occlusion culling render layer Wrap occlusion objects inside a record Remove more native occlusion culling stuff
2 Months Ago
Initial Use spheres so we only have to send a single list of vec4s over Gather objects Split logic into COcclusionCullingStandard Change order, gather correctly, readback, count visible + culled objects Reject occluded objects, tweak gather & shader Improved gather, only select the objects we want Shader re-write, output object depth and buffer depth for debug Put debug spew behind convar, tweak shader Tidy up, add CSceneObjectCullingData, add user-controllable per-camera toggle for occlusion culling Stash shader before I re-write to use AABB Switch to using bboxes for slightly more accurate results, hi-z mip checks Start moving all this over to managed, we can benefit from various things here
2 Months Ago
Initial Use spheres so we only have to send a single list of vec4s over Gather objects Split logic into COcclusionCullingStandard Change order, gather correctly, readback, count visible + culled objects Reject occluded objects, tweak gather & shader Improved gather, only select the objects we want Shader re-write, output object depth and buffer depth for debug Put debug spew behind convar, tweak shader Tidy up, add CSceneObjectCullingData, add user-controllable per-camera toggle for occlusion culling Stash shader before I re-write to use AABB Switch to using bboxes for slightly more accurate results, hi-z mip checks
2 Months Ago
Stash shader before I re-write to use AABB Switch to using bboxes for slightly more accurate results, hi-z mip checks
2 Months Ago
Tidy up, add CSceneObjectCullingData, add user-controllable per-camera toggle for occlusion culling
2 Months Ago
Put debug spew behind convar Shader tweaks Not perfect yet, but definitely a step in the right direction https://files.facepunch.com/alexguthrie/1b1211b1/NVIDIA_Overlay_J85xCR3e3b.mp4
2 Months Ago
Improved gather, only select the objects we want Shader re-write, output object depth and buffer depth for debug
2 Months Ago
Reject occluded objects, tweak gather & shader Quite conservative right now and not perfect
2 Months Ago
Change order, gather correctly, readback, count visible + culled objects
2 Months Ago
This makes more sense Gather objects Split logic into COcclusionCullingStandard
3 Months Ago
Use spheres so we only have to send a single list of vec4s over
3 Months Ago
Initial
3 Months Ago
UI: Set Button.Active inside TabContainer rather than setting active class directly (consistent with ButtonGroup)
3 Months Ago
UI: Fix worldpanel filters, save off default viewport Z range when setting a render target (solves depth issues after pushing/popping worldpanel filters) https://files.facepunch.com/alexguthrie/1b2911b1/sbox-dev_Nl7AwCZeb5.mp4
3 Months Ago
VR: more logging, always enable debug callback VR: add -novr force disable Update fpxr to 8e70816536da3c657eb9f9a7b815268c5ef7a729, improves headset checks
3 Months Ago
UI: Expose UI.WorldInput.Hovered inside WorldInput component
3 Months Ago
VR: check for headset in PreInit() instead of Init()
3 Months Ago
VR: init g_pVrSystem before finishing material system setup
3 Months Ago
Update Facepunch.XR to 1dce6d64669f0c19b0e43936bf53b1770d50a6f8, cache HasHeadset value Don't build VR Toggle Widget if there's no headset or runtime
3 Months Ago
Update Facepunch.XR and defs to 24b8e70e5c89d04b3f42d8b022bf97e05b82349f, adds check for headset/runtime availablity VR initialization changes - always load VR extensions if there's a runtime and headset available, so we can init mid-session Editor: Make ToggleSwitch look nicer Add toggle switch in editor for VR https://files.facepunch.com/alexguthrie/1b0711b1/sbox-dev_k3x5LXNKca.png
3 Months Ago
Remove unused OpenXR launch environment variables Update Facepunch.XR to ec56d1c119e0251cbc105be8a26792e266b68ed3, fixes some minor launching issues VR hand component fixes VR world input component Remove unused VR bits in MenuSystem Basic VR scene menu, loads automatically if VR is enabled
4 Months Ago
Clean up EditorUtility.PlayAssetSound a bit Ignore edging when drawing text outlines, helps with `font-smooth: never;` in combination with `text-stroke` Facepunch/sbox-issues/issues/6764