summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-07Merge pull request #41568 from dalexeev/config_file_empty_sectRémi Verschelde
Fix saving section-less keys in `ConfigFile`
2022-06-07Merge pull request #61284 from KoBeWi/steal_image()Rémi Verschelde
Remove image property of ImageTexture
2022-06-07Merge pull request #59786 from V-Sekai/ok_colorRémi Verschelde
Allow picking similar colours using OKHSL.
2022-06-07Merge pull request #61779 from RechieKho/zoom_100_percent_errorRémi Verschelde
Define zoom shortcut before using it
2022-06-07Merge pull request #47461 from sps1112/bind-vararg-enumRémi Verschelde
Bind METHOD_FLAG_VARARG as an Enum Constant in Core Constants
2022-06-07Merge pull request #49028 from HaSa1002/fix-spin-slider-mouse-warpHugo Locurcio
2022-06-07Fix `EditorSpinSlider` mouse reset position on tree exitJohannes Witt
2022-06-07Merge pull request #55909 from ↵Clay John
Calinou/volumetric-fog-tweak-temporal-reprojection-range-hint Tweak the volumetric fog temporal reprojection property hint
2022-06-07Bind vararg method flag in core constantssps1112
2022-06-07Fix saving section-less keys in `ConfigFile`Danil Alexeev
2022-06-07Remove image property of ImageTexturekobewi
2022-06-07Merge pull request #61751 from KoBeWi/🐱‍👤Rémi Verschelde
2022-06-07Define zoom shortcut before using itRechieKho
2022-06-07Merge pull request #50349 from Calinou/array-add-some-everyRémi Verschelde
Add `any()` and `all()` methods to Array
2022-06-07Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee
2022-06-07Merge pull request #61726 from YeldhamDev/always_clearRémi Verschelde
Take into account the clear icon's size even when not visible in `LineEdit`s
2022-06-07Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi
2022-06-07Merge pull request #61737 from LightningAA/fix-frac-typoRémi Verschelde
Fix typo "Frac" instead of "Fract"
2022-06-07Merge pull request #61767 from KoBeWi/tiling_speedrunRémi Verschelde
Add shortcuts to GenericTilePolygonEditor
2022-06-07Merge pull request #61651 from Haydoggo/path-editor-handle-swapRémi Verschelde
Fix end handles being reversed in Path3DGizmo
2022-06-07Add shortcuts to GenericTilePolygonEditorkobewi
2022-06-06Merge pull request #59883 from KoBeWi/merge_thisRémi Verschelde
2022-06-06Merge pull request #61763 from bruvzg/rtl_predeleteRémi Verschelde
2022-06-06[RTL] Stop processing thread before deleting scroll bar.bruvzg
2022-06-06Merge pull request #61732 from aaronfranke/arch-os-featureRémi Verschelde
2022-06-06Merge pull request #61753 from timothyqiu/own-worldRémi Verschelde
2022-06-06Improve architectures in OS::has_feature and make them work on MSVCAaron Franke
2022-06-06Fix `Viewport.own_world_3d` documentationHaoyu Qiu
Also fixed the naming of the setter's parameter and made an `if` block straightforward.
2022-06-06Merge pull request #61746 from bruvzg/gde_hashRémi Verschelde
2022-06-06[GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg
2022-06-06Merge pull request #61724 from iwek7/fixing_rich_text_labelRémi Verschelde
Fix richTextLabel scroll showing
2022-06-05Fix typo "Frac" instead of "Fract"Aaron Record
2022-06-05Merge pull request #61707 from KoBeWi/GradientTextureXDRémi Verschelde
Increase maximum size of gradient textures
2022-06-05Merge pull request #61700 from Rindbee/fix-strange-behavior-with-list-close-tagRémi Verschelde
Fix strange behavior with list close tags and empty list tags
2022-06-05Merge pull request #61725 from KoBeWi/one_line_that_changed_the_worldRémi Verschelde
Enable nearest filtering in shrunk 3D viewport
2022-06-05Fix richTextLabel scroll showingiwek
2022-06-05Take into account the clear icon's size even when not visible in `LineEdit`sMichael Alexsander
2022-06-05Enable nearest filtering in shrunk 3D viewportkobewi
2022-06-05Increase maximum size of gradient textureskobewi
2022-06-05Merge pull request #61719 from againey/fix-inverted-wheel-zoom-canvas-editorYuri Rubinsky
2022-06-05Fix inverted mouse wheel zoom in CanvasItemEditor #61716Andy Gainey
Bug introduced in bb07c6a7d0 while fixing symmetry of zooming in and out.
2022-06-05Merge pull request #61696 from guilhermefelipecgs/fix_menusRémi Verschelde
Removes start/end states from menus
2022-06-05Merge pull request #61690 from againey/zoom-fix-for-canvas-item-editorRémi Verschelde
Fix zoom in callback for CanvasItemEditor to use correct numeric sign
2022-06-05Merge pull request #61335 from nathanfranke/configuration-typoRémi Verschelde
rename 'configuration' to 'replication_config' in MultiplayerSynchronizer
2022-06-04rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke
2022-06-05Merge pull request #61678 from KoBeWi/🌲💥Rémi Verschelde
Fix crash with empty scenes
2022-06-04Merge pull request #61695 from winston-yallow/fix-congiguration-typoRémi Verschelde
Typo: Change "congiruation" into "configuration" for MultiplayerSynchronizer
2022-06-04Removes start/end states from menusGuilherme Felipe de C. G. da Silva
2022-06-05Fix strange behavior with list close tags and empty list tagsRindbee
Fix the first two points in #61621. Support for two writing ways: compact or loose. The loose one is designed for easy editing in the editor. For this, the first blank line (if exists) right after the list tags (`[ol]`, `[/ol]`, `[ul]`, and `[/ul]`) will be ignored. Make sure the empty list contains at least one item, that is, an empty list is ultimately a list with one item. As a reminder here is a list.
2022-06-04typo: change congiruation into configurationWinston Yallow