Releases
3.523
DGS Update 3.523 Stable(4/Apr/2024)
Latest
thisdp
released this
26 Apr 15:48
DGS Update 3.523 Stable(4/Apr/2024)
Improved
"shift+tab" can now switch to previous edit
Default font of items of combo box is now following "font" property, instead of remembering old font
Shader default texture is now using DGSBuiltInTex.white_1x1 to eliminate if-condition in shader
Decrease the usage of github api to reduce possibility of api cooling down
Split lua and shader to optimise memory
Make some "set" functions support a table of dgs elements as input element
Rename property "length" -> "cursorLength" of scroll bar
New Settings System : This will replace config.txt
with the MTA settings system. Refer to #133 for more information
Add validation for position and size checks for render target elements in relative mode
Upgrade to version 1.6 #132
Add warning for non-existing files in style
Fixed
colorCoded of dgs-dxtab doesn't work
alternative font issue of dgs-dxedit and dgs-dxtab
typo of dgsGradientSetColor
onDgsMouseLeave/Enter isn't triggered when cursor state changes
edit auto complete malfunctions
error when destroying opened combobox
shadow color of icon image pf button @ihaswn
New Properties
property "textPadding" of dgs button
New Elements
dgs-dxeffectview
dgs-dxquad: Any quadrilateral
New Functions
dgsCreateEffectView
dgsEffectViewSetEffectShader
dgsComboBoxSetScrollBarState
dgsComboBoxGetScrollBarState
dgsCreateQuad
dgsQuadSetVertices
dgsQuadGetVertices
dgsQuadSetTexture
dgsQuadGetTexture
dgsQuadSetColor
dgsQuadGetColor
dgsQuadSetColorOverwritten
dgsQuadGetColorOverwritten
dgsQuadSetRotation
dgsQuadSetRotation
dgsQuadSetTextureRotation
dgsQuadGetTextureRotation
New Events
onDgsCursorStateChange
Removed
file security check (using MTA official fileGetContents)
element keeper
You can’t perform that action at this time.