Commit Graph

40704 Commits

Author SHA1 Message Date
Rémi Verschelde d746475708
Merge pull request #56649 from bruvzg/ts_fix_bmp_gl_index_and_text_edit_rounding
Fix glyph index for bitmap fonts and glyph positions in the TextEdit.
2022-01-10 09:11:30 +01:00
Max Hilbrunner 4e5969c6f0
Merge pull request #56656 from skyace65/NormalMap
Fix normal map description
2022-01-10 08:37:41 +01:00
Max Hilbrunner dbaa9273ee
Merge pull request #56638 from skyace65/ScriptProperty
Add a note that the script property is part of the object class
2022-01-10 08:23:53 +01:00
bruvzg 8c973f21ee
Fix glyph index for bitmap fonts.
Fix TextEdit glyph position rounding.
2022-01-10 08:00:27 +02:00
Darren Kaste b0d9e14155 Fix canvas items being drawn outside clip rects 2022-01-09 18:15:46 -05:00
Rémi Verschelde 5f7c1081a7
Merge pull request #56650 from KoBeWi/tween_revive()
Restore Tween easing descriptions
2022-01-09 23:09:52 +01:00
Rémi Verschelde 096b050d1c
Merge pull request #56654 from bruvzg/fix_button_text_align
Fix button multiline text alignment.
2022-01-09 23:09:06 +01:00
skyace65 d856074488 Fix normal map description 2022-01-09 15:03:33 -05:00
bruvzg c89ee71297
Fix button multiline text alignment. 2022-01-09 21:25:28 +02:00
kobewi 205f56f226 Fix Tween pause behavior 2022-01-09 19:38:18 +01:00
kobewi cc5dac1e50 Restore Tween easing descriptions 2022-01-09 19:35:03 +01:00
zacryol 4f9365dedf Expand description of is_on_X methods for CharacterBody2D/3D
Clarifies in the description for each method that the `up_direction` and `floor_max_angle`
properties are used to determine the status of a collided surface.
2022-01-09 11:21:23 -07:00
Ger Hean 609964848d Fix leak when function returning self type
Leak is caused by cyclic reference
2022-01-10 02:14:48 +08:00
Rémi Verschelde b6b81e800a
Merge pull request #56643 from AnilBK/path2D-check-point-count
Path2D: Check points count before rendering.
2022-01-09 19:13:21 +01:00
bruvzg c89c515ccf
[TextServer] Improve ligature cursor handling.
Fix mid-grapheme hit test.
Fix OpenType features property handling, add default features override option.
Enable mid-grapheme cursor by default.
2022-01-09 19:03:48 +02:00
Yuri Roubinsky e9694a8971 Add context menu to visual script editor 2022-01-09 19:19:39 +03:00
skyace65 66fae485ea Add a note that the script property is part of the object class 2022-01-09 10:26:16 -05:00
Anilforextra b770a4d0ac Path2D: Check points count before rendering. 2022-01-09 15:17:41 +05:45
kobewi 892d93759c Set max value of inactive TextEdit scrolls to 0 2022-01-09 01:45:07 +01:00
Rémi Verschelde 5a61822d7c
Merge pull request #56626 from KoBeWi/FilterDialog
Improve FileDialog filters
2022-01-09 00:52:29 +01:00
Max Hilbrunner d332412dc6
Merge pull request #56624 from timothyqiu/doc-fixes
Misc documentation improvements
2022-01-08 23:41:59 +01:00
Rémi Verschelde a489eb853d
Merge pull request #56618 from Pineapple/uwp-qpc-tweaks
UWP: Simplify QueryPerformanceCounter usage
2022-01-08 23:40:24 +01:00
Rémi Verschelde 277a159c48
Merge pull request #56497 from Pineapple/qpc-tweaks
Windows: Simplify QueryPerformanceCounter usage
2022-01-08 23:40:01 +01:00
Rémi Verschelde 1f2958861c
Merge pull request #56330 from nikitalita/convert-old-octahedral
Convert octahedral compressed normals/tangents on 3.x meshes
2022-01-08 23:38:44 +01:00
Rémi Verschelde 32abe36cce
Merge pull request #56617 from AnilBK/use_fill
Use fill() to fill an entire image instead of setting pixels individually.
2022-01-08 23:38:06 +01:00
Rémi Verschelde e03714f66c
Merge pull request #56613 from V-Sekai/gltf-skip-draco
Skip Draco-compressed glTF 3d format files.
2022-01-08 23:31:39 +01:00
Yuri Roubinsky bd61d8f80c Enhances a shader uniform limit warning 2022-01-08 21:44:37 +03:00
K. S. Ernest (iFire) Lee b468104842 Skip Draco-compressed glTF 3d format files. 2022-01-08 10:14:46 -08:00
kobewi b403954e41 Improve FileDialog filters 2022-01-08 16:27:15 +01:00
Haoyu Qiu 6f0e31a3c9 Misc documentation improvements 2022-01-08 22:38:55 +08:00
Bartłomiej T. Listwon b6cfc55113 Removed redundant ClassDB::is_class_enabled() and moved second dynamic_cast inside worst case if 2022-01-08 14:09:22 +01:00
Haoyu Qiu 8fc73539e9 Allow showing both left and right side panels 2022-01-08 20:31:22 +08:00
Bartłomiej T. Listwon 24fe82da63 UWP: Simplify QueryPerformanceCounter usage 2022-01-08 13:10:27 +01:00
nikitalita 92a0cbccd5 convert old octahedral compressed normals/tangents 2022-01-08 04:03:57 -08:00
Anilforextra c9f5d88f3a Use fill() to fill an entire image instead of setting pixels individually. 2022-01-08 17:43:15 +05:45
Rémi Verschelde 13d25f9980
Merge pull request #56608 from jmb462/itemlist_item_selectable
Expose selectable property of ItemList's Item and set default to true
2022-01-08 11:48:33 +01:00
Rémi Verschelde cb7daddbeb
Merge pull request #54647 from rafallus/fix/popupmenu_ids
Fix `PopupMenu` items id range in inspector
2022-01-08 11:39:09 +01:00
Rémi Verschelde 21888d4818
Merge pull request #56612 from Calinou/editor-settings-internal-toast-hint
Display automatically chosen value for the internal toast editor setting
2022-01-08 11:34:19 +01:00
Rémi Verschelde c4ac35485e
Merge pull request #56606 from Calinou/update-doc-status-script
Update doc_status script to support constructors and operators docs
2022-01-08 11:00:23 +01:00
rafallus 38d578e24e Fix `PopupMenu` items id range in inspector 2022-01-07 19:58:09 -06:00
Hugo Locurcio f0f1079ea4
Display automatically chosen value for the internal toast editor setting 2022-01-08 02:32:53 +01:00
jmb462 cf5cad7126 Expose selectable property of ItemList's Item 2022-01-08 00:32:12 +01:00
Hugo Locurcio 1b01cef301
Update doc_status script to support constructors and operators docs
- Reorder columns from highest number of items contained within
  to lowest number.
