Michael Alexsander
|
44c64b912f
|
Add item auto-highlighting to `MenuBar`
|
2022-08-28 01:49:22 -03:00 |
Michael Alexsander
|
221344b9e2
|
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
|
2022-08-28 01:15:03 -03:00 |
Aaron Franke
|
0a87bd7b54
|
Only compile project features logic in editor builds
|
2022-08-27 21:02:35 -05:00 |
Ignacio Roldán Etcheverry
|
202f0f2f1b
|
Merge pull request #64959 from raulsntos/dotnet/fix-malloc-size
C#: Fix byteCount in `NativeMemory.Alloc`
|
2022-08-28 01:44:56 +02:00 |
Max Hilbrunner
|
b2bcf81c7c
|
Merge pull request #63809 from mhilbrunner/upnp-no-delete-only-add
UPNP: Don't delete previous mappings when adding new port mappings
|
2022-08-27 23:32:37 +02:00 |
Michael Alexsander
|
06df59887b
|
Fix crash when pressing up on an empty `PopupMenu`
|
2022-08-27 18:13:27 -03:00 |
Patrick Exner
|
55bbcc54e7
|
Implement custom non-trivial shader functions
|
2022-08-27 22:59:12 +02:00 |
Rémi Verschelde
|
d3db8bbebd
|
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_enter_tree
Remove `NOTIFICATION_ENTER_TREE` when paired with `NOTIFICATION_THEME_CHANGED`
|
2022-08-27 21:56:14 +02:00 |
Rémi Verschelde
|
c7b5c90881
|
Merge pull request #64963 from V-Sekai/vs_proj_gen_fix
Correct output file names for Visual Studio project generation
|
2022-08-27 21:55:52 +02:00 |
Rémi Verschelde
|
0595ad79da
|
Merge pull request #64521 from bruvzg/sh_over_fix
Fix editor shortcuts overrides overwriting user configured shortcuts.
|
2022-08-27 21:55:17 +02:00 |
faisal-alam09
|
ed54a7be3d
|
Added a placeholder tab check before creating a new scene.
|
2022-08-28 01:11:48 +05:30 |
Aaron Record
|
4b817a565c
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
2022-08-27 11:52:29 -06:00 |
Ricardo Buring
|
da37540d97
|
Fix collision solving between world boundary and motion shape
|
2022-08-27 19:51:14 +02:00 |
SaracenOne
|
d71b76e28f
|
Correct output file names for Visual Studio project generation
|
2022-08-27 18:51:13 +01:00 |
bruvzg
|
da808d4fd3
|
Fix editor shortcuts overrides overwriting user configured shortcuts.
|
2022-08-27 20:25:13 +03:00 |
Rémi Verschelde
|
19e2f30a55
|
Merge pull request #64860 from raulsntos/dotnet/sync-math
Sync C# cubic interpolation with core
|
2022-08-27 19:01:37 +02:00 |
Rémi Verschelde
|
b5294b5759
|
Merge pull request #64922 from akien-mga/dotnet-fix-app-host-version-detection
.NET: Change NETCore.App version detection to use highest match
|
2022-08-27 18:58:40 +02:00 |
Rémi Verschelde
|
6ba932e43d
|
Merge pull request #64951 from TokageItLab/value-track-optimizer
Fix optimizer miscalculation and add optimization for `Animation::ValueTrack`
|
2022-08-27 18:47:20 +02:00 |
Rémi Verschelde
|
35af2b0edd
|
Merge pull request #64921 from bruvzg/win_arm
[Windows] Improve build environment detection, add support for Windows on ARM.
|
2022-08-27 18:46:54 +02:00 |
Rémi Verschelde
|
09086b0bb0
|
Merge pull request #64651 from MewPurPur/fix-globalfunc-highlighting
Add new highlighting color for `@GDScript` and `@GlobalScope` functions
|
2022-08-27 18:44:14 +02:00 |
Rémi Verschelde
|
67e731d450
|
Merge pull request #64507 from RandomShaper/remove_unused
Remove unused `force_quit` variable from many OS abstractions
|
2022-08-27 18:42:20 +02:00 |
Raul Santos
|
ebe008d41b
|
C#: Fix byteCount in `NativeMemory.Alloc`
`NativeMemory.Alloc` takes the byte count as parameter, this is
calculated by multiplying the element size in bytes by the length
of the array.
|
2022-08-27 17:35:53 +02:00 |
Silc Renew
|
787ab45394
|
Add optimization for Animation::ValueTrack
|
2022-08-27 22:59:33 +09:00 |
MatthewZelriche
|
93af2993f0
|
Fix X11 menu window bug.
Fixes an issue where XSetInputFocus fails due to the window not
being viewable.
Fixes #62635
Fixes #60690
|
2022-08-27 07:38:09 -06:00 |
bruvzg
|
8dab4a2aa3
|
[Windows] Improve build environment detection, add support for Windows on ARM.
|
2022-08-27 16:10:53 +03:00 |
Pedro J. Estébanez
|
6e647dea24
|
Remove unused force_quit variable from many OS abstractions
|
2022-08-27 13:41:53 +02:00 |
Raul Santos
|
f64b845514
|
C#: Add `CubicInterpolateAngle`
|
2022-08-27 12:28:54 +02:00 |
Raul Santos
|
623f4a52ca
|
C#: Add `CubicInterpolateInTime`
|
2022-08-27 12:27:11 +02:00 |
Raul Santos
|
4c5cefe4fe
|
C#: Rename and fix `Quaternion.SphericalCubicInterpolate`
|
2022-08-27 12:26:38 +02:00 |
Raul Santos
|
f72b7a1595
|
C#: Fix `Quaternion.CubicSlerp`
|
2022-08-27 12:26:38 +02:00 |
Raul Santos
|
8ad0ef75b8
|
C#: Add `Exp` and `Log` to Quaternion
|
2022-08-27 12:26:38 +02:00 |
Raul Santos
|
b526a0d824
|
C#: Add `GetAngle` and `GetAxis` to Quaternion
|
2022-08-27 12:26:38 +02:00 |
Raul Santos
|
961a086d20
|
C#: Fix `Transform3D` interpolation and add spherical interpolation
|
2022-08-27 12:26:38 +02:00 |
Raul Santos
|
b35fcf3620
|
C#: Add missing match check in `Quaternion.Slerpni`
|
2022-08-27 12:26:37 +02:00 |
Rémi Verschelde
|
85ef0a1058
|
Merge pull request #64935 from YuriSizov/makerst-make-stable-link
Make cross-link generation more reliable in RST documentation
|
2022-08-27 11:03:33 +02:00 |
Raul Santos
|
ea6b8ecb6f
|
Add `dotnet format` to CI to check C# style
|
2022-08-27 10:11:35 +02:00 |
Rémi Verschelde
|
f9998455ce
|
Merge pull request #63249 from V-Sekai/animation_tree_editor_read_only
Add read-only mode to AnimationTreeEditor plugins
|
2022-08-27 08:14:30 +02:00 |
Rémi Verschelde
|
488c501633
|
Merge pull request #64942 from paulloz/cs-fix-color-names
C#: Fix dictionary keys in Colors
|
2022-08-27 08:10:07 +02:00 |
Rémi Verschelde
|
c6516cfa3f
|
Merge pull request #64924 from TokageItLab/2drot
Add linear/cubic angle interpolation to `Animation::InterpolationType` for shortest 2D rotation
|
2022-08-27 08:09:25 +02:00 |
Josh Jones
|
3dd59013f4
|
Added node for Navigation links
|
2022-08-26 22:05:15 -07:00 |
Raul Santos
|
d35c58507c
|
Fix C# style with `dotnet format`
|
2022-08-27 03:22:31 +02:00 |
Micky
|
ef5b9a06a9
|
Rename `hint_tooltip` to `tooltip_text` & setget
`hint_tooltip` -> `tooltip_text`
`set_tooltip` -> `set_tooltip_text`
`_get_tooltip` -> `get_tooltip_text`
Updates documentation, too.
|
2022-08-27 01:35:01 +02:00 |
Silc Renew
|
931fb4dc11
|
Add linear/cubic angle interpolation to Animation interpolation type
|
2022-08-27 07:58:22 +09:00 |
Leonardo Santagada
|
74df54a99e
|
Mention an issue with infinite scroll on mirroring of Parallax layer
|
2022-08-26 23:43:59 +02:00 |
Paul Joannon
|
4c05b95857
|
C#: Fix dictionary keys in Colors
|
2022-08-26 23:27:45 +02:00 |
Rémi Verschelde
|
4808d01b2b
|
Merge pull request #64223 from Calinou/taa-fxaa-use-negative-mipmap-lod-bias
Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled
|
2022-08-26 23:11:25 +02:00 |
Rémi Verschelde
|
046c69b2a5
|
Merge pull request #64923 from akien-mga/scons-linux-gnu-ld-detection
Linux: Fix GNU ld detection for `pck_embed` linker script
|
2022-08-26 23:09:01 +02:00 |
Rémi Verschelde
|
bd219de7fe
|
Merge pull request #64928 from YuriSizov/editor-tooltip-or-not-tooltip
Remove Inspector tooltip hack that never actually worked
|
2022-08-26 23:04:50 +02:00 |
Rémi Verschelde
|
f9f2446972
|
Merge pull request #64367 from Mickeon/rename-var-to-str
Rename `str2var` to `str_to_var` and similar
|
2022-08-26 23:04:06 +02:00 |
Rémi Verschelde
|
4f60fd0480
|
Merge pull request #64777 from bruvzg/extend_to_title
[macOS] Extend editor contents to the window title bar for better space usage.
|
2022-08-26 23:03:31 +02:00 |