1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Commit Graph

74137 Commits

Author SHA1 Message Date
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
KOOLAIDxK1D
285eb21b41 Update MeshInstance3D.xml
fixed a grammatical error
2025-04-28 18:01:20 -04:00
kit
9b6f5cb953 Fix empty Script Editor members overview visible 2025-04-28 16:22:00 -04:00
Thaddeus Crews
fc1ffeb5e0 Merge pull request #105870 from bruvzg/te_margin_round
[TextEdit] Fix margin rounding at sub 100% scale.
2025-04-28 14:10:52 -05:00
Thaddeus Crews
80eba98e9b Merge pull request #105192 from Ivorforce/stringname-binary-mutex
Use non-recursive mutex for `StringName`, improving performance
2025-04-28 14:10:51 -05:00
Thaddeus Crews
d04e8110eb Merge pull request #105864 from marcosc90/perf-version_get_uniform
Avoid unnecessary `version_get_uniform()` calls
2025-04-28 14:10:50 -05:00
Thaddeus Crews
ff33926010 Merge pull request #105671 from m4gr3d/switch_to_separate_debug_symbols
Use `separate_debug_symbols` to control generation of the separate Android debug symbols file
2025-04-28 14:10:49 -05:00
Thaddeus Crews
627547cb7d Merge pull request #105861 from groud/fix_flipped_tile_rendering
Fix rotated/flipped tiles rendering origin
2025-04-28 14:10:48 -05:00
Thaddeus Crews
ccd8816dd9 Merge pull request #105860 from timothyqiu/group-complete
Fix group name completion for `get_node_count_in_group`
2025-04-28 14:10:47 -05:00
Thaddeus Crews
48bdf3c0c4 Merge pull request #104739 from Nolkaloid/fix-code-editor-error-length
Limit error messages in CodeTextEditor to 2 lines length
2025-04-28 14:10:46 -05:00
kobewi
5125a273dc Remove inline from constexpr variables 2025-04-28 21:09:43 +02:00
Pāvels Nadtočajevs
6893b2b8e6 [TextServer] Fix outline size and image fonts with oversampling. 2025-04-28 19:10:56 +03:00
Fredia Huya-Kouadio
ccf61650bd Use separate_debug_symbols to control generation of the separate Android debug symbols file 2025-04-28 08:33:12 -07:00
Lukas Tenbrink
e57427900f Use BinaryMutex instead of Mutex for StringName. 2025-04-28 17:13:26 +02:00
Thaddeus Crews
67c96c89cc Merge pull request #105855 from bruvzg/color_ac_typo
Fix ColorPicker preset button format string typo.
2025-04-28 10:01:36 -05:00
Thaddeus Crews
c0935eba0d Merge pull request #105846 from KoBeWi/you_call_it_title_but_it's_just_a_text
Rename FoldableContainer's `text` to `title`
2025-04-28 10:01:36 -05:00
Thaddeus Crews
cfa2a908b3 Merge pull request #105844 from jaydensipe/remove-old-network-editor-setting
Remove deprecated `engine_version_update_mode` editor setting
2025-04-28 10:01:35 -05:00
Thaddeus Crews
b7d4426fff Merge pull request #104269 from lawnjelly/fti_scene_tree4
Physics Interpolation - Move 3D FTI to `SceneTree`
2025-04-28 10:01:34 -05:00
Thaddeus Crews
dedc072840 Merge pull request #105837 from clayjohn/sky-acos-bugfix
Fix float/int comparison in acos_approx in sky template shader
2025-04-28 10:01:34 -05:00
Thaddeus Crews
c87f23ce7d Merge pull request #89324 from KoBeWi/pandora's_can_of_worms
Allow exporting variables of type Variant
2025-04-28 10:01:33 -05:00
Thaddeus Crews
44c97f0d80 Merge pull request #105378 from bruvzg/fs_edit_popup
[FileSystemList] Fix edit popup not accounting scroll position.
2025-04-28 10:01:32 -05:00
Thaddeus Crews
2242bf9b3d Merge pull request #105697 from akien-mga/scons-x86_32-mfpmath-sse
SCons: Explicitly enable `-mfpmath=sse -mstackrealign` for x86_32
2025-04-28 10:01:31 -05:00
Thaddeus Crews
52662e08aa Merge pull request #105865 from Ivorforce/sanitizer-issues
Fix various sanitizer issues
2025-04-28 10:01:31 -05:00
Thaddeus Crews
751ef44a13 Merge pull request #87714 from KoBeWi/hack_uid()
Expose `set_uid()`
2025-04-28 10:01:30 -05:00
Thaddeus Crews
e68d97ecac Merge pull request #105798 from Onlinerocker/fix_silent_fail_in_vulkan_install_script
Fix install_vulkan_sdk_macos.sh incorrectly saying Vulkan was installed when jq is missing
2025-04-28 10:01:29 -05:00
Thaddeus Crews
6065073a69 Merge pull request #105857 from bruvzg/te_rtl_ac
[TextEdit] Fix caret cut of in RTL layout, account for wrapped line indents in accessibility updates.
2025-04-28 10:01:29 -05:00
Thaddeus Crews
b29311042a Merge pull request #105858 from bruvzg/sc_rtl
[ScrollContainer] Fix focus rect draw position in RTL layout.
2025-04-28 10:01:28 -05:00