Skip to content

Commit

Permalink
DGS Update 3.519 Stable(9/Jan/2023)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thisdp committed Jan 9, 2023
1 parent 2a1bbd9 commit 9cac38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.518
3.519

0 comments on commit 9cac38a

Please sign in to comment.