Rémi Verschelde
|
62c3e4ab9c
|
pcre2: Update to upstream version 10.42
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog
This should also fix support for RISC-V architectures, at least in the sljit
library.
|
2022-12-22 16:34:29 +01:00 |
|
Rémi Verschelde
|
5fe0d8df22
|
Merge pull request #70439 from smix8/navigationmesh_depr_slashdemi_4.x
Remove deprecated NavigationMesh compatibility parts
|
2022-12-22 16:02:31 +01:00 |
|
Rémi Verschelde
|
e1657bd2a7
|
Merge pull request #70440 from rune-scape/null-again
Fix GDScript analyzer null literal
|
2022-12-22 16:02:19 +01:00 |
|
Rémi Verschelde
|
801ef6614d
|
Merge pull request #70138 from anvilfolk/signals
Add MethodInfo to signal datatype
|
2022-12-22 16:02:11 +01:00 |
|
Rémi Verschelde
|
866df52f49
|
Merge pull request #70435 from Chaosus/gds_remove_unused_code
Remove unused code paragraph from gdscript_editor.cpp/complete_code
|
2022-12-22 16:02:03 +01:00 |
|
rune-scape
|
3228fdb88a
|
Fix GDScript analyzer null literal
|
2022-12-22 06:02:34 -05:00 |
|
smix8
|
e96aabfedd
|
Remove deprecated NavigationMesh compatibility parts
Removes _set / _get compatibility function parts for deprecated NavigationMesh slash delimiter properties.
|
2022-12-22 11:06:48 +01:00 |
|
Yuri Rubinsky
|
abaedb54f1
|
Remove unused code paragraph from gdscript_editor.cpp/complete_code
|
2022-12-22 11:10:11 +03:00 |
|
Rémi Verschelde
|
c2d8269a72
|
Merge pull request #70334 from Sauermann/fix-button-group-doc
Add configuration warning when ButtonGroup is used with non-toggleable buttons
|
2022-12-22 08:51:23 +01:00 |
|
Rémi Verschelde
|
4ba5289f91
|
Merge pull request #70413 from Koyper/rtl_rename_remove_line
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy.
|
2022-12-22 08:51:13 +01:00 |
|
Rémi Verschelde
|
d894fa8ba3
|
Merge pull request #37001 from jitspoe/master.anim_blend_fix
Fix for short animation blend taking too long when played during a long animation blend.
|
2022-12-22 08:51:06 +01:00 |
|
Markus Sauermann
|
e4e13a404d
|
Add configuration warning when ButtonGroup is used with non-toggleable buttons
Also fix ambiguous documentation of ButtonGroup.
|
2022-12-22 06:59:47 +01:00 |
|
ocean (they/them)
|
d93dbab054
|
Add MethodInfo to signal datatype
|
2022-12-21 22:49:51 -05:00 |
|
jitspoe
|
7a7f5a2216
|
Fix animation blending bug where an animation with a short blend time played immediately after an animation with a long blend time would play with a long blend time or cause popping/incorrect animation positions.
|
2022-12-21 17:40:44 -05:00 |
|
Rémi Verschelde
|
291add339f
|
Merge pull request #70422 from clayjohn/RD-trails
Disable particle trails particles when parent parent is not active.
|
2022-12-21 23:38:04 +01:00 |
|
clayjohn
|
eb10c71d6c
|
Disable particle trails particles when parent parent is not active.
|
2022-12-21 15:19:57 -07:00 |
|
Rémi Verschelde
|
510420efdc
|
Merge pull request #70419 from Maran23/4-x-editor-layout-dialog-improvements
Do not add child twice and set initial focus in editor layout dialog
|
2022-12-21 22:48:38 +01:00 |
|
Rémi Verschelde
|
29464cb9dc
|
Merge pull request #70418 from clayjohn/RD-particles
Ensure that particles are processed at least once before being used
|
2022-12-21 22:46:30 +01:00 |
|
Rémi Verschelde
|
df4d827559
|
Merge pull request #69349 from reejk/tilemap-use-navigation-layer-layers
Use TileSet navigation layer layers when TileMap generates navigation polygons
|
2022-12-21 22:27:40 +01:00 |
|
Marius Hanl
|
c6da15fed7
|
Do not add child twice and set initial focus
|
2022-12-21 22:26:11 +01:00 |
|
Rémi Verschelde
|
b04bc49443
|
Merge pull request #68255 from jbcolli2/ColorPickerBug
Fixed Issue #68194 involving ColorPicker being allowed to align horizontally when it shouldn't
|
2022-12-21 22:25:14 +01:00 |
|
Rémi Verschelde
|
d553dca62a
|
Merge pull request #70391 from TyounanMOTI/fix-basis-universal-transcode
Fix Basis Universal format texture rendering failure
|
2022-12-21 22:23:56 +01:00 |
|
Rémi Verschelde
|
f5a6c9cf50
|
Merge pull request #62029 from Maran23/optional-default-value-project-settings
Allow to specify a default value in `ProjectSettings.get_setting()`
|
2022-12-21 22:23:43 +01:00 |
|
clayjohn
|
886cae515c
|
Ensure that particles are processed at least once before being used
|
2022-12-21 14:06:05 -07:00 |
|
reejk
|
fee04ccd93
|
Use TileSet navigation layer layers when TileMap generates navigation polygons
|
2022-12-22 00:35:20 +04:00 |
|
Marius Hanl
|
5aa243f9da
|
Added the possibility to define a default value in ProjectSettings.get_setting(), which is used when no setting is set.
Also added tests for the project settings.
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
|
2022-12-21 19:49:57 +01:00 |
|
Rémi Verschelde
|
f84c308cf8
|
Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.x
Stop NavigationAgents without a target from moving to world origin
|
2022-12-21 19:39:25 +01:00 |
|
Rémi Verschelde
|
5ad02aa08d
|
Merge pull request #67111 from DarkKilauea/nav-queries-link
Added signal to NavigationAgent when entering a link
|
2022-12-21 19:38:20 +01:00 |
|
Koyper
|
e846b22da6
|
Renamed RTL remove_line() to remove_paragraph().
|
2022-12-21 11:54:18 -06:00 |
|
Rémi Verschelde
|
c3c001ab4b
|
Merge pull request #70399 from akien-mga/windows-mingw-fix-separate-debugsyms
SCons: Fix `separate_debug_symbols` option for Windows/MinGW
|
2022-12-21 18:38:35 +01:00 |
|
Rémi Verschelde
|
27b637ce38
|
Merge pull request #70395 from akien-mga/mbedtls-2.28.2
mbedtls: Update to upstream version 2.28.2
|
2022-12-21 18:38:27 +01:00 |
|
Rémi Verschelde
|
9b770dbd23
|
Merge pull request #70394 from akien-mga/libpng-1.6.39
libpng: Update to upstream 1.6.39
|
2022-12-21 18:38:22 +01:00 |
|
Rémi Verschelde
|
fecdeb78ad
|
Merge pull request #70404 from YuriSizov/theme-!important
Add fallback values for font and scale to the default theme
|
2022-12-21 18:36:07 +01:00 |
|
Rémi Verschelde
|
f1b23e8c39
|
Merge pull request #70410 from Maran23/4-x-search-result-theme-update
Rebuild search result tree when the theme is changed
|
2022-12-21 18:31:05 +01:00 |
|
Rémi Verschelde
|
186f6f0d87
|
Merge pull request #70403 from rburing/fix_edge_map_capacity
Fix edge map capacity in convex hull computer
|
2022-12-21 18:29:38 +01:00 |
|
Rémi Verschelde
|
0566afa041
|
Merge pull request #70360 from dustinsth/fix_import_dialog_text
Fix overlapping text in Advanced Import Settings action dialogs.
|
2022-12-21 18:29:17 +01:00 |
|
Rémi Verschelde
|
224d26fb49
|
Merge pull request #70261 from Maran23/4-x-editor-inspector-section-click
EditorInspectorSection is not (un)folded when clicking under the font
|
2022-12-21 18:27:27 +01:00 |
|
Rémi Verschelde
|
8c70396267
|
Merge pull request #70215 from quentinguidee/refactor/get-owner-node-theme
ThemeOwner: Extract get_owner_node_theme
|
2022-12-21 18:27:17 +01:00 |
|
Rémi Verschelde
|
1df71f89a8
|
Merge pull request #70355 from Chaosus/gds_fix_loops
Fix empty zero assigners for the variant types
|
2022-12-21 18:25:28 +01:00 |
|
Rémi Verschelde
|
9ccac04029
|
Merge pull request #69975 from YuriSizov/docs-area-nd-deserves-better
Improve signal documentation for Area2D/3D
|
2022-12-21 18:25:18 +01:00 |
|
Rémi Verschelde
|
918408ab9e
|
Merge pull request #70398 from Sauermann/fix-esc-input-focus
Fix closing project setting window with ESC while listening for input
|
2022-12-21 18:25:09 +01:00 |
|
Rémi Verschelde
|
ff2bd057a5
|
Merge pull request #70353 from twaritwaikar/remove-vsc-project-path
VCS: Remove `project_path` VCS property, let plugins decide
|
2022-12-21 18:24:59 +01:00 |
|
Rémi Verschelde
|
7e30bfc9fd
|
Merge pull request #70208 from stmSi/fix-crash-compressing-empty-data
Fix crashed when compressing empty image data.
|
2022-12-21 18:24:52 +01:00 |
|
Rémi Verschelde
|
a6283be237
|
Merge pull request #68894 from souplamp/editor-layout-save
Improve editor layout dialog with input context, window sizing based on editor scale
|
2022-12-21 18:24:40 +01:00 |
|
Marius Hanl
|
dff9c5e601
|
Rebuild search result tree when the theme is changed
|
2022-12-21 18:15:40 +01:00 |
|
Yuri Sizov
|
b67a938caa
|
Add fallback values for font and scale to the default theme
|
2022-12-21 19:29:12 +03:00 |
|
Ricardo Buring
|
e0e45e013e
|
Fix edge map capacity in convex hull computer
The desired capacity could be less than the default, so reserve would
error.
|
2022-12-21 17:12:36 +01:00 |
|
Quentin Guidée
|
501c317ae1
|
ThemeOwner: Extract get_owner_node_theme
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
|
2022-12-21 09:40:17 -05:00 |
|
Rémi Verschelde
|
865c637279
|
SCons: Fix separate_debug_symbols option for Windows/MinGW
|
2022-12-21 13:52:49 +01:00 |
|
Markus Sauermann
|
3238d11247
|
Fix closing project setting window with ESC while listening for input
This is done by disallowing ESC to be used for closing the window
while the filter-LineEdit is focused.
|
2022-12-21 12:48:59 +01:00 |
|