|
|
15f7c094a2
|
Merge pull request #104974 from KoBeWi/errors_until_the_end_of_time
Cleanup QuickOpenDialog history and fix UID errors
|
2025-04-03 16:50:15 -05:00 |
|
|
|
8040ae7fb2
|
Merge pull request #104970 from syntaxerror247/nomedia-file
Android Editor: Auto create `nomedia` file to hide project files in media apps
|
2025-04-03 16:50:15 -05:00 |
|
|
|
b6c8155439
|
Merge pull request #104958 from bruvzg/ok_cancel_swap
Make `swap_cancel_ok` setting 3-state instead of boolean.
|
2025-04-03 09:27:55 -05:00 |
|
|
|
6075e6a976
|
Merge pull request #104957 from arkology/empty-bitmap-crash
Fix `BitMapEditor` crash when bitmap is empty
|
2025-04-03 09:27:54 -05:00 |
|
|
|
3a5f34bd19
|
Merge pull request #104938 from KoBeWi/root_of_all_bugs
Fix Edit option for sub-resources
|
2025-04-03 09:27:51 -05:00 |
|
|
|
e5c5cb4ce2
|
Merge pull request #104906 from Daylily-Zeleen/daylily-zeleen/allow_instantiate_unexposed_editor_plugin_from_gdextension
Allow instantiating unexposed `EditorPlugin` from GDExtension.
|
2025-04-03 09:27:50 -05:00 |
|
|
|
2ad75d4077
|
Merge pull request #104936 from rsubtil/fix-dap_print_🐛s
Fix invalid DAP responses when content has non-ASCII content
|
2025-04-03 09:27:50 -05:00 |
|
|
|
577133e6d2
|
Merge pull request #104963 from beicause/display-pctex-format
Display PortableCompressedTexture's format in inspector preview
|
2025-04-03 09:27:48 -05:00 |
|
|
|
fb2e9c7ba7
|
Cleanup QuickOpenDialog history and fix UID errors
|
2025-04-03 16:21:22 +02:00 |
|
|
|
8e5e915013
|
Android Editor: Auto create nomedia file to hide project files in media apps
|
2025-04-03 18:23:38 +05:30 |
|
|
|
00f2e5be3a
|
Display PortableCompressedTexture's format in inspector preview
|
2025-04-03 18:34:29 +08:00 |
|
|
|
094ded8009
|
Fix invalid DAP responses when content had non-ASCII content
|
2025-04-03 11:24:47 +01:00 |
|
|
|
2f8b96e8a2
|
Make swap_cancel_ok setting 3-state instead of boolean.
|
2025-04-03 13:08:11 +03:00 |
|
|
|
d8fca99ba0
|
Fix BitMapEditor crash when bitmap is empty
|
2025-04-03 05:53:28 +00:00 |
|
|
|
b78a02fc76
|
Fix Edit option for sub-resources
|
2025-04-02 20:47:06 +02:00 |
|
|
|
1cc879afc0
|
Allow instantiate unexposed EditorPlugin form GDExtension.
|
2025-04-02 23:52:14 +08:00 |
|
|
|
9f222d500d
|
Merge pull request #104375 from YYF233333/is_empty
Replace `size() == 0` with `is_empty()`
|
2025-04-02 07:37:31 -05:00 |
|
|
|
f07bbe8fac
|
Merge pull request #104884 from Calinou/3d-editor-freelook-base-speed-allow-higher-values
Allow higher freelook base speed values in the 3D editor settings
|
2025-04-02 07:37:29 -05:00 |
|
|
|
7a1a970c25
|
size() <= 0 and size() < 1.
|
2025-04-02 19:18:44 +08:00 |
|
|
|
4f4031a675
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
|
|
174251df4f
|
Merge pull request #104886 from KoBeWi/remember_where_you_are
Remember last POT generator path
|
2025-04-01 19:53:32 -05:00 |
|
|
|
71519445c2
|
Remember last POT generator path
|
2025-04-01 17:44:25 +02:00 |
|
|
|
556933306a
|
Allow to compile templates without navigation features
|
2025-04-01 11:53:35 -03:00 |
|
|
|
38a2869cf8
|
Allow higher freelook base speed values in the 3D editor settings
This is useful when working on large-scale games.
|
2025-04-01 15:45:24 +02:00 |
|
|
|
d52b84e472
|
Merge pull request #103993 from aaronfranke/geometry-segment
Directly use segment points in Geometry2D/3D function parameters
|
2025-04-01 08:01:34 -05:00 |
|
|
|
dee3ee77c6
|
Merge pull request #104849 from syntaxerror247/overflow
Fix input config dialog overflow on Android Editor
|
2025-04-01 08:01:33 -05:00 |
|
|
|
c23832b265
|
Merge pull request #104878 from bruvzg/color_mod_f
Add font import flag to toggle modulation of colored glyphs.
|
2025-04-01 08:01:33 -05:00 |
|
|
|
e539b62aa7
|
Fix EditorProperty shortcuts being global and unintentionally triggering
|
2025-04-01 22:24:58 +10:00 |
|
|
|
19f360d65a
|
Add font import flag to toggle modulation of colored glyphs.
|
2025-04-01 13:36:10 +03:00 |
|
|
|
a7b7220d86
|
Fix input config dialog overflow on Android Editor
|
2025-04-01 12:41:19 +05:30 |
|
|
|
abd565eb19
|
Merge pull request #104844 from Ivorforce/gdsoftclass
Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`.
|
2025-03-31 19:02:03 -05:00 |
|
|
|
7ba2ebd7fb
|
Merge pull request #104523 from rsubtil/fix-dap_bugs
Fix crash when removing breakpoints from DAP, and multiple fixes
|
2025-03-31 19:02:02 -05:00 |
|
|
|
e5f7ec0c30
|
Merge pull request #104777 from smix8/fix_boxmesh
Fix EditorNode3DGizmo::add_solid_box() GPU stalling
|
2025-03-31 19:02:02 -05:00 |
|
|
|
0272e35451
|
Fix DAP bugs: crash when removing breakpoints, duplicated breakpoint data, source checksums not updating
|
2025-03-31 21:42:23 +01:00 |
|
|
|
fa0a3c9c6e
|
Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS.
|
2025-03-31 20:49:50 +02:00 |
|
|
|
8f6bb119f4
|
Merge pull request #100602 from KoBeWi/over_100_changes_in_50_random_files_aka_the_best_kind_of_PR
Add templated version of `ObjectDB::get_instance()`
|
2025-03-31 12:03:47 -05:00 |
|
|
|
e99dc63fdc
|
Merge pull request #103764 from kleonc/multi_node_edit_update_on_property_list_changed
Update `MultiNodeEdit` property list on edited nodes' property list changed
|
2025-03-31 12:03:45 -05:00 |
|
|
|
64f80ca0e9
|
Merge pull request #104810 from kiroxas/utf8_cleanup
Replace `append_utfx` with direct `String::utfx`
|
2025-03-31 12:03:44 -05:00 |
|
|
|
c1acc839a8
|
Directly use segment points in Geometry2D/3D function parameters
|
2025-03-30 16:25:59 -07:00 |
|
|
|
23129a66ed
|
Replace append_utfx with direct String::utfx
|
2025-03-30 19:56:38 +02:00 |
|
|
|
8b2952a71c
|
Merge pull request #101504 from AThousandShips/nav_split_new
[Navigation] Create a dedicated 2D navigation server
|
2025-03-30 09:05:43 -05:00 |
|
|
|
6a54d2d552
|
Fix EditorNode3DGizmo::add_solid_box() GPU stalling
Fixes EditorNode3DGizmo::add_solid_box() stalling the GPU because it used a function that queries the mesh arrays from the GPU.
|
2025-03-29 21:42:28 +01:00 |
|
|
|
ff1858ad2c
|
Merge pull request #102101 from KoBeWi/2d_3d_skrypt_gra_biblioteka_zasobów
Mark main screen plugin names for translation
|
2025-03-29 10:16:33 -05:00 |
|
|
|
780cf03051
|
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
Use `append_` instead of `parse_` for `String` methods.
|
2025-03-29 10:16:33 -05:00 |
|
|
|
5cc0539961
|
[Navigation] Create a dedicated 2D navigation server
* Add a dedicated 2D server
* Create dedicated tests
* Split performance metrics between 2D and 3D
* Rename the 3D only server module
|
2025-03-29 12:10:50 +01:00 |
|
|
|
fd02ff8d02
|
Merge pull request #104703 from bruvzg/loc_dir_icons
Fix updating editor icons on translation change.
|
2025-03-28 17:30:49 +01:00 |
|
|
|
b4edd92266
|
Merge pull request #104604 from KoBeWi/why_new
Remove New prefix from EditorResourcePicker
|
2025-03-28 17:30:32 +01:00 |
|
|
|
1298e7078d
|
Merge pull request #104061 from a-johnston/better_no_query_handling
Improve default/no query quick open dialog behavior
|
2025-03-28 17:30:14 +01:00 |
|
|
|
e8bc75f056
|
Merge pull request #103373 from YeldhamDev/build_remove_physics
Allow to compile templates without physics servers
|
2025-03-28 17:30:03 +01:00 |
|
|
|
1e595a0aa7
|
Merge pull request #103053 from Peelep/preview-sun-env-undoredo
Add UndoRedo actions to preview sun/environment popup
|
2025-03-28 17:29:58 +01:00 |
|