- Remove some obsolete code and fix a typo.
2022-01-07 23:50:10 +01:00
NNesh 1a1ee43e3e Fixed completion showing for class members 2022-01-08 01:49:18 +05:00
SaracenOne 7f16bed947 Fix selection of CSG objects 2022-01-07 19:57:02 +00:00
Hugo Locurcio f6443beade
Add a theme constant to change LineEdit and TextEdit's caret width
This can be useful to improve caret visibility, especially at
larger font sizes. This can also be used for accessibility purposes.
2022-01-07 20:51:22 +01:00
Rémi Verschelde c09c4e0154
Merge pull request #56575 from HaSa1002/drag-signal-began
Rename GraphEdit `connection_drag_begun` to `connection_drag_started`
2022-01-07 20:41:39 +01:00
kobewi 562fc4cc0d Rename TextureRect.expand to ignore_texture_size 2022-01-07 20:21:17 +01:00
Johannes Witt 4c5ceb1a97
Rename GraphEdit connection_drag_begun to connection_drag_started 2022-01-07 18:25:03 +01:00
Rémi Verschelde 6e4da909aa
Merge pull request #56594 from Faless/editor/4.x_keying_signal_fix
[Editor] Fix inspector keying signals argument count.
2022-01-07 17:34:37 +01:00