userAlexcancel

572 Commits over 396 Days - 0.06cph!

12 Months Ago
Fix order of operations when rendering drop shadows
12 Months Ago
Squashed commit for all the conveyor stuff
12 Months Ago
CSS Drop Shadows (#1069) https://files.facepunch.com/alexguthrie/1b0511b1/drop_shadow.png
12 Months Ago
Combine identical SetBoxShadow and SetTextShadow functions into one Drop shadow property Drop shadow menu UI test Initial rendering support for drop-shadow https://files.facepunch.com/alexguthrie/1b0511b1/devenv_wIlk5l0DF3.mp4 Multiple tests for mask, multiple filter modes, etc. https://files.facepunch.com/alexguthrie/1b0511b1/sbox-dev_quSj9lxmDS.png Shader cleanup + optimized compile Render each shadow separately, means we can have multiple drop shadows if we want Move drop-shadow stuff into its own shader, makes sense to separate this out now Minor tweaks + optimized compile for ui_filter and ui_dropshadow Clean up layer rendering Remove ExCSS import (???) Recompile ui_filter.shader
12 Months Ago
Remove ExCSS import (???)
12 Months Ago
Clean up layer rendering
12 Months Ago
Render each shadow separately, means we can have multiple drop shadows if we want Move drop-shadow stuff into its own shader, makes sense to separate this out now Minor tweaks + optimized compile for ui_filter and ui_dropshadow
12 Months Ago
Multiple tests for mask, multiple filter modes, etc. https://files.facepunch.com/alexguthrie/1b0511b1/sbox-dev_quSj9lxmDS.png Shader cleanup + optimized compile
12 Months Ago
Combine identical SetBoxShadow and SetTextShadow functions into one Drop shadow property Drop shadow menu UI test Initial rendering support for drop-shadow https://files.facepunch.com/alexguthrie/1b0511b1/devenv_wIlk5l0DF3.mp4
12 Months Ago
First pass on runtime-generated conveyor meshes Improved conveyor mesh gen, fits corners better Clean up conveyor meshing code, better UV mapping Set lenient render bounds for conveyor entity mesh Clean up conveyor meshing code Conveyor debug Conveyors take Start, End, and 2 control points
12 Months Ago
Disable VR assert handler Use GetLastPoses instead of WaitGetPoses 🤦‍♂️ Move menu chord check into a better place, keep track of state change
12 Months Ago
tiny inventory style adjustments / fixes Use material icons
12 Months Ago
Interop bindings for OpenVR overlay intersection Expose VR compositor to managed context VR - only wait for present if we have a valid swapchain Bind GetTrackedDeviceIndexForControllerRole Add GetTipTransformForDevice, use ComputeOverlayIntersection for virtual mouse pos inside VROverlay Nicer way of doing all this custom input stuff TryGetInputDataForControllerRole, don't set nPriority manually (it gets overridden by dashboard anyway) Use dominant hand for VROverlay inputs (for now) Add bindings for action data Fetch & use trigger handle for button presses - probably not the best way to do this, but it'll do for now Managed only menu chord binding Temp place for menu binding hook up, just wanna make sure it works Move menu screen test Forgot to hook up menu chord on right controller, oops
12 Months Ago
Managed only menu chord binding Temp place for menu binding hook up, just wanna make sure it works Move menu screen test Forgot to hook up menu chord on right controller, oops
12 Months Ago
Make citizen look much less intimidating in inventory menu
12 Months Ago
Inventory UI rework https://files.facepunch.com/alexguthrie/1b3111b1/sbox-dev_ySaBroedEg.png Basic cubic bezier implementation
12 Months Ago
Use dominant hand for VROverlay inputs (for now) Add bindings for action data Fetch & use trigger handle for button presses - probably not the best way to do this, but it'll do for now
12 Months Ago
TryGetInputDataForControllerRole, don't set nPriority manually (it gets overridden by dashboard anyway)
12 Months Ago
Interop bindings for OpenVR overlay intersection Expose VR compositor to managed context VR - only wait for present if we have a valid swapchain Bind GetTrackedDeviceIndexForControllerRole Add GetTipTransformForDevice, use ComputeOverlayIntersection for virtual mouse pos inside VROverlay Nicer way of doing all this custom input stuff
12 Months Ago
Inventory rewrite
12 Months Ago
Add GetTipTransformForDevice, use ComputeOverlayIntersection for virtual mouse pos inside VROverlay
12 Months Ago
VR - only wait for present if we have a valid swapchain Bind GetTrackedDeviceIndexForControllerRole
12 Months Ago
Expose VR compositor to managed context
12 Months Ago
Interop bindings for OpenVR overlay intersection
12 Months Ago
Add Asset.DumpThumbnail, as well as Dump Thumbnail(s) in asset list context menu
12 Months Ago
Use clamp for texture filtering instead of border inside UI filters, makes blur filter look nicer https://files.facepunch.com/alexguthrie/1b2411b1/filter.png
12 Months Ago
Fix mask image test layout
12 Months Ago
Hide "open menu screen" editor buttons if project isn't active Don't know if this is permanent. Related to sboxgame/issues/3318
12 Months Ago
Custom mask-scope property: default for normal masks, filter to apply to any filters Useful for applying blurs etc. in select areas https://files.facepunch.com/alexguthrie/1b2311b1/sbox_69UkTGRaTg.mp4
12 Months Ago
CSS Masks (#1040) https://files.facepunch.com/alexguthrie/1b2211b1/sbox_fQKTQ4VNsj.mp4
1 Year Ago
Do optimized compiles for ui_cssbox and ui_filter
1 Year Ago
Revert temp changes I made to the menu, didn't mean to commit these
1 Year Ago
Full mask shorthand support - should work with all combinations I think
1 Year Ago
Fix mask-position Move image rect calculations into a class shared between background image and mask image Initial `mask` shorthand support
1 Year Ago
Initial mask-image implementation https://files.facepunch.com/alexguthrie/1b1711b1/sbox_YDcpSIrUj9.png Mask-mode property, supports luminance & alpha New mask-image tests Apply css mask in panel layers https://files.facepunch.com/alexguthrie/1b1811b1/sbox_T4K1fa32Po.png Tests for mask-position, mask-size Basic mask-size, mask-position support, use custom alpha texture for tests We handle proper defaults for mask-size and mask-position, so no need to hack around it MaskAngle, convert to radians properly after parsing angles Use dict for angle direction LUT (easier to read) Fix RotateTexCoord not rotating correctly when given radians as input Simpler mask image test menu
1 Year Ago
Simpler mask image test menu
1 Year Ago
Fix RotateTexCoord not rotating correctly when given radians as input
1 Year Ago
Basic mask-size, mask-position support, use custom alpha texture for tests We handle proper defaults for mask-size and mask-position, so no need to hack around it MaskAngle, convert to radians properly after parsing angles Use dict for angle direction LUT (easier to read)
1 Year Ago
Tests for mask-position, mask-size
1 Year Ago
Apply css mask in panel layers https://files.facepunch.com/alexguthrie/1b1811b1/sbox_T4K1fa32Po.png
1 Year Ago
New mask-image tests
1 Year Ago
Initial mask-image implementation https://files.facepunch.com/alexguthrie/1b1711b1/sbox_YDcpSIrUj9.png Mask-mode property, supports luminance & alpha
1 Year Ago
Asset list: show padlock on local assets without source content (issues/2364)
1 Year Ago
Multiple asset browsers (#994)
1 Year Ago
Refresh cookies when visibility is changed to true rather than inside DoLayout DoLayout is called every frame in some cases, this fixes flickering caused by that
1 Year Ago
Make EditorMainWindow default layout more readable, uses a raw string literal
1 Year Ago
Auto-add widgets created thru DockManager.Create<T> to dock
1 Year Ago
TryCreate throws exceptions so we'll just make it Create instead
1 Year Ago
Handle copy/move when dragging from file explorer
1 Year Ago
When creating widgets by type, pass "this" dockmanager in constructor args instead of calling SetParent manually later Make widget creation error messages more helpful