PhairZ
1ec1ba6d94
Make script_class_get_icon_path() return any value when r_valid is passed.
2025-04-30 15:42:29 +03:00
风青山
14249097e8
Clarify the conditions that need to be met for a valid file name in Godot
2025-04-30 20:13:45 +08:00
lawnjelly
a2b340a548
FTI - Add custom interpolation for wheels
2025-04-30 12:17:25 +01:00
Scarface1809
93a366c9e5
Allow rotating selected cells in GridMap
2025-04-30 11:46:39 +01:00
Haoyu Qiu
daaf4119de
Improve ColorPicker
2025-04-30 11:50:35 +02:00
Rémi Verschelde
8edf97e342
Merge pull request #105939 from akien-mga/ci-static-checks-update
...
CI: Run `apt update` before installing libxml2-utils
2025-04-30 11:50:11 +02:00
Rémi Verschelde
5b2d21aa68
CI: Run apt update before installing libxml2-utils
2025-04-30 11:28:15 +02:00
dsmtE
4e68f277c6
add REGION_RECT
...
fix formatting
fix shader compile (region_rect after draw_data)
fix formatting
fix formatting
Review fix (move region_rect in main + remove useless visual shader options)
fix formatting
fix alphabetic order (+ remove useless action for spatial shaders)
typo + remove TYPE_LIGHT option for region_rect
2025-04-30 11:07:22 +02:00
tthhr
e7a3729175
fix:Compile error in wayland display server when compiling linuxbsd platform after disabling dbus
2025-04-30 14:22:52 +08:00
Adam Johnston
e025c9ed11
Add original index field to fuzzy search result
2025-04-29 17:39:59 -07:00
Thaddeus Crews
60aae6d856
Merge pull request #86653 from Mickeon/string-format-error
...
Improve error message for `String.format` when using nested Arrays
2025-04-29 16:05:20 -05:00
Thaddeus Crews
a13d05421f
Merge pull request #105914 from adamscott/add_ignore_case_2
...
[Buildsystem] Add `EnumVariable(ignorecase=2)`
2025-04-29 16:05:19 -05:00
Thaddeus Crews
e558591e13
Merge pull request #105913 from adamscott/fix-doctest-ciso646-version
...
doctest: Patch for clang warning about replacing `<ciso646>` by `<version>`
2025-04-29 16:05:18 -05:00
Thaddeus Crews
16f7de7b64
Merge pull request #105912 from syntaxerror247/close-btn
...
Enable game window close button on PicoOS
2025-04-29 16:05:17 -05:00
Thaddeus Crews
eb3d0604ba
Merge pull request #105876 from KoBeWi/dynamic_outline
...
Inline static variables (part 1)
2025-04-29 16:05:16 -05:00
Thaddeus Crews
d849ebb776
Merge pull request #105896 from piiertho/enhancement/gdextension/fallback-to-default-get-property-state-when-not-overriden
...
Fallback to ScriptInstance::get_property_state when get_property_state is not implemented in ScriptInstanceExtension
2025-04-29 16:05:15 -05:00
Thaddeus Crews
347e51e077
Merge pull request #105922 from aaronp64/dictionary_has_all
...
Avoid extra copy/validation of keys in `Dictionary::has_all`
2025-04-29 16:05:14 -05:00
aaronp64
e4bd611e19
Avoid extra copy/validation of keys in Dictionary::has_all
...
Updated Dictionary::has_all to check its HashMap directly for each validated key instead of going through Dictionary::has, to avoid additional copy/validation of each key.
2025-04-29 15:27:12 -04:00
Stanislav Labzyuk
efd29f4caa
Fix background size calculation in TreeItem
2025-04-29 19:58:29 +02:00
Adam Scott
1fbc0c5631
[Buildsystem] Add EnumVariable(ignorecase=2)
2025-04-29 13:35:40 -04:00
Thaddeus Crews
b23a233b5b
Core: Use __fastfail() in MSVC error macros
2025-04-29 12:25:11 -05:00
Adam Scott
be0bf71506
doctest: Patch for clang warning about replacing <ciso646> by <version>
2025-04-29 13:17:21 -04:00
Anish Mishra
f8e935d406
Enable close button on PicoOS
2025-04-29 22:38:37 +05:30
Thaddeus Crews
b1b873add3
Merge pull request #104731 from Delsin-Yu/stackable-text-effect
...
[GUI] Implement Stackable Text Outline on `Label`
2025-04-29 11:24:13 -05:00
Thaddeus Crews
bc21c322c6
Merge pull request #105880 from KoBeWi/deadline
...
Remove inline from constexpr variables
2025-04-29 11:24:13 -05:00
Thaddeus Crews
e37e6e620a
Merge pull request #105911 from Repiteo/editor/range-nonfinite
...
Editor: Allow non-finite values in `Range`
2025-04-29 11:24:12 -05:00
Thaddeus Crews
3b4cf41ea4
Merge pull request #105368 from lodetrick/editor-typed-hint
...
Add inspector support for typed property hint formats
2025-04-29 11:24:11 -05:00
Thaddeus Crews
2fd48c022a
Merge pull request #103283 from mashumafi/zip-compression-level
...
Add compression level support to Zip Module
2025-04-29 11:24:10 -05:00
Thaddeus Crews
abc5f77a01
Merge pull request #105906 from DarioSamo/d3d12-error-spam
...
Fix error spam to due wrong use of `reserve()` in D3D12 driver.
2025-04-29 11:24:10 -05:00
Thaddeus Crews
c70ceb28b7
Merge pull request #105297 from timothyqiu/editor-about-ttrc
...
Improve EditorAbout dialog auto-translation
2025-04-29 11:24:09 -05:00
Thaddeus Crews
70ff5770c9
Merge pull request #83757 from HauntedBees/master
...
Add `Node.get_orphan_node_ids`, edit `Node.print_orphan_nodes`
2025-04-29 11:24:08 -05:00
Thaddeus Crews
39160ae6f3
Merge pull request #105899 from lander-vr/Fix-reflection-probe-dark-borders
...
Fix reflection probe dark borders
2025-04-29 11:24:07 -05:00
Thaddeus Crews
83d98f02e3
Merge pull request #105415 from HolonProduction/hardcoded-braces
...
Autocompletion: Remove additional parenthesis from utility function options
2025-04-29 11:24:06 -05:00
Thaddeus Crews
0e5926958d
Merge pull request #105895 from timothyqiu/in
...
Fix typo in `sqrt` classref
2025-04-29 11:24:06 -05:00
Thaddeus Crews
c99276db0b
Merge pull request #105890 from Calinou/editor-doctool-textserverfallback
...
Fix class reference discrepancy when using `--doctool` with TextServerFallback
2025-04-29 11:24:05 -05:00
kobewi
5af4bef46f
Inline static variables (part 1)
2025-04-29 18:10:44 +02:00
Thaddeus Crews
316af6aa36
Editor: Allow non-finite values in Range
...
Co-Authored-By: Aaron Franke <arnfranke@yahoo.com >
2025-04-29 11:08:46 -05:00
landervr
e3dbf74634
Fix reflection probe dark borders
2025-04-29 17:18:52 +02:00
Dario
ddd3ced72d
Fix error spam to due wrong use of reserve() in D3D12 driver.
2025-04-29 10:42:55 -03:00
Rémi Verschelde
c019b76523
Remove WinAPI #undef hacks needed for mingw-std-threads
...
Instead, we rename the conflicting symbols.
2025-04-29 14:24:03 +02:00
Mikael Hermansson
2b88477efc
Remove no-op locking in Jolt Physics module
2025-04-29 12:23:24 +02:00
Pierre-Thomas Meisels
e8c036beeb
Fallback to ScriptInstance::get_property_state when get_property_state is not implemented in ScriptInstanceExtension
2025-04-29 09:43:20 +02:00
Haoyu Qiu
fc1488ffdb
Fix typo in sqrt classref
2025-04-29 15:30:46 +08:00
Haunted Bees
0ccdcb4a16
added list_orphan_nodes, edited print_orphan_nodes
...
print_orphan_nodes now prints the script file attached to the node.
list_orphan_nodes was created to return the same data as print_orphan_nodes in a dictionary format for users who wish to process this data differently than the print_orphan_nodes behavior.
2025-04-28 20:33:01 -07:00
Hugo Locurcio
5bf4a35bf7
Fix class reference discrepancy when using --doctool with TextServerFallback
...
This is noticeable if you use an editor build compiled with the
`module_text_server_adv_enabled=no module_text_server_fb_enabled=yes`
SCons options.
2025-04-29 02:40:32 +02:00
Thaddeus Crews
ce94b26de7
Merge pull request #105886 from koolaidxk1d/master
...
grammatical error fixed in MeshInstance3D documentation
2025-04-28 18:45:56 -05:00
Thaddeus Crews
3e70fd7c83
Merge pull request #105883 from kitbdev/fix-empty-script-editor-members-overview
...
Fix empty Script Editor members overview visible
2025-04-28 18:45:56 -05:00
Thaddeus Crews
1d1805483f
Merge pull request #105815 from timothyqiu/anchors-presets
...
Fix item translation and icon in the Anchors Preset dropdown
2025-04-28 18:45:55 -05:00
Thaddeus Crews
80940ebd0e
Merge pull request #105874 from bruvzg/fix_outline_size
...
[TextServer] Fix outline size and image fonts with oversampling.
2025-04-28 18:45:54 -05:00
Thaddeus Crews
44d20b2dc6
Merge pull request #100619 from Ivorforce/cowdata-resize-direct
...
Optimize / refactor `CowData`, combining resize and fork to avoid unnecessary reallocations.
2025-04-28 18:45:54 -05:00