samuelll3d
b53af55462
Find solution file by project assembly name
...
Instead of looking for a solution file with the same name as the project and
its assembly, this commit updates the logic to find all .sln and .slnx files in
the specified solution directory. If no matching solution is found, it will fall
back to the old behaviour.
This commit will also consider .. markings to go up one directory level allowing
for Godot projects as part of multi-project solutions.
Co-authored-by: Eric Johnson <eric.johnson@revention.com >
2025-10-30 11:42:45 +01:00
Ryan
f68bf2f545
Improve performance of CSharpLanguage::reload_assemblies
2025-10-30 11:40:12 +01:00
Roy Berardo
2ac01c189d
Change AudioStreamRandomizer random_pitch slider to random_pitch_semitones
2025-10-30 11:38:24 +01:00
Pāvels Nadtočajevs
de3ff99398
Fix error spam when dragging text in the script editor.
2025-10-30 12:20:00 +02:00
smix8
419fc6e22d
Make NavigationServer backend engine selectable
...
Adds engine backend selection for NavigationServers, aka allows to swap navigation module for other backend implementations.
2025-10-30 08:59:06 +01:00
Pāvels Nadtočajevs
e72374a5da
[macOS/iOS] Fix build with Xcode older than 26.
2025-10-30 07:59:16 +02:00
Michael Alexsander
e06f015f95
Add a new editor theme
...
Co-authored-by: passivestar <60579014+passivestar@users.noreply.github.com >
2025-10-30 00:31:54 -03:00
Haoyu Qiu
b40e63566a
Fix error when deleting trailing lines removed breakpoints
2025-10-30 08:22:14 +08:00
Haoyu Qiu
c885098266
Remove unused methods in ResourceLoader
2025-10-30 08:13:20 +08:00
Rémi Verschelde
07f4c06601
Merge pull request #112176 from dugramen/stretch-inline-container
...
Stretch inline buttons & center text to full property header height
2025-10-29 23:55:50 +01:00
Blueberry Gecko
f88e108779
Improve documentation for Vector2's angle-related methods
2025-10-29 22:35:50 +01:00
dugramen
d795a3b536
Stretch inline buttons & center text to full property header height
2025-10-29 15:56:49 -04:00
Aaron Franke
cc13a376c5
Handle NaN and Infinity in JSON stringify function
...
Co-authored-by: Thaddeus Crews <repiteo@outlook.com >
Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com >
2025-10-29 12:06:40 -07:00
Thaddeus Crews
534591047e
Merge pull request #103257 from dugramen/simplify-array-inspector
...
Condense Inspector layout for Arrays
2025-10-29 13:13:56 -05:00
Thaddeus Crews
2b3c397e01
Merge pull request #112152 from blueskythlikesclouds/d3d12ma-small-buffers-flag
...
Set DONT_PREFER_SMALL_BUFFERS_COMMITTED when initializing D3D12MA.
2025-10-29 13:13:55 -05:00
Thaddeus Crews
92f57ed14d
Merge pull request #112145 from IphStich/fix-erasecorner-tileterrain
...
Fix "Match Corners" not correctly updating cells when erasing
2025-10-29 13:13:54 -05:00
Thaddeus Crews
0994b19ba4
Merge pull request #111025 from xuhuisheng/dev/clear_inheritance
...
Fix Clear Inheritance issues
2025-10-29 13:13:53 -05:00
Thaddeus Crews
95977711ed
Merge pull request #107887 from DexterFstone/add-copy-paste-animation-sprite-frames
...
Add ability to copy and paste animations in SpriteFrames
2025-10-29 13:13:52 -05:00
Thaddeus Crews
e5e2c06c27
Merge pull request #112141 from YeldhamDev/whats_up_doc
...
Update documentation pages when switching themes
2025-10-29 13:13:50 -05:00
Thaddeus Crews
84e713c6c1
Merge pull request #112131 from stuartcarnie/fix_2d_ui
...
2D: Fix incorrect 2D rendering
2025-10-29 13:13:49 -05:00
Thaddeus Crews
881058009f
Merge pull request #111522 from Repiteo/core/to-from-native
...
Core: Support `INF`/`NAN` in JSON from/to native
2025-10-29 13:13:48 -05:00
Thaddeus Crews
a0cde1e151
Merge pull request #112129 from DeeJayLSP/asetget
...
`ClassDB`: Use `AHashMap` for `property_setget` and `constant/signal_map`
2025-10-29 13:13:47 -05:00
Thaddeus Crews
be0a658471
Merge pull request #112128 from HolonProduction/lsp-init-unsafe-dict
...
LSP: Fix remaining unsafe dict access
2025-10-29 13:13:46 -05:00
dugramen
7df65de796
Inline Array and Dictionary inspector buttons
2025-10-29 12:51:11 -04:00
emild
e3eef8c363
fix numpad emulation in 3d navigation shortcuts
2025-10-29 16:26:54 +01:00
xuhuisheng
766b45bdd9
Fix Clear Inheritance error
2025-10-29 21:27:50 +08:00
Skyth
d4aa3e322d
Set DONT_PREFER_SMALL_BUFFERS_COMMITTED when initializing D3D12MA.
2025-10-29 15:02:45 +03:00
Elise
b2a4bda3b0
Fix a bug where erasing cells with "Match Corners" mode would not result in all neighbors updating correctly
2025-10-29 18:48:22 +11:00
Michael Alexsander
6353f0385b
Update documentation pages when switching themes
2025-10-28 22:34:27 -03:00
Michael Alexsander
c5fe5d4faf
Fix PopupMenu losing item highlight when hovering submenus
2025-10-28 18:09:07 -03:00
DexterFstone
7d8370a5fb
Add ability to copy and paste animations in SpriteFrames
2025-10-28 23:00:55 +03:30
DeeJayLSP
a149280cea
ClassDB: Use AHashMap for property_setget and constant/signal_map
2025-10-28 16:24:54 -03:00
Stuart Carnie
7db9be5685
2D: Fix incorrect 2D rendering
...
Regression from #111183
Closes #112121
2025-10-29 06:21:59 +11:00
Thaddeus Crews
2cb2c1fb5b
Merge pull request #112063 from kleonc/image_font_importer_docs_typo_fix
...
Fix typo in ResourceImporterImageFont docs
2025-10-28 12:19:38 -05:00
Thaddeus Crews
ed751529bc
Merge pull request #112094 from mihe/apple-stack-size
...
Increase stack size for all secondary threads on Apple platforms
2025-10-28 12:19:36 -05:00
Thaddeus Crews
daf15172eb
Merge pull request #97753 from jaydensipe/fix-various-editor-easing-property-bugs
...
Fix various editor easing property issues
2025-10-28 12:19:35 -05:00
Thaddeus Crews
1ed5f2eed9
Merge pull request #110328 from KoBeWi/ItemListSpecialEdition
...
Improve tile source tooltips
2025-10-28 12:19:33 -05:00
Thaddeus Crews
d8558da4d6
Merge pull request #110581 from KoBeWi/round_like_earth
...
Fix color picker shape minimum size
2025-10-28 12:19:32 -05:00
Thaddeus Crews
093f176362
Merge pull request #111988 from blueskythlikesclouds/d3d12-resolve-barrier-fix
...
Insert barriers between subpasses when using enhanced barriers on D3D12.
2025-10-28 12:19:30 -05:00
Thaddeus Crews
f2f806fa04
Merge pull request #110323 from bruvzg/csv_text
...
Open translation CSV in the text editor instead of printing errors.
2025-10-28 12:19:28 -05:00
Thaddeus Crews
f1f3f06843
Merge pull request #97871 from AtlaStar/fix-issue-97680
...
Fix NaN populating ParticleProcessMaterial Transform
2025-10-28 12:19:26 -05:00
Thaddeus Crews
f7c9306453
Merge pull request #111326 from timothyqiu/win-dpi-scale
...
Fix editor auto display scale on Windows
2025-10-28 12:19:24 -05:00
Thaddeus Crews
597553a7f5
Merge pull request #111821 from DeeJayLSP/detect-zed
...
Add Zed to External Editor exec flags autofill
2025-10-28 12:19:23 -05:00
Thaddeus Crews
60f6733d38
Merge pull request #110218 from WhalesState/picker-shape-expand
...
Allow all ColorPicker Shapes to expand horizontally
2025-10-28 12:19:21 -05:00
Thaddeus Crews
597b0a2f03
Merge pull request #109986 from SomeRanDev/animation_node_state_machine_playback_expansion
...
Expose `get_fading_...` methods for `AnimationNodeStateMachinePlayback`
2025-10-28 12:19:20 -05:00
Thaddeus Crews
d0626c8679
Merge pull request #95075 from kleonc/node3d_global_rotation_euler_normalized
...
Get `Node3D.global_rotation` from orthonormalized global basis
2025-10-28 12:19:18 -05:00
Thaddeus Crews
82f8838263
Merge pull request #110307 from KoBeWi/dialog_yellowlabelizer
...
Improve dependency editor warning
2025-10-28 12:19:17 -05:00
Thaddeus Crews
94df7a1cd1
Merge pull request #111998 from shakesoda/fog-blend
...
Revise fog blending to fix over-darkening/borders.
2025-10-28 12:19:15 -05:00
HolonProduction
bbdf37b7a2
LSP: Fix remaining unsave dict access
2025-10-28 18:12:59 +01:00
Thaddeus Crews
ea381ac992
Merge pull request #111198 from lawnjelly/fti_fix_2d_nonmoving_4
...
FTI - Optimize non-interpolated 2D items
2025-10-28 10:15:38 -05:00