Commit Graph

  • 07e41850ef Bump version to 4.4.2-rc 4.4 Rémi Verschelde 2025-05-09 00:50:22 +02:00
  • 841596cae4 macOS: Fix support for latest VulkanSDK .app name in install script Rémi Verschelde 2025-05-06 18:40:40 +02:00
  • e8e20b3eec AudioEffectPitchShift: 3rd attempt at fixing -Wstringop-overflow warning Rémi Verschelde 2025-04-25 12:27:28 +02:00
  • dafc47390c Merge pull request #95025 from AThousandShips/file_compressed_fix Rémi Verschelde 2025-04-25 11:38:02 +02:00
  • 4d7c448a0a Merge pull request #102059 from AThousandShips/fix_cowdata_performance Rémi Verschelde 2025-04-09 13:49:11 +02:00
  • 38570afee6 [Core] Fix FileAccessCompressed.get_buffer size error on multiples of block size A Thousand Ships 2025-04-08 14:31:43 +02:00
  • 96579d1399 Merge pull request #104881 from akien-mga/revert-modulate-colored-emojis Rémi Verschelde 2025-04-02 11:39:57 +02:00
  • 13c34fc29c Don't apply font color to colored emojis Rémi Verschelde 2025-04-01 14:03:43 +02:00
  • 49a5bc7b61 Bump version to 4.4.1-stable Rémi Verschelde 2025-03-26 00:11:16 +01:00
  • 21455d8351 Add changelog for 4.4.1 Rémi Verschelde 2025-03-26 00:11:08 +01:00
  • f632725611 i18n: Sync translations with Weblate (classref) Rémi Verschelde 2025-03-25 23:49:52 +01:00
  • 994983a93b i18n: Sync translations with Weblate Rémi Verschelde 2025-03-25 23:21:23 +01:00
  • 3ef69f0a79 Fix editor crash when inspecting 2 objects handled by the same plugin 风青山 2025-03-18 10:30:15 +08:00
  • 00baf18d6e Fix shape always being zero with get_rest_info when using Jolt Physics Mikael Hermansson 2025-03-25 12:35:01 +01:00
  • 46f16271e2 Disable broken Vulkan layers before running RenderingDevice tests. Pāvels Nadtočajevs 2025-03-24 23:01:48 +02:00
  • 98ebd4e61a Vulkan: Re-enable Mesa device select layer Rémi Verschelde 2025-03-25 10:05:04 +01:00
  • f26392d45b i18n: Sync translations with Weblate Rémi Verschelde 2025-03-24 22:46:36 +01:00
  • 1e37886e19 mbedTLS: Update to version 3.6.3 Fabio Alessandrelli 2025-03-24 19:11:37 +01:00
  • abef5e0d23 Fix crash when reimporting nested gltf scenes Hilderin 2025-03-19 19:17:46 -04:00
  • c477d248c6 Fix icons with non-ASCII file names in project manager. Pāvels Nadtočajevs 2025-03-20 16:33:01 +02:00
  • a6c6104ae7 Add instruction to wrap nested classes in JavaClassWrapper Anish Mishra 2025-03-19 19:12:43 +05:30
  • 6d45d6265b Fix use after free in the editor inspector section cleanup. bruvzg 2025-03-19 14:37:26 +02:00
  • dcd9b6e48a Calculate the viewport location correctly in OpenXR Jamie Pate 2025-03-16 11:27:00 -07:00
  • ce7a785682 i18n: Sync translations with Weblate Rémi Verschelde 2025-03-19 14:51:04 +01:00
  • 12917362ef Merge pull request #104358 from akien-mga/4.4-cherrypicks Rémi Verschelde 2025-03-19 14:33:06 +01:00
  • f0b2f6c3cd Fix error when embedded window is closed while resizing Hilderin 2025-02-06 17:05:06 -05:00
  • 52e84ae83e Update mouse-entered state when subwindow closes (macOS display server) Grublady 2025-03-18 15:25:03 -04:00
  • 6e298f2b95 Renderer: Fix Metal handling of cube textures; assert equal dimensions Stuart Carnie 2025-03-19 11:52:59 +11:00
  • 5c6f4a4ac6 Use single RNG instance for FileAccessEncrypted IV generation. Pāvels Nadtočajevs 2025-03-01 00:02:42 +02:00
  • 0da30a1260 [Label] Fix min. size calculation counting extra spacing twice. Pāvels Nadtočajevs 2025-03-07 00:02:42 +02:00
  • a8e3ac0e09 Change root node transform warning to only show up for position Aaron Franke 2025-03-18 13:15:39 -07:00
  • efb3cf1db4 [macOS/iOS] Fix system font family descriptor leak. Pāvels Nadtočajevs 2025-03-09 20:57:57 +02:00
  • ab037eada2 [macOS] Fix editor loading crash on native menu click. Pāvels Nadtočajevs 2025-03-10 08:41:17 +02:00
  • a2b01e420d Sync display/window/size/initial_position_type and Window::WINDOW_INITIAL_POSITION_ enum. Pāvels Nadtočajevs 2025-03-11 08:24:23 +02:00
  • a2e1a028bb [Editor] Set window position when running project in maximized or full-screen mode to ensure it is opened on the correct screen. Pāvels Nadtočajevs 2025-03-16 23:15:31 +02:00
  • aede60bdc7 [macOS/iOS] Ensure only one axis change event is produced during single process_joypads() call. Pāvels Nadtočajevs 2025-03-18 14:58:14 +02:00
  • eb2cb96dee Force multiple of 4 sizes for Betsy compressor. Pāvels Nadtočajevs 2025-03-17 16:23:45 +02:00
  • 21501dc4b4 Fix ConcavePolygonShape3D always enabling backface_collision when using Jolt Physics Mikael Hermansson 2025-03-18 12:17:04 +01:00
  • 8813063847 Fix editor crash on overrides for non-existent input mappings. Pāvels Nadtočajevs 2025-03-18 12:01:58 +02:00
  • 6ef29a0e55 Convert compress_native_libraries to a basic export option Anish Mishra 2025-03-18 12:26:25 +05:30
  • d7366d5929 Add clearing of static_gdscript_cache to GDScriptCache Mikael Hermansson 2025-03-17 17:09:36 +01:00
  • fa50a444d2 Vulkan: Disable layers in editor deemed buggy by RenderDoc unvermuthet 2025-03-14 22:35:53 +01:00
  • b31a2544fb Fix wrong height for top editors in the inspector Michael Alexsander 2025-03-15 12:24:35 -03:00
  • 539e071afa Revert "Fix SceneTree's rename LineEdit's offset position" Rémi Verschelde 2025-03-18 13:47:17 +01:00
  • 74cbb2152b Fix interpolation in XR nodes Asaduji 2025-03-12 19:25:24 +01:00
  • f9378c5092 Fix missing Vector4(i) and Projection in C# bindings generator Aaron Franke 2025-03-13 19:04:47 -07:00
  • cfe944540b Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D Mike Estee 2025-03-02 13:40:27 -08:00
  • 72ad4a2f36 Make EditorProperty and its child EditorProperties behave more like sibling nodes 风青山 2025-02-26 17:46:40 +08:00
  • ba27815166 Revert "Fix inspector jumping when gaining focus" 风青山 2025-02-26 16:26:03 +08:00
  • f0e7fa783e Revert "Fix inspector follow focus when child is focused" 风青山 2025-02-26 16:25:50 +08:00
  • f00048fa79 Fix rest translation space in LookAtModifier3D Silc Lizard (Tokage) Renew 2025-03-16 15:16:39 +09:00
  • 63eb2b06d6 Fix Node dock broken right after opening project arkology 2025-03-16 16:44:17 +03:00
  • d4b7f06383 Create .uid files for detected new files kobewi 2025-03-16 19:23:06 +01:00
  • 6b0820f805 Fix game crashes when adding color preset after clearing presets in another control Konrad Gadzina 2025-03-16 10:36:01 +01:00
  • 3de32375c3 Fix Android build template message translation kobewi 2025-03-14 22:17:18 +01:00
  • b054055b2a GDScript: Fix head class range to include class_name HolonProduction 2025-03-14 10:56:42 +01:00
  • 9f30ad69e3 JavaClassWrapper: Fix mistake in last fix for org.godotengine.godot.Dictionary conversion David Snopek 2025-03-14 18:01:12 -05:00
  • 4ab1c03ab5 Merge pull request #97498 from TheSofox/remotetransform3d-globalrotate Rémi Verschelde 2025-03-18 14:05:35 +01:00
  • 1cdfc69b81 Fix RemoteTransform3D to always use global rotation if use_global_coordinates is true Sofox 2024-09-26 16:29:46 +01:00
  • dbaf8f3e7a [Core] Fix performance issues in some CowData methods A Thousand Ships 2025-01-26 15:36:14 +01:00
  • daa4b058ee i18n: Sync translations with Weblate Rémi Verschelde 2025-03-14 01:11:51 +01:00
  • 0b1ab74af9 Merge pull request #104093 from akien-mga/4.4-cherrypicks Rémi Verschelde 2025-03-14 01:10:15 +01:00
  • b56668fd12 Fix Invalid Task ID errors in ResourceLoader. Pāvels Nadtočajevs 2025-03-13 08:41:53 +02:00
  • 11c7d225fa [ResourceLoader] Do not wait for the main thread during initial reimport. Pāvels Nadtočajevs 2025-03-12 09:18:39 +02:00
  • 44b2b62b22 Copy audio data to dest when bypassing pitch effect Julian 2025-03-13 17:12:08 -04:00
  • 6238bdf066 Fix missing binding for NOTIFICATION_WM_POSITION_CHANGED Hilderin 2025-03-13 16:12:16 -04:00
  • e06d08fe1a Set interactive music streams as meta streams Adam Scott 2025-03-12 17:57:01 -04:00
  • 1a379d1805 BasisUniversal: Ensure ASTC's HDR variant is supported when transcoding BlueCube3310 2025-03-07 15:26:03 +01:00
  • 757173e0e2 Add "Go Online" button on Export Template Manager Etherealxx 2025-02-24 03:37:03 +07:00
  • cc77c02d47 Merge pull request #104019 from akien-mga/4.4-cherrypicks Rémi Verschelde 2025-03-12 23:42:16 +01:00
  • 5a7a8ae682 Merge pull request #103468 from adamscott/update-uid-upgrade-tool Rémi Verschelde 2025-03-12 23:42:10 +01:00
  • a57bafe04b Register editor-only OpenXR* classes as api_type = "editor" instead of "core" Jan Haller 2025-03-09 18:13:40 +01:00
  • be074cc17b Fix debugger's memory leak when project closes itself ydeltastar 2025-03-12 16:46:23 -03:00
  • 2f90dfef65 Add missing ETR/TTR markups Haoyu Qiu 2025-03-12 20:12:33 +08:00
  • 4b77d8520b ScriptEditor: Disable auto translation of the filename label Haoyu Qiu 2025-03-09 10:01:26 +08:00
  • c1563b6500 Fix ownership when pasting non root with child nodes AeioMuch 2025-03-07 15:57:57 +01:00
  • 87f75e7785 Fix SceneTree's rename LineEdit's offset position BrotherShort 2025-03-06 23:36:08 +08:00
  • d9ff30ba05 Fixes missing process_state error in blend spaces. SaracenOne 2025-03-12 11:46:38 +00:00
  • d1b0d9a506 CPUParticles2D: Fix fixed timestep interpolation after entering tree with emitting = false Ricardo Buring 2025-03-11 12:12:32 +01:00
  • 1743124319 MetalFX: change fallback behaviour Stuart Carnie 2025-03-08 15:35:45 +11:00
  • 4248781085 2D: Fix light shader accessing TEXTURE_PIXEL_SIZE Stuart Carnie 2025-03-05 18:46:20 +11:00
  • f6791c0c83 Fix wrong canvas camera override panning in the runtime debugger Michael Alexsander 2025-03-12 12:02:25 -03:00
  • 1806a1c03c Fix "unused varying" incorrect warning in shaders Chaosus 2025-03-01 18:21:10 +03:00
  • 34e97c2b65 Fix a segfault in ConnectDialog if the destination node does not exist Sébastien Dunne Fulmer 2024-08-31 10:41:06 +01:00
  • d1f77a5d57 Update UID upgrade tool dialog message Adam Scott 2025-03-02 10:26:15 -05:00
  • 227bb38fa4 Fix BBCode tag for NativeMenu class reference Haoyu Qiu 2025-03-10 15:23:37 +08:00
  • e9ff9e9644 update logo/run icon path in README shahriarlabib000 2025-03-10 11:48:07 +06:00
  • 642c82a1d8 Fix Tree keyboard navigation in RTL direction Giganzo 2025-02-14 16:35:44 +01:00
  • 9628fce2f3 Apply fix_alpha_edges for both theme icons and font glyphs. Only apply fix_alpha_edges for SVG glyphs. Allow modulate for svg glyphs. Frank Becker 2025-02-14 20:20:12 -08:00
  • b5de7da80d Use FlowContainer for EditorNetworkProfiler bar arkology 2025-02-08 12:42:54 +03:00
  • d904c07a99 fix changed signal emission in Curve::set_point_offset aryan-11825114 2024-08-29 20:59:47 +05:30
  • 15413e55be VideoStreamPlayer: stop video on exit tree Bernat Arlandis 2025-02-28 12:58:52 +01:00
  • 8152c2bc5b Make NavigationLink3D properly update on NOTIFICATION_VISIBILITY_CHANGED Olle Lukowski 2025-03-04 20:11:08 +01:00
  • 13c5cc45d0 Fix memory leak caused by hidden tooltip controls 风青山 2025-03-08 13:16:41 +08:00
  • f388b5f3af Use text_overrun for project export errors TrueJole 2025-03-04 21:40:10 +01:00
  • 374e04f101 fix vbox separation in sections with PROPERTY_USAGE_ARRAY dugramen 2025-02-25 21:50:52 -05:00
  • f115cd260d Disabled depth test for line and handle materials Marc Garcia Puig 2025-02-25 22:56:56 +01:00
  • 57b5500525 Fix some i18n issues in visual shader editor Haoyu Qiu 2025-03-07 18:39:45 +08:00
  • 7b8c74aaa1 Restore "Show in File Manager" button functionality in ProjectManager arkology 2025-03-01 23:14:43 +03:00
  • b725a9f285 Fix SCRIPT ERROR/ERROR/WARNING on test output Pablo Andres Fuente 2025-03-06 00:40:35 +01:00