4ae87afaf6
Rework AcceptDialog's ok button text
2025-03-11 22:52:50 +01:00
e54a4408ad
Merge pull request #102249 from Arnklit/particles2d-emission-shapes
...
Add emission shape gizmos to Particles2D
2025-03-11 14:01:00 -05:00
deb9705b77
Merge pull request #99662 from beicause/color-picker-wheels-in-okhsl
...
ColorPicker: Allow other color wheels in okhsl mode
2025-03-11 14:00:59 -05:00
20651f1162
Merge pull request #99680 from YeldhamDev/multi_remote_selection
...
Allow to select multiple remote nodes at runtime
2025-03-11 14:00:56 -05:00
41a3098fb5
Merge pull request #103793 from Rindbee/fix-memory-leak-caused-by-hidden-tooltip-controls
...
Fix memory leak caused by hidden tooltip controls
2025-03-11 14:00:40 -05:00
5c66129e62
Allow to select multiple remote nodes at runtime
2025-03-11 12:35:41 -03:00
7d677fe761
Merge pull request #96372 from CreatedBySeb/fix-signal-copying
...
Fix copying a Node with a signal potentially resulting in an Editor crash
2025-03-11 09:35:01 -05:00
f1597b3023
Merge pull request #103758 from YeldhamDev/more_game_view_settings
...
Make Game view follow more editor settings
2025-03-11 09:34:58 -05:00
78c9f8ddd9
Merge pull request #103906 from adamscott/revert-builtin-gui-license-notice
...
Revert "Add built-in GUI to display license notices"
2025-03-10 21:05:58 -05:00
c42fe6fb36
Merge pull request #95736 from nongvantinh/checkbox-states-colors
...
Allow changing the color for the Checkbox's checked and unchecked icons
2025-03-10 10:01:18 -05:00
9ef22c227a
Merge pull request #96296 from aryan-11825114/fix-curve-edit-set-point-pos
...
Fix `changed` signal emission in `Curve::set_point_offset`
2025-03-10 10:01:16 -05:00
1d325847f3
Revert "Add built-in GUI to display license notices"
...
This reverts commit daa6198925 .
2025-03-10 10:33:12 -04:00
cd71f97209
fix changed signal emission in Curve::set_point_offset
2025-03-10 17:50:05 +05:30
331a43a9d8
Add String::remove_char(s) methods for performance and convenience
2025-03-10 13:19:28 +01:00
cae3d722a3
Merge pull request #99321 from AThousandShips/use_get_slicec
...
Use `get_slicec` instead of `get_slice` for single character splitters
2025-03-09 09:05:29 -05:00
629b6767e6
Merge pull request #103778 from darksylinc/matias-xr-disabled-fix
...
Fix build errors when building with `disable_xr=yes`
2025-03-09 09:05:26 -05:00
466590d0ec
Use get_slicec instead of get_slice for single character splitters
2025-03-08 20:36:37 +01:00
ac19f2ca68
Fix memory leak caused by hidden tooltip controls
...
Using hidden controls can override the default tooltip behavior, but these
controls are forgotten to be deleted.
2025-03-08 13:16:41 +08:00
860f1da3b8
Fix build errors when building with disable_xr=yes
...
Building with the following params (note: scu_build is enabled):
```
platform=linuxbsd builtin_embree=yes builtin_enet=no
builtin_freetype=yes builtin_graphite=yes builtin_harfbuzz=yes
builtin_libogg=no builtin_libpng=yes builtin_libtheora=no
builtin_libvorbis=no builtin_libwebp=no builtin_miniupnpc=no
builtin_pcre2=no builtin_zlib=yes builtin_zstd=no linker=mold
optimize=none debug_symbols=True tests=True dev_mode=True dev_build=True
use_llvm=yes use_lld=yes opengl3=no openxr=no disable_xr=yes -j 24
scu_build=yes scu_limit=256
```
Results in compiler errors:
```
In file included from servers/register_server_types.cpp:99:
servers/xr/xr_interface.h:52:7: error: redefinition of 'RefCounted'
52 | class XRInterface : public RefCounted {
| ^
./servers/rendering/rendering_method.h:40:21: note: expanded from macro
'XRInterface'
40 | #define XRInterface RefCounted
| ^
./core/object/ref_counted.h:37:7: note: previous definition is here
37 | class RefCounted : public Object {
| ^
```
This happens because of:
```
#ifdef XR_DISABLED
// RendererSceneCull::render_camera is empty when 3D is disabled, but
// it and RenderingMethod::render_camera have a parameter for
XRInterface.
#define XRInterface RefCounted
#else
#include "servers/xr/xr_interface.h"
#endif // XR_DISABLED
```
In rendering_method.h
2025-03-07 21:13:09 -03:00
324512e11c
Style: Replace header guards with #pragma once
2025-03-07 17:33:47 -06:00
67d4a245d8
Merge pull request #103267 from YeldhamDev/reality_got_too_extended
...
Allow to compile the engine without XR support
2025-03-07 15:12:54 -06:00
3d9b37911d
Merge pull request #103011 from Repiteo/style/svgo-newline
...
Style: Ensure svgs have trailing newlines
2025-03-07 15:12:41 -06:00
77022096ef
Merge pull request #102451 from ryevdokimov/add-fail-cond-msg-reparent-self
...
Add `ERR_FAIL_COND_MSG` for reparenting to self
2025-03-07 15:12:35 -06:00
3c43508ed7
Merge pull request #102427 from AThousandShips/fix_substr
...
Clean up some uses of `String::substr`
2025-03-07 15:12:33 -06:00
0c6efe572e
Merge pull request #79599 from Calinou/add-license-notices-gui
...
Add built-in GUI to display license notices
2025-03-07 15:12:29 -06:00
6b4fda04c9
Merge pull request #89442 from KoBeWi/internal_duplicaten't
...
Don't duplicate internal nodes
2025-03-07 12:06:36 -06:00
e0a040c0d3
Merge pull request #101319 from JulianHeuser/region_syntax_highlighting_fix
...
Improve consistency of code regions
2025-03-07 12:06:34 -06:00
5e48f26e7f
Merge pull request #103580 from yangyey/bugfixing
...
Add space for BBCode Ordered Lists
2025-03-07 12:06:32 -06:00
92ab92114e
Don't duplicate internal nodes
2025-03-07 16:08:53 +01:00
5113022dfe
Clean up some uses of String::substr
...
Cases where the end position is either equvalent to the default or past
the end of the string.
2025-03-07 14:50:38 +01:00
b7f823c4c7
Make Game view follow more editor settings
2025-03-06 23:08:34 -03:00
f2cc3f1275
Merge pull request #103636 from kleonc/gui_tooltip_use_viewport_default_texture_filter
...
Use `Viewport`'s default texture filter/repeat in GUI tooltips
2025-03-06 16:36:30 -06:00
5e77d93781
Merge pull request #98194 from bruvzg/fd_parent
...
Improve native file dialog parent window selection.
2025-03-06 16:36:27 -06:00
490854ebb7
Merge pull request #102741 from KerekesDavid/fix-viewport-scale
...
Fix viewport scaling at intermediate resolutions
2025-03-06 16:36:24 -06:00
3e4e6e6c0c
Improve native file dialog parent window selection.
2025-03-06 17:15:39 +02:00
dc03cf9fc0
Merge pull request #103508 from KoBeWi/caret_can_into_draw
...
Fix `caret_force_displayed`
2025-03-05 12:08:08 -06:00
5dc3d83cf4
Merge pull request #103588 from Olle-Lukowski/nav-link-visibility
...
Make NavigationLink3D properly update on visibility change
2025-03-05 12:08:06 -06:00
8171c06036
Merge pull request #102865 from Giganzo/tree-keyboard-nav-rtl
...
Fix Tree keyboard navigation in RTL direction
2025-03-05 12:08:05 -06:00
0544ed3ff4
Merge pull request #103316 from Rindbee/make-EditorProperty-and-its-children-behave-like-sibling-nodes
...
Make `EditorProperty` and its child `EditorProperty` behave like sibling nodes when handling mouse events
2025-03-05 12:08:02 -06:00
1ef52d8077
Merge pull request #103424 from BrotherShort/buttons-attached-in-Right-To-Left
...
Keep editor SceneTree buttons attached to the cell in Right-To-Left
2025-03-05 12:07:58 -06:00
a1e2dd15af
Merge pull request #101077 from Rindbee/fix-ui-navigation-break
...
Fix ui navigation break
2025-03-05 12:07:56 -06:00
113fc5a647
Merge pull request #102648 from bruvzg/el_force
...
Expose `OVERRUN_ENFORCE_ELLIPSIS` flag to the controls.
2025-03-05 12:07:55 -06:00
3a472ef072
Merge pull request #100684 from ryevdokimov/fix-spinbox-decimal-issues
...
Fix spinbox decimal issues when `update_on_text_changed` = true
2025-03-05 12:07:54 -06:00
77231d81b4
Merge pull request #102514 from bruvzg/ts_wrp_indent
...
[TextEdit] Improve wrapped line indent handling.
2025-03-05 12:07:52 -06:00
c81405d841
Merge pull request #102880 from mooflu/svg_artifacts_102839
...
Apply `fix_alpha_edges` for both theme icons and font glyphs.
2025-03-05 12:07:51 -06:00
e23460ae78
Merge pull request #102585 from KoBeWi/localichangetion
...
Don't send `TRANSLATION_CHANGED` outside tree
2025-03-05 12:07:50 -06:00
df758feae5
Merge pull request #97861 from Grandro/fix-update-viewport-path
...
Update ViewportTexture path relative to its local scene instead of the Viewport owner
2025-03-05 12:07:49 -06:00
6b227f8ba9
Merge pull request #103471 from bruvzg/lbl_sout_bt
...
Fix text shadow outline draw batching.
2025-03-05 12:07:45 -06:00
91170d0a30
Use Viewport's default texture filter/repeat in GUI tooltips
2025-03-05 18:03:39 +01:00
9270fcd9d2
Fix #103433 : Added space for BBCode Ordered Lists
...
Now [ol] and [ul] have a seperating space by default
2025-03-04 20:01:18 +00:00