Igor Kordiukiewicz
a6b20c1816
Fixes TileMap editor not disappearing
2022-01-27 02:49:29 +01:00
Wilson E. Alvarez
3eb5e0ac50
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
2022-01-26 18:03:56 -05:00
Rémi Verschelde
2c7ff931df
Merge pull request #57278 from Calinou/editor-voxelgi-rename-bake-actions
2022-01-26 23:55:26 +01:00
Rémi Verschelde
48db38c5e7
Merge pull request #57275 from fabriceci/revert-applying-delta-move-and-collide
2022-01-26 23:55:09 +01:00
Fredia Huya-Kouadio
6a4614ef48
Include the godot_plugin_jni.cpp
file into the platform/android/SCsub
file
...
This should resolve https://github.com/godotengine/godot/issues/57209
2022-01-26 14:50:56 -08:00
Hugo Locurcio
68580ecedd
Rename VoxelGI editor bake actions from "GI Probe" to "VoxelGI"
2022-01-26 23:12:26 +01:00
fabriceci
cc3c4d6323
Revert #53174 (applying the delta in move and collide), rename rec_vel to distance and improve the doc description
2022-01-26 23:09:30 +01:00
Rémi Verschelde
9f5c18cb12
Merge pull request #57262 from m4gr3d/update_android_xr_manifest_master
2022-01-26 22:14:19 +01:00
Fredia Huya-Kouadio
b284dd92d3
Fix XR Android manifest metadata
...
- Adds the parameters for supported Meta devices, which is required to access some device specific capabilities
- Remove the 'com.samsung.android.vr.application.mode' metadata
2022-01-26 09:05:47 -08:00
Rémi Verschelde
9df9dc77a3
Merge pull request #54822 from KoBeWi/sortuces
2022-01-26 15:46:48 +01:00
kobewi
e793331cd7
Allow sorting tileset sources
2022-01-26 13:58:32 +01:00
Rémi Verschelde
1894f3f165
Merge pull request #57247 from bruvzg/rtl_ol_type1
2022-01-26 13:43:43 +01:00
Rémi Verschelde
58324f4df8
Merge pull request #54574 from Ansraer/glow_map
2022-01-26 13:39:51 +01:00
Rémi Verschelde
d74d4cbdff
Merge pull request #54173 from nathanfranke/fix-exact-match
2022-01-26 13:35:36 +01:00
Rémi Verschelde
1ce6f6b309
Merge pull request #57240 from BastiaanOlij/xrinterface_render_hooks
2022-01-26 13:30:07 +01:00
Rémi Verschelde
5eaa93e6b0
Merge pull request #57182 from timothyqiu/shape-owner
2022-01-26 13:26:44 +01:00
bruvzg
cf3d3a6ffa
Fix RichTextLabel [ol type=1] tag closing.
2022-01-26 13:52:24 +02:00
Rémi Verschelde
d289448346
Merge pull request #57235 from Calinou/3d-import-fix-lightmap-size-hint-option
...
Fix lightmap size hint option not displaying for 3D scenes
2022-01-26 08:03:08 +01:00
Bastiaan Olij
98e5cd24db
Improve XRInterface hooks into rendering
2022-01-26 13:55:44 +11:00
Hugo Locurcio
78c946f554
Fix lightmap size hint option not displaying for 3D scenes
...
This also renames the Static Lightmaps option hint to be more explicit
about which GI techniques are supported (as VoxelGI/SDFGI can still
be used with Static Lightmaps).
2022-01-26 00:33:47 +01:00
Rémi Verschelde
b25c7fef04
Merge pull request #57229 from cdemirer/match-dictionary-non-const-key-crash-fix
2022-01-25 22:36:16 +01:00
cdemirer
28ac4d8b7d
Fix crash with non-constant keys in match statement Dictionary pattern
2022-01-26 04:10:07 +08:00
Rémi Verschelde
d9fd16c8e4
Merge pull request #53954 from Chaosus/fix_quit_errors
2022-01-25 20:09:52 +01:00
Rémi Verschelde
a6fce87d20
Merge pull request #57214 from kleonc/sprite_frames_editor_texture_type_fix
2022-01-25 19:47:54 +01:00
Yuri Roubinsky
b82cb79c4e
Merge pull request #57207 from Chaosus/fix_global_uniforms
2022-01-25 21:36:02 +03:00
Rémi Verschelde
ee7c555665
Merge pull request #57215 from Paulb23/placeholder-invis
2022-01-25 19:13:16 +01:00
Paulb23
e911eee21b
Fix TextEdit placeholder not checking line count
2022-01-25 17:41:05 +00:00
kleonc
93a95ae84a
SpriteFramesEditor Incorrect texture type fix
2022-01-25 18:39:26 +01:00
Michael Alexsander
73c225838f
Make popup menus focus items automatically when not using the mouse
2022-01-25 13:51:56 -03:00
Yuri Roubinsky
b01065b9a4
Prevent checking of global uniform type outside the editor
2022-01-25 19:22:37 +03:00
TechnoPorg
051ef479c9
Allow method binds to take Object subclasses as arguments
...
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object.
This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary.
A few small changes also had to be made to other files, due to the changes cascading down all the includes.
2022-01-25 09:03:36 -07:00
Rémi Verschelde
894e2fddda
Merge pull request #55841 from OverloadedOrama/expose-bitmap-methods
2022-01-25 16:54:26 +01:00
Rémi Verschelde
fba4c6606d
Merge pull request #56891 from rafallus/meshlib_shapes_array
2022-01-25 16:53:41 +01:00
Rémi Verschelde
1a64485b97
Merge pull request #57187 from timothyqiu/leak-from-trash
2022-01-25 16:44:55 +01:00
bruvzg
57db989a97
[iOS] Fix iOS export with manually specified signing/provisioning data.
2022-01-25 17:13:03 +02:00
Rémi Verschelde
203e07aa39
Merge pull request #57190 from timothyqiu/ani-node-rename
2022-01-25 15:13:24 +01:00
Rémi Verschelde
7cbe1835f9
Merge pull request #57189 from bruvzg/fix_shortcut_context_unset
2022-01-25 14:44:30 +01:00
Haoyu Qiu
5ea4a8b421
Fix crash after renaming an animation node
2022-01-25 20:18:40 +08:00
bruvzg
306b98638e
Allow unsetting shortcut_context
.
2022-01-25 14:17:45 +02:00
Haoyu Qiu
8be49838b3
Fix memory leak when move to trash fails on Linux
2022-01-25 18:38:13 +08:00
Haoyu Qiu
a775744742
Store ObjectID instead of raw pointer for Shape Owners
2022-01-25 17:16:06 +08:00
Yuri Roubinsky
050f746e19
Fix theming update of shader editor
2022-01-25 12:10:07 +03:00
Rémi Verschelde
3102660512
Merge pull request #37945 from IllusiveS/master
...
Expose AnimationNodeOneShot::mix_mode as a property
2022-01-25 07:58:46 +01:00
Rémi Verschelde
855368547f
Merge pull request #57169 from akien-mga/tree-treeitem-control
...
doc: Clarify expected type of `Object *` parameters in Tree methods
2022-01-25 07:50:54 +01:00
Rémi Verschelde
1991eae992
Merge pull request #57168 from pfertyk/issue-57130-fix-generate-scene-if-state-is-null
...
Fix `GLTFDocument.generate_scene` crash with invalid state
2022-01-25 07:49:52 +01:00
Wysocki Patryk
f16c483c9d
Expose AnimationNodeOneShot::mix_mode as a property
...
Fixes #23458 .
2022-01-25 01:17:21 +01:00
Rémi Verschelde
81f2ce4e46
doc: Clarify expected type of Object *
parameters in Tree methods
...
They're meant to be `TreeItem *` but this can't be bound in Variant.
Fixes #20538 .
2022-01-25 00:54:28 +01:00
Paweł Fertyk
12d0ff1a4d
Issue 57130 Fix GLTFDocument.generate_scene if state is null
2022-01-25 00:48:12 +01:00
Rémi Verschelde
30701e3966
Merge pull request #57155 from KoBeWi/drag_by_force
2022-01-24 23:16:31 +01:00
kobewi
342a31e326
Fix 2D Pan Tool
2022-01-24 22:21:19 +01:00