Conversation
thisdp
added a commit
that referenced
this pull request
Apr 4, 2024
## DGS Update 3.523 Stable(4/Apr/2024) ### Improved 1. "shift+tab" can now switch to previous edit 2. Default font of items of combo box is now following "font" property, instead of remembering old font 3. Shader default texture is now using DGSBuiltInTex.white_1x1 to eliminate if-condition in shader 4. Decrease the usage of github api to reduce possibility of api cooling down 5. Split lua and shader to optimise memory 6. Make some "set" functions support a table of dgs elements as input element 7. Rename property "length" -> "cursorLength" of scroll bar 8. **New Settings System**: This will replace `config.txt` with the MTA settings system. Refer to [#133](<#133>) for more information 9. Add validation for position and size checks for render target elements in relative mode 10. Upgrade to version 1.6 [#132](<#132>) 11. Add warning for non-existing files in style ### Fixed 1. colorCoded of dgs-dxtab doesn't work 2. alternative font issue of dgs-dxedit and dgs-dxtab 3. typo of dgsGradientSetColor 4. onDgsMouseLeave/Enter isn't triggered when cursor state changes 5. edit auto complete malfunctions 6. error when destroying opened combobox 7. shadow color of icon image pf button @ihaswn ### New Properties 1. 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 1. onDgsCursorStateChange ### Removed 1. file security check (using MTA official fileGetContents) 2. element keeper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be able to use the latest functions and events of MTA, DGS will no longer support version 1.5 in the upcoming release. This PR removes any old code compatibility with version 1.5. If you are still using version 1.5, we strongly advise you to upgrade to 1.6 as soon as possible.