From 9cac38a7f8455d2607e0f73978f97cf46edb9a91 Mon Sep 17 00:00:00 2001 From: thisdp <30386052+thisdp@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:59:07 +0800 Subject: [PATCH] DGS Update 3.519 Stable(9/Jan/2023) 1. Added: enableDebug in config.txt to disable /debugdgs 2. Fixed: Wrong scroll bar index of gridlist make render target size incorrect 3. Removed Property: "mode" of grid list 4. Added Property: "rowShowUnclippedOnly" of grid list 5. Fixed: incorrect behavior of rounded rectangle with borderOnly 6. Fixed: loaded image of rounded rectangle doesn't work 7. Added Property: basePointOffset for dgs-dxscrollpane 8. Added Property: minViewSize for dgs-dxscrollpane 9. Added: UV is now supported by dgs basic shape (circle/rounded rectangle) 10. Added: rowImageStyle for grid list, row background image can be applied partly to items in the same row. 11. Enhanced: UVPos/UVSize of dgs image is now supporting dgs basic shader 12. Enhanced: "out of range" of grid list now has more details 13. Added: missing visible/dimension/interior functionality of dgs world 3d elements 14. Added: dgsGridListSetItemAsSection 15. Refactored: data retrieve method of grid list 16. Fixed: item 'hoverable" doesn't work 17. Fixed: some data conflicts in grid list 18. Fixed: wrong blend mode after drawing 3d interface 19. Fixed: error when using dgs-dxcanvas as texture 20. Enhanced: dgsIsMouseWithinGUI can now accept a table of dgs elements 21. Fixed: Config file doesn't get updated when there are new-added configs 22. Optimised: click variables and some internal event triggers 23. Added Function: dgsSetMouseStayDelay 24. Added Function: dgsGetMouseStayDelay 25. Added Event: onDgsMouseStay 26. Added Plugin: dgs-dxtooltip Functions: dgsCreateToolTip dgsTooltipApplyTo dgsTooltipRemoveFrom 27. Added: 3d interface support for dgsGetCursorPosition 28. Added Property: lineType of 3d line 29. Added Function: dgs3DLineSetLineType 30. Added Function: dgs3DLineGetLineType 31. Fixed: Config file being created empty for new users. 32. Added function: dgsGridListSetColumnTextColor 33. Added function: dgsGridListGetColumnTextColor --- update.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.cfg b/update.cfg index 71185835..5f7d9bfa 100644 --- a/update.cfg +++ b/update.cfg @@ -1 +1 @@ -3.518 \ No newline at end of file +3.519 \ No newline at end of file