Rémi Verschelde
32dc7eeaed
Merge pull request #77479 from MewPurPur/improve-ray-shape-icon
...
Improve RayShape3D icon
2023-05-26 11:01:19 +02:00
Rémi Verschelde
0c04c17fce
Merge pull request #77439 from AThousandShips/popup_idx_fix
...
Unify item indexing in `PopupMenu`
2023-05-26 11:00:55 +02:00
Rémi Verschelde
699b66b62d
Merge pull request #77010 from dsnopek/gdextension-editor-plugins
...
Allow GDExtensions to add editor plugins
2023-05-26 11:00:32 +02:00
Rémi Verschelde
cb711a9950
Merge pull request #76895 from aaronfranke/gltf-webp
...
Add support for extending GLTF with more texture formats and support WebP
2023-05-26 11:00:06 +02:00
Rémi Verschelde
c238dea782
Merge pull request #73812 from bruvzg/log-mt
...
[Editor] Enable multithread processing for the editor log.
2023-05-26 10:59:24 +02:00
Lyuma
5ae311e577
Avoid doubly mutating the same Skin in rest fixer
...
Fixes a regression from #77123 that was caused by removal of ibm_diffs variable.
This replaced idempotent code with code that applied an offset each time.
If the same Skin was visited multiple times, this caused an incorrect result.
2023-05-26 00:49:24 -07:00
kobewi
010ce46ffa
Add get_edited_property_value() shorthand method
2023-05-26 09:18:53 +02:00
kobewi
87a6145135
Fix AnimationPlayer cumulative speed_scale
2023-05-26 07:11:29 +02:00
bitsawer
993e671dc0
Fix shader editor crash
2023-05-26 07:01:23 +03:00
Fredia Huya-Kouadio
01ee00f710
Improve touchpad and mouse support for the Android editor
...
- Fix issues with using a touchpad to click, drag, interact with the navigation controls, etc..
- Fix issues with panning with 2+ fingers
- Fix issues with using double-tap to magnify on the spatial editor
2023-05-25 20:27:04 -07:00
smix8
d171dfce9a
Fix --debug-avoidance description.
...
Fixes c&p error in --debug-avoidance description.
2023-05-26 00:42:09 +02:00
bruvzg
2af75a066f
[Editor] Enable multithread processing for the editor log.
2023-05-25 22:14:15 +03:00
VolTer
11acf0ac96
Improve RayShape3D icon
2023-05-25 18:33:36 +02:00
VolTer
47a81a79aa
Add a few InputEvent icons
2023-05-25 17:43:32 +02:00
David Snopek
3007163210
Allow GDExtensions to add editor plugins
2023-05-25 09:14:29 -05:00
Rémi Verschelde
2eec9a67d5
Merge pull request #77473 from KoBeWi/get_tree().get_root().get_tree().get_root().get_tree().get_root().get_tree().get_root().get_tree().get_root().get_tree().get_root().get_tree().get_root().get_tree().get_edited_scene_root()
...
Don't create bones from empty scene
2023-05-25 15:59:07 +02:00
Rémi Verschelde
89913c4e93
Merge pull request #77468 from MisoMosiSpy/cs_notif_example
...
Fix typo in CS notification example of the Object class
2023-05-25 15:58:44 +02:00
Rémi Verschelde
24a258d8a0
Merge pull request #77123 from lyuma/child_mesh_retarget
...
Adjust BoneAttachment3D children/meshes during rest fixer
2023-05-25 15:58:12 +02:00
kobewi
e5b6b3e1e3
Don't create bones from empty scene
2023-05-25 14:57:08 +02:00
Dipal Zambare
41ac5a406e
Fix typo in CS notification example of the Object class
2023-05-25 10:09:12 +02:00
Rémi Verschelde
a67d37f7cf
Merge pull request #77458 from Riteo/late-night-preprocessing
...
Build `JoypadLinux` sandbox detection method only with udev
2023-05-25 09:26:33 +02:00
Rémi Verschelde
4203389c1b
Merge pull request #77457 from smix8/clipper_includes_4.x
...
Remove unnecessary Clipper lib includes
2023-05-25 09:26:09 +02:00
Rémi Verschelde
d81b4a4414
Merge pull request #77453 from m4gr3d/update_alpha_status_code_main
...
Update the format for the app version code and name
2023-05-25 09:25:46 +02:00
Rémi Verschelde
4c4bf58ffb
Merge pull request #77417 from winston-yallow/support-project-settings-usage-flags
...
Expose ProjectSettings.set_as_basic() to scripting
2023-05-25 09:25:19 +02:00
Riteo
51dfdfab96
Build JoypadLinux
sandbox detection method only with udev
...
Fixes an `unused-function` warning when building with `udev=no`.
2023-05-25 04:47:43 +02:00
smix8
66a8418a2d
Remove unnecessary Clipper lib includes
...
Removes unnecessary Clipper lib includes.
2023-05-24 23:57:08 +02:00
Fredia Huya-Kouadio
a041f96779
Update the format for the app version code and name
2023-05-24 14:36:56 -07:00
RedworkDE
bbe04e1ec8
Update extension api validation
...
- Ensure that multiple changes to one method cannot hide each other in the CI.
- Check virtual methods for changes.
- Compare the detailed changes to a method.
- Compare enums.
- Fix comparing global enums.
- Use `vformat` to build error messages.
2023-05-24 18:51:33 +02:00
Rémi Verschelde
4c677c88e9
Merge pull request #77440 from KoBeWi/set_pattern_which_doesn't_exist
...
Check for null in `set_pattern()`
2023-05-24 18:36:56 +02:00
Rémi Verschelde
95bea896da
Merge pull request #77418 from MewPurPur/unify-stylebox-grid-textures
...
Improve StyleBox preview a little
2023-05-24 18:36:33 +02:00
Rémi Verschelde
2ab0f17f3b
Merge pull request #77409 from allenwp/OpenGL3-Blend-Issue76334
...
Fixed issues with blend modes in OpenGL 3 renderer
2023-05-24 18:36:06 +02:00
kobewi
9128ce95ce
Check for null in set_pattern()
2023-05-24 16:43:29 +02:00
Allen Pestaluky
51f0e36509
Fixed issues with blend modes in OpenGL 3 renderer
...
Added uses_blend_alpha = true for ADD, SUBTRACT, and MULTIPLY blend modes to match the other renderers
Fixes #76334
2023-05-24 10:35:23 -04:00
Fabio Alessandrelli
b7032b5ecf
Merge pull request #74443 from AThousandShips/sync_restrictions
...
Add restrictions to MultiplayerSynchronizer editor and documentation
2023-05-24 16:08:12 +02:00
Ninni Pipping
44a5b710f5
Unify item indexing in PopupMenu
2023-05-24 15:58:50 +02:00
VolTer
f65b9ee56c
Improve StyleBox preview a little
2023-05-24 15:40:56 +02:00
Rémi Verschelde
c36b1d5891
Merge pull request #77435 from YuriSizov/editor-your-favorite-preview
...
Fix a crash when hovering over "Favorites" in the FileSystem dock
2023-05-24 15:32:52 +02:00
Rémi Verschelde
e2c1d71d39
Merge pull request #77431 from RedworkDE/gdextension-breaking-changes-update
...
Update list of known breaking changes compared to 4.0-stable
2023-05-24 15:32:25 +02:00
Yuri Sizov
f1b4c3d6e1
Fix a crash when hovering over "Favorites" in the FileSystem dock
2023-05-24 14:22:03 +02:00
Winston
263aedc1ad
Expose ProjectSettings.set_as_basic() to GDScript
2023-05-24 13:28:08 +02:00
RedworkDE
774e877741
Update list of known breaking changes compared to 4.0-stable
2023-05-24 11:44:04 +02:00
Rémi Verschelde
094e88416a
Merge pull request #74569 from m4gr3d/setup_play_store_builds_main
...
Update the gradle build tasks to generate play store builds
2023-05-24 10:53:17 +02:00
Rémi Verschelde
c39c565307
Merge pull request #72842 from TokageItLab/fix-pathfollow
...
Fix Pathfollow direction and add Z forward option
2023-05-24 10:52:46 +02:00
Silc Renew
42aa5398d9
Fix Pathfollow direction
...
Co-authored-by: aaronfranke <arnfranke@yahoo.com>
2023-05-24 17:37:00 +09:00
Rémi Verschelde
299f0ae3db
Merge pull request #76052 from TokageItLab/fix-viewport-axis
...
Fix 3D Viewport Front/Rear axis and Focus button
2023-05-24 10:34:12 +02:00
Rémi Verschelde
7bdc45870f
Merge pull request #77421 from MewPurPur/OwO-wats-dis
...
Fix BoxOccluder SVG
2023-05-24 10:33:46 +02:00
Rémi Verschelde
7777f9c8f1
Merge pull request #76647 from RedworkDE/gdextension-compat-ci
...
CI: Check for GDExtension API compatibility breakage
2023-05-24 10:33:17 +02:00
Ninni Pipping
f69fba0d65
Add restrictions to MultiplayerSynchronizer editor and documentation
2023-05-24 09:37:11 +02:00
Rémi Verschelde
dc625bcbfc
Merge pull request #77413 from theraot/master
...
Fix GLTFSkin binding for the godot_skin property
2023-05-24 08:50:21 +02:00
Rémi Verschelde
5562100d33
Merge pull request #77411 from saki7/control-get_drag_data-const
...
Expose `Control::_get_drag_data()` as non-const function
2023-05-24 08:49:57 +02:00