Rémi Verschelde
2b46e2e1d4
Merge pull request #54620 from briansemrau/request-frame-callable
...
Use Callable in RenderingServer `request_frame_drawn_callback`
2021-11-05 09:35:23 +01:00
Brian Semrau
ac24070056
Use Callable in RS::request_frame_drawn_callback
2021-11-05 01:59:38 -04:00
Aaron Franke
813466b3c8
Add documentation to operators for math types
...
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2021-11-04 14:44:55 -05:00
Rémi Verschelde
578460f7fb
Merge pull request #54604 from Calinou/doc-bitmap-grow-mask-improve-description
2021-11-04 19:55:41 +01:00
PouleyKetchoupp
acbd24ea84
Use parameter classes instead of arguments for all physics queries
...
Same as what is already done for shape queries, applied to point and ray
queries. Easier to document and more flexible to add more parameters.
Also expose intersect_point method to script in 3D.
Remove intersect_point_on_canvas in 2D, replaced with a parameter.
2021-11-04 11:44:39 -07:00
Rémi Verschelde
ee939c919b
Merge pull request #54600 from aaronfranke/fix-quat-mult
2021-11-04 19:19:00 +01:00
Hugo Locurcio
e3d23d444c
Improve description for BitMap.grow_mask()
2021-11-04 19:05:19 +01:00
PouleyKetchoupp
4215d694f8
Fix BadWindow X11 errors when a window is closed while processing struts
...
A window can be closed on the server side while processing results from
_NET_CLIENT_LIST, which causes BadWindow fatal errors by default in
XGetWindowProperty.
The only way to safely catch this case is to set an error handler to
ignore BadWindow errors while these commands are processed.
2021-11-04 09:47:18 -07:00
Rémi Verschelde
197169b92a
Merge pull request #54591 from WoLfulus/master
2021-11-04 17:45:52 +01:00
Rémi Verschelde
fa033e11b7
Merge pull request #52218 from Gallilus/Fix-ClassDB-get_property_hint
2021-11-04 17:44:49 +01:00
Aaron Franke
744b43b527
Fix Quaternion multiplication operator
2021-11-04 11:24:46 -05:00
Rémi Verschelde
518ec9ca75
Merge pull request #54520 from pycbouh/docs-ctor-operator-descriptions
2021-11-04 17:05:38 +01:00
David Cambré
c977adbd3b
Update usabilaty of the CustomPropertyEditor
...
Structure button layout so there is no more overlap.
2021-11-04 16:42:08 +01:00
Rémi Verschelde
fca3cd2151
Merge pull request #54568 from Gustavobb/docs-input-screen-drag
2021-11-04 16:34:37 +01:00
Rémi Verschelde
a0588685bb
Fixup documentation after 3abb5a9
2021-11-04 16:31:58 +01:00
Rémi Verschelde
a3abf3072f
Merge pull request #54578 from KoBeWi/built_in_external
2021-11-04 16:10:37 +01:00
Rémi Verschelde
3abb5a9035
Add missing argument names for bindings in GDExtension
2021-11-04 15:27:23 +01:00
kobewi
9abb07efb4
Ignore external editor for built-in scripts
2021-11-04 14:30:04 +01:00
Rémi Verschelde
c4f29b078a
Merge pull request #50352 from KoBeWi/internal_stuff
2021-11-04 14:18:27 +01:00
Rémi Verschelde
a302006f86
Merge pull request #54583 from m4gr3d/add_manifest_min_and_target_sdk_version_master
2021-11-04 13:52:16 +01:00
WoLfulus
3c9d7203ea
Fix dwFlags on CreateProcessW calls
2021-11-04 09:50:45 -03:00
kobewi
e393c2a734
Add is_built_in() method to Resource
2021-11-04 12:45:58 +01:00
Fredia Huya-Kouadio
bd3d99ca8a
Add default minSdkVersion
and targetSdkVersion
in the AndroidManifest.xml file
2021-11-03 21:54:19 -07:00
Rémi Verschelde
78931aa040
Merge pull request #54571 from Calinou/rename-noeditor-property-hint
2021-11-04 00:18:44 +01:00
Hugo Locurcio
c012fbc8b2
Rename PROPERTY_USAGE_NOEDITOR
to PROPERTY_USAGE_NO_EDITOR
...
This is consistent with other constants that include `NO`,
such as `PROPERTY_HINT_COLOR_NO_ALPHA`.
2021-11-03 23:06:17 +01:00
Rémi Verschelde
536757b80b
Merge pull request #54564 from Gallilus/Fixes-copy-paste-issue-in-the-visual-script-editor
2021-11-03 21:50:20 +01:00
Gustavo Beltrão Braga
76c50928a1
Change description of relative field in input drag event.
2021-11-03 17:29:12 -03:00
Rémi Verschelde
e0c560b9a6
Merge pull request #54558 from akien-mga/sync-gamecontrollerdb
2021-11-03 21:20:54 +01:00
Rémi Verschelde
34dbc75b20
Merge pull request #54559 from Duroxxigar/update-user-author
2021-11-03 21:20:29 +01:00
David Cambré
8714e1e961
Fixes copy-paste issue in the visual script editor
...
Moves copy and paste in their own functions so copy_nodes_request and paste_nodes_request are able to work.
Applies paste offset to the last mouse clicked position.
2021-11-03 20:40:52 +01:00
Rémi Verschelde
4b247e7ffa
Sync controller mappings DB with SDL2 community repo
...
Synced with gabomdq/SDL_GameControllerDB@322aac4bb7 .
Also improve parser errors to allow identifying the problematic mappings.
2021-11-03 19:55:52 +01:00
Jake Young
0b734bce4c
Update my name on author file
2021-11-03 14:32:54 -04:00
Rémi Verschelde
f00ba792b3
Merge pull request #54533 from rafallus/menubutton_items
2021-11-03 17:33:11 +01:00
Rémi Verschelde
a2803f3d86
Merge pull request #54072 from KoBeWi/hrcr_is_ded
2021-11-03 17:31:48 +01:00
Rémi Verschelde
25bea73544
Merge pull request #54527 from nekomatata/fix-polygon-bone-path-errors
2021-11-03 17:27:36 +01:00
Rémi Verschelde
bbee193957
Merge pull request #52781 from KoBeWi/node's_favorite_shader
2021-11-03 16:33:50 +01:00
rafallus
4554892223
Implement inspector property array for PopupMenu
and MenuButton
2021-11-03 09:32:29 -06:00
PouleyKetchoupp
8d9619ad46
Fix errors with invalid bone node path in Polygon2D
...
NodePath properties are designed to be relative to the given node, so
validity checks are failing in the editor for Polygon2D nodes, which are
relative to the Skeleton2D node rather than the Polygon2D node.
Fixed by saving bone paths as String properties instead of NodePath.
Shouldn't cause a difference for performance since NodePath properties
are technically saved as String anyway.
2021-11-03 08:28:32 -07:00
Rémi Verschelde
300286ea08
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@briansemrau, @Duroxxigar, @williamd67
Thanks to all contributors and donors for making Godot possible!
2021-11-03 16:14:39 +01:00
kobewi
07065d67e1
Infer shader type based on edited node
2021-11-03 15:27:38 +01:00
Rémi Verschelde
804406fcaf
i18n: Sync classref translations with Weblate
...
German (de) is now above the threshold for inclusion.
(cherry picked from commit 0b694eb8e7
)
2021-11-03 15:06:09 +01:00
Rémi Verschelde
3447e0dd19
i18n: Sync editor translations with Weblate
...
Latvian (lv) is now above the threshold for inclusion.
(cherry picked from commit 74bcf37f90
)
2021-11-03 15:06:02 +01:00
Rémi Verschelde
44dc437823
Merge pull request #54547 from akien-mga/ci-black-21.10b0
2021-11-03 14:52:44 +01:00
Rémi Verschelde
5116f32db4
CI: Update black to 21.10b0
...
No formatting changes on our code compared to 20.8b1.
2021-11-03 13:57:49 +01:00
Rémi Verschelde
87ddc5bbbf
Merge pull request #54104 from Scony/improve-navigation-obstacles
...
Improve NavigationObstacle3D usability
2021-11-03 10:13:53 +01:00
Gilles Roudière
8f308bec25
Merge pull request #54528 from nekomatata/fix-crash-tileset-polygon
...
Fix crash in Tileset with get_collision_polygon_shape
2021-11-03 09:11:37 +01:00
Silc 'Tokage' Renew
953a7bce7e
reimplement ping-pong
2021-11-03 13:39:33 +09:00
PouleyKetchoupp
c29d3d0b17
Fix crash in Tileset with get_collision_polygon_shape
...
Shape index was used instead of polygon index in this one case.
2021-11-02 17:06:19 -07:00
Rémi Verschelde
af80bc8abe
Merge pull request #54505 from bruvzg/macos_opengles3
2021-11-02 23:22:01 +01:00
Rémi Verschelde
81c93caf02
Merge pull request #54471 from rafallus/callable_area_monitor
2021-11-02 23:20:41 +01:00