1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
Thaddeus Crews bda0d1c8b8
Merge pull request #107929 from KoBeWi/HINT_HINT
Fix updating project settings after move
2025-06-24 09:58:39 -05:00
Thaddeus Crews 892e61857b
Merge pull request #107926 from bruvzg/move_more_ds
[macOS] Move keyboard layout related code to base display server.
2025-06-24 09:58:38 -05:00
Thaddeus Crews d97d8c16e7
Merge pull request #107663 from mihe/script-break-error
Fix errors not being emitted when debugger breaks on script errors
2025-06-24 09:58:38 -05:00
Thaddeus Crews 5cf0092837
Merge pull request #107790 from DeeJayLSP/tight-audio-data
Use TightLocalVector for AudioStreamWAV/MP3
2025-06-24 09:58:37 -05:00
Thaddeus Crews a6fda593ef
Merge pull request #107917 from a-johnston/cleanup_embedded_process_macos
Cleanup closed embedded processes on macOS
2025-06-24 09:58:36 -05:00
Thaddeus Crews faa009c116
Merge pull request #107656 from bruvzg/tlbl_clean
Cleanup accessibility names.
2025-06-24 09:58:35 -05:00
Thaddeus Crews db54df0d68
Merge pull request #107909 from dalexeev/gds-edit-fix-double-spaces
GDScript: Fix double spaces for type hints when connecting signal
2025-06-24 09:58:34 -05:00
Thaddeus Crews 26678d065f
Merge pull request #106243 from juanjp600/dotnet-script-initialization-order-collections-bug
Fix 'Script class can only be set together with base class name' error with .NET typed collections upon rebuild
2025-06-24 09:58:33 -05:00
Travis Lange 7752cfecba pass -mpopcnt when using clang / llvm and targeting x86_64 arch to support popcnt forceinline methods 2025-06-24 10:30:51 -04:00
MJacred b313955936 Add a note about navigation mesh baking issues when using `0` for the `agent_radius` 2025-06-24 15:10:07 +02:00
Nikita Samusev 83aa9cf57e Fix removing wrong vertices in the Polygon2D editor when points overlap each other 2025-06-24 15:49:45 +03:00
LuoZhihao 38a86d07aa Fix resizing error when generating thumbnail 2025-06-24 20:40:26 +08:00
Nikita Samusev 8098581079 Fix points jumping when dragging starts in the Polygon2D editor 2025-06-24 15:11:13 +03:00
Mateo "Kuruk" Miccino 38c69f1814
Fix file handle leak in ZipArchive and FileAccessZip 2025-06-24 07:34:22 -03:00
Qbieshay b93f6fa1ba Fix particles resetting properties when emitting is toggled 2025-06-24 12:16:42 +02:00
Airyzz e7e5c2b832 [Web] Disregard touch events in pointer callbacks
Update library_godot_input.js

