b931a6e5ce
Merge pull request #83088 from bruvzg/ios_pre_xc15
...
[iOS] Fix build on Xcode 14 and older.
2023-10-10 09:13:05 +02:00
fb6dc8c630
Merge pull request #83076 from SaracenOne/make_rest_fixer_tracks_imported
...
Set new SkeletonRestFixer tracks as imported
2023-10-10 09:12:42 +02:00
added7d154
Merge pull request #83062 from bruvzg/no_dup_es
...
Do not apply extra spacing twice.
2023-10-10 09:12:17 +02:00
1fe7f8a96c
Merge pull request #82893 from m4gr3d/godot_android_lib_improvements
...
Cleanups and improvements to the Godot Android library api
2023-10-10 09:11:53 +02:00
7233001c67
Merge pull request #82762 from raulsntos/dotnet/android-ux
...
C#: Add checks to Android export
2023-10-10 09:11:24 +02:00
09d5120865
[iOS] Fix build on Xcode 14 and older.
2023-10-10 09:18:47 +03:00
96c3d0e73e
Set new RestFixer tracks as imported
2023-10-09 23:43:37 +01:00
cea77d0b48
C#: Add checks to Android export
...
- Add .NET 7.0 TFM when the platform is Anroid to the created csproj.
- Prevent exporting to Android when the architecture is not supported.
2023-10-10 00:35:08 +02:00
6b727ebdd2
Merge pull request #83068 from AThousandShips/null_fix
...
Fix incorrect null check
2023-10-09 23:27:17 +02:00
62e7e1618e
Merge pull request #83066 from imaperson/add-semicolon-to-os-case
...
Add semicolon to OS documentation case statement.
2023-10-09 23:25:39 +02:00
3d4724b381
Merge pull request #83056 from AThousandShips/surface_fix
...
Fix incorrect check in `_dict_to_surf`
2023-10-09 23:25:16 +02:00
9694f1d48c
Merge pull request #83051 from Repiteo/c#-untyped-to-typed-argumentnullexception
...
C#: Untyped to typed `ArgumentNullException`
2023-10-09 23:24:52 +02:00
e0ea86f0a0
Merge pull request #83040 from DarioSamo/lightmapper-dda-fix
...
Fix `trace_ray()` function in the lightmapper missing hits with large triangles.
2023-10-09 23:24:23 +02:00
0e547bccd5
Merge pull request #83024 from SaracenOne/dependency_menu_fix
...
Fix dependency menu not showing up if scene failed to load.
2023-10-09 23:23:59 +02:00
b4214b1686
Merge pull request #83004 from Chaosus/shader_language_fix_typo
...
Fix typo in `shader_language.cpp`
2023-10-09 23:23:35 +02:00
4a5801b44a
Merge pull request #82729 from shana/shana/ios-csharp
...
Add C# iOS support
2023-10-09 23:23:11 +02:00
98287fe607
Merge pull request #82075 from VedatGunel/fix-filesystem-rename-crash
...
Fix several issues with renaming in FileSystem dock
2023-10-09 23:22:47 +02:00
a28dab7e82
Merge pull request #79711 from adamscott/web-non-blocking-main-thread
...
Add `proxy_to_pthread` option to `platform=web`
2023-10-09 23:22:22 +02:00
71a8ac41fb
Merge pull request #72751 from dalexeev/doc-comment-color
...
Highlight doc comments in a different color
2023-10-09 23:21:54 +02:00
2eef0ffb77
Fix incorrect null check
2023-10-09 23:21:30 +02:00
a8226a7e04
Add semicolon to OS case statement.
2023-10-09 16:43:43 -04:00
ecb9ecee54
Fix several issues with renaming in FileSystem dock
2023-10-09 23:18:27 +03:00
100565a0c9
Do not apply extra spacing twice.
2023-10-09 21:38:23 +03:00
7b6621297b
Fix incorrect check in _dict_to_surf
2023-10-09 18:28:59 +02:00
ee9a735c26
Add C# iOS support
...
This support is experimental and requires .NET 8
Known issues:
- Requires macOS due to use of lipo and xcodebuild
- arm64 simulator templates are not currently included
in the official packaging
2023-10-09 18:22:56 +02:00
78c2a08fae
Add proxy_to_pthread option to platform=web
...
Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com >
2023-10-09 11:50:01 -04:00
d0cd726310
C#: untyped to typed handle null exception
...
• Add some missing exception/return documentation
2023-10-09 09:53:21 -05:00
42425baa59
Merge pull request #83035 from bitsawer/fix_voxelgi_bake_memory_leak
...
Fix VoxelGI bake memory leak
2023-10-09 15:40:38 +02:00
1e55eeb91d
Merge pull request #83030 from TokageItLab/patch-misc-blending
...
AnimationMixer: Fix non-numeric misc type (`Resource`, `Dictionary` & etc.) values cannot be blended with `UpdateMode.UPDATE_CONTINUOUS`
2023-10-09 15:40:14 +02:00
a1d7c62df7
Merge pull request #83003 from AThousandShips/null_check_extra
...
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
2023-10-09 15:37:14 +02:00
336260b7b3
Merge pull request #83002 from AThousandShips/safety_check
...
Replace `sanity` with `safety` for checks
2023-10-09 15:36:49 +02:00
d7ffb45cf4
Merge pull request #83001 from Repiteo/c#-compat-inheritdoc-fix
...
C#: Fix unresolved `inheritdoc` links in `Compat.cs`
2023-10-09 15:36:20 +02:00
0b11010cf0
Merge pull request #82985 from jackwilsdon/build-without-gdscript
...
Fix building without GDScript
2023-10-09 15:35:56 +02:00
4f85375b17
Merge pull request #82970 from bruvzg/rtl_round
...
[RTL] Remove unnecessary glyph position rounding.
2023-10-09 15:35:32 +02:00
8384efe21b
Merge pull request #82969 from Calinou/viewport-add-disable-2d
...
Add a Disable 2D property to Viewport
2023-10-09 15:35:08 +02:00
a7fcde4dab
Merge pull request #82940 from Calinou/editor-tooltip-metadata
...
Tweak metadata property tooltip to avoid being misleading
2023-10-09 15:34:45 +02:00
15d08c6adb
Merge pull request #82924 from SaracenOne/rmb_breakpoint_menu_fix
...
Fix right-click menu position for the debugger breakpoint tree.
2023-10-09 15:34:15 +02:00
dffd320421
Merge pull request #82907 from mihe/gdext-failed-modal
...
Remove I/O error popup when failing to load/unload extension
2023-10-09 15:33:50 +02:00
ed761780b4
Merge pull request #82883 from ShatReal/fix-input-typo
...
Fixed a missing word
2023-10-09 15:33:26 +02:00
7c12111c1c
Merge pull request #82790 from MarioLiebisch/warn-wasm-no-dlink
...
Web: Catch using GDExtensions in a non-dlink build
2023-10-09 15:33:02 +02:00
35ede42d1d
Merge pull request #82695 from maiself/object-less-callables-fixes
...
Fixes to allow object-less callables throughout Godot
2023-10-09 15:32:38 +02:00
5a3befd6c9
Merge pull request #82508 from floatingpointer/master
...
Add XInput device ID for wireless Series 2 Elite controller
2023-10-09 15:32:13 +02:00
7513ae6d06
Merge pull request #81812 from MewPurPur/zoomies
...
Incorporate min and max zoom limits into the EditorZoomWidget
2023-10-09 15:31:49 +02:00
c4effea5e6
Merge pull request #81779 from RealMadvicius/fix/4.2/81769_animationplayer_crash
...
Fix crash when clicking on "Interpolation Mode" with nonexistent node path
2023-10-09 15:31:21 +02:00
c1fed53943
Merge pull request #80271 from Ymanawat/optionmenu-scroll-test
...
Fix scrolling on keyboard/controller input
2023-10-09 15:30:57 +02:00
c6635b4640
Merge pull request #71519 from adamscott/fix-code-completion-home-end
...
Fix code completion override of home and end keys
2023-10-09 15:30:27 +02:00
94c60ae556
Fix trace_ray() function in the lightmapper missing hits with large triangles.
...
The DDA traversal had a conceptual error where it did an early termination of the search if it hit a triangle, but it didn't check if the hit position was inside the bounds of the cell being traversed. This can aid to fix light leaks such as the ones found in issue #75440 .
2023-10-09 09:44:40 -03:00
416ef5ad1b
Fix VoxelGI bake memory leak
2023-10-09 12:27:03 +03:00
c4743baba1
Patch fix for AnimationMixer: misc type values cannot be blended
2023-10-09 17:26:57 +09:00
c0e872c05b
Fix dependency menu not showing up if scene failed to load.
2023-10-09 03:15:46 +01:00