fix style
2025-06-24 18:17:50 +09:30
kobewi 86d9e149d4 Fix updating project settings after move 2025-06-24 10:27:41 +02:00
Pāvels Nadtočajevs 350b1936ee
[macOS] Move keyboard layout related code to base display server. 2025-06-24 10:45:19 +03:00
celyk 7f9b8dae4f Use double emulation on modelview 2025-06-24 15:37:18 +10:00
Malcolm Anderson 5c94b2e662 Use one-based line numbers for external text editors 2025-06-23 12:57:13 -07:00
Aaron Franke 1085200f51
GDScript: Replace `abstract` keyword with `@abstract` annotation
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
2025-06-23 12:24:45 -07:00
A Thousand Ships 2db7ecd410
[Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
Danil Alexeev a59587c308
GDScript: Fix double spaces for type hints when connecting signal 2025-06-23 21:46:03 +03:00
Danil Alexeev fbede89573
GDScript: Fix call hint appearance for complex callees 2025-06-23 19:28:48 +03:00
BlueCube3310 e35c80b61c Image: Fix `is_invisible` detection for RGBAH and RGBAF 2025-06-23 18:21:04 +02:00
Thaddeus Crews 88b9932ce1
Merge pull request #107893 from beicause/mobile-fix-vertex-color-writing
Vulkan Mobile: Fix writing vertex color in spatial shader
2025-06-23 09:37:23 -05:00
Thaddeus Crews 97f4b8a260
Merge pull request #107788 from dsnopek/gdextension-interface-minor-adjustments
Fix minor inconsistencies and errors in `gdextension_interface.h`
2025-06-23 09:37:22 -05:00
Thaddeus Crews 7c32170c52
Merge pull request #107842 from beicause/Fix-can't-convert-to-ShaderMaterial-in-FileSystemDock
Fix can't convert to ShaderMaterial in FileSystemDock
2025-06-23 09:37:21 -05:00
LuoZhihao ea75954575 Vulkan Mobile: Fix writing vertex color in spatial shader 2025-06-23 21:30:48 +08:00
lawnjelly 583c72f999 `FTI` - Change `SceneTree` global setting to static
Also fixup FTI configuration warnings so that they only output when the project is using FTI.
2025-06-23 10:19:24 +01:00
Adam Johnston a3f8a067a9 cleanup closed embedded processes on macos 2025-06-23 02:00:37 -07:00
MJacred ef2ec1d937 Add a note about navigation mesh baking issues when using `0` for the `agent_radius` 2025-06-23 10:23:09 +02:00
Pāvels Nadtočajevs a272376f89
Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
clayjohn b4adaa291a Fix a few improper memory accesses in the clustered forward vertex shader
draw_call.instance_index should not be used directly since it doesn't take into account auto-batching

scene_data_block.data should not be used directly in the vertex shader since it can change between frames and impact motion vector generation

IN_SHADOW_PASS can only be accessed inside functions, so it needs to be a global and not a constant
2025-06-22 23:41:03 -07:00
lawnjelly 14a814586a Provide quick access to `Object` ancestry 2025-06-23 07:11:11 +01:00
LuoZhihao 52dae1257c Fix can't convert to ShaderMaterial in FileSystemDock
Co-authored-by: KoBeWi <kobewi4e@gmail.com>
2025-06-23 01:16:00 +00:00
Rémi Verschelde 242b8ff80a
Merge pull request #107858 from Mingxi-Z/fix-rendering-sky-reflection-98487
Ensure sky orientation is set when reflection uses sky
2025-06-23 00:21:13 +02:00
Rémi Verschelde 8affc4c130
Merge pull request #107854 from lawnjelly/revert_reduce_xform
Revert "FTI - Reduce `VisualInstance3D` xform notifications"
2025-06-23 00:21:10 +02:00
Rémi Verschelde ba049a5565
Merge pull request #107825 from bruvzg/gr_slot_fm
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable.
2025-06-23 00:21:07 +02:00
Rémi Verschelde d786339841
Merge pull request #106040 from KoBeWi/paths_stored_as_integer_lol
Fix wrong context menu argument from FileSystem's item list
2025-06-23 00:21:03 +02:00
Rémi Verschelde d0d13b5f4c
Merge pull request #101732 from Yelloween10/update-capsule-docs
Update capsule documentations for size constraint clarifications
2025-06-23 00:20:56 +02:00
Chris Cranford 7e0b1dfb25
Expose `ScriptEditor.clear_docs_from_script` 2025-06-22 13:55:01 -04:00
Mingxi Zhang de2aa1bc4d Fix: Ensure sky orientation is set when reflection uses sky 2025-06-22 23:50:39 +08:00
lawnjelly 55978b5024 Revert "FTI - Reduce `VisualInstance3D` xform notifications"
This reverts commit e10003ce33.
2025-06-22 15:44:52 +01:00
HolonProduction 991c1a85a9 Autocompletion: Don't filter overrides when the existing function is the current one 2025-06-22 16:25:36 +02:00
Pāvels Nadtočajevs f285bf2632
Always decode `--scene` argument UID path. 2025-06-22 17:12:39 +03:00
kobewi 0b5230b7be Fix wrong context menu argument from FileSystem's item list 2025-06-22 15:10:27 +02:00
David Snopek d5eb66947b Fix minor inconsistencies and errors in `gdextension_interface.h` 2025-06-22 07:56:00 -05:00
Pāvels Nadtočajevs 71834ebbdd
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03:00
Rémi Verschelde d7bdc0be16
Merge pull request #107834 from BrotherShort/fix-rename-autoloads
Tree: Fix handling of `__focus_rect` with various Select Modes
2025-06-22 11:59:36 +02:00