Emi
|
d196a07ea4
|
Replacing File calls from the FileAccess class docs
Co-Authored-By: bruvzg <7645683+bruvzg@users.noreply.github.com>
|
2022-10-03 13:04:40 +02:00 |
|
Rémi Verschelde
|
ef8834a642
|
Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypy
ci: add Python static analysis check via mypy
|
2022-09-30 17:44:39 +02:00 |
|
Rémi Verschelde
|
166df0896c
|
Fix typos with codespell
Using codespell 2.3-dev from current git.
And fix typo in `methods.py` for `vsproj=yes` option (still won't work
though).
|
2022-09-30 14:23:36 +02:00 |
|
Jiri Suchan
|
c5bd2f9dce
|
ci: add Python static analysis check via mypy
|
2022-09-30 19:03:17 +07:00 |
|
clayjohn
|
a09bb9037e
|
Use mobile as the default rendering method on mobile when vulkan is supported
|
2022-09-30 09:57:00 +02:00 |
|
Victor Karp
|
43fe12e94e
|
Fix missing "s" at the end of word in OS.move_to_trash() description
Change "Do not use it for files in res:// as it will not work in
exported project." to "[...] projects."
|
2022-09-29 20:59:49 +02:00 |
|
Rémi Verschelde
|
7c7a86f0fd
|
Merge pull request #66592 from KoBeWi/look_at_me_I_am_the_captain_now
Fail `look_at()` if not inside tree
|
2022-09-29 15:34:08 +02:00 |
|
Rémi Verschelde
|
f5f4d9bf00
|
Merge pull request #66143 from DarkKilauea/nav-queries-agent
Update NavigationAgent to use query_path
|
2022-09-29 15:33:25 +02:00 |
|
kobewi
|
c080b9dc05
|
Fail look_at() if not inside tree
|
2022-09-29 13:34:28 +02:00 |
|
Josh Jones
|
a2c53b881b
|
Update NavigationAgent to use query_path
This paves the way for having agents respond to link traversal.
|
2022-09-28 23:01:12 -06:00 |
|
Rémi Verschelde
|
f8745f2f71
|
Merge pull request #66103 from Zylann/bind_property_usage_read_only
|
2022-09-29 00:09:51 +02:00 |
|
Marc Gilleron
|
856466ed02
|
Expose PROPERTY_USAGE_READ_ONLY
|
2022-09-28 22:50:55 +01:00 |
|
Rémi Verschelde
|
ba25a6e93b
|
Merge pull request #66549 from MisterMX/tilemap-get-used-rect
refactor(TileMap): Return `Rect2i` in `get_used_rect`
|
2022-09-28 20:49:29 +02:00 |
|
MisterMX
|
407bbdda20
|
refactor(TileMap): Return Rect2i in get_used_rect
Signed-off-by: MisterMX <mbxd12@web.de>
|
2022-09-28 17:04:15 +02:00 |
|
Rémi Verschelde
|
14e1f36e61
|
Merge pull request #66492 from bruvzg/gde_ts_underscr
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
|
2022-09-28 12:12:29 +02:00 |
|
Rémi Verschelde
|
45d0033188
|
Merge pull request #65898 from konczg/add_passthrough_extension_wrapper
Add passthrough extension wrapper
|
2022-09-28 10:08:15 +02:00 |
|
bruvzg
|
8f5d56e04a
|
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
|
2022-09-28 10:04:11 +03:00 |
|
Rémi Verschelde
|
0f1efa7c55
|
i18n: Sync classref translations with Weblate (3.5 branch)
(cherry picked from commit 8dbd40db65 )
|
2022-09-27 23:51:12 +02:00 |
|
Gabor Koncz
|
72203a4da4
|
Add Passthrough extension wrapper
|
2022-09-27 12:26:53 +02:00 |
|
Rémi Verschelde
|
ef26618359
|
Merge pull request #66290 from 4d49/physics2d-area-methods
add `area_get_collision_layer` &`area_get_collision_mask`
|
2022-09-25 17:08:55 +02:00 |
|
Rémi Verschelde
|
d456dce8af
|
Merge pull request #65535 from RedMser/script-editor-inheritance-icon
Show override icon in script editor gutter
|
2022-09-25 17:08:45 +02:00 |
|
smix8
|
c87ad9d7c1
|
Add missing postprocessing doc for PathQueryParameters
|
2022-09-25 15:48:43 +02:00 |
|
Mansur Isaev
|
efd4dc20a3
|
Add area_get_collision_layer and area_get_collision_mask
|
2022-09-25 14:34:35 +04:00 |
|
clayjohn
|
36cb3c4050
|
Set QuadMesh default size back to 1
|
2022-09-23 11:00:43 -07:00 |
|
Rémi Verschelde
|
006e345695
|
Merge pull request #65817 from bruvzg/typed_array
|
2022-09-23 10:24:46 +02:00 |
|
Rémi Verschelde
|
ee95cc0b79
|
Merge pull request #66177 from rburing/callable_callv
add `callv` method
|
2022-09-23 09:45:02 +02:00 |
|
bruvzg
|
163257d51b
|
[GDExtension] Implement support for typed arrays.
|
2022-09-22 23:31:27 +03:00 |
|
bruvzg
|
0dab11afa4
|
[macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL.
|
2022-09-22 23:09:56 +03:00 |
|
Rémi Verschelde
|
8e14f9ba21
|
Merge pull request #64679 from DarkKilauea/nav-region-props
Improve consistency of NavigationRegion setters
|
2022-09-22 08:27:35 +02:00 |
|
Rémi Verschelde
|
d96b7d767a
|
Merge pull request #66110 from Zylann/reference_get_count
get_reference_count()`
|
2022-09-22 08:26:29 +02:00 |
|
Josh Jones
|
a25bb9811a
|
Improve consistancy of NavigationRegion setters
|
2022-09-21 22:42:52 -07:00 |
|
Rémi Verschelde
|
e5c544750c
|
Merge pull request #66234 from KoBeWi/dir_access_denied
Fix wrong DirAccess example
|
2022-09-22 06:12:13 +02:00 |
|
Rémi Verschelde
|
6e773f7124
|
Merge pull request #66232 from Evanaellio/fix-tool-annotation
Fix code examples for @tool annotation
|
2022-09-22 06:08:07 +02:00 |
|
Matthew
|
4ea2703eee
|
Merge pull request #66230 from Evanaellio/swap-resourcesaver-save-arguments
Swap arguments of ResourceSaver.save()
|
2022-09-21 19:15:44 -04:00 |
|
kobewi
|
185be4a788
|
Fix wrong DirAccess example
|
2022-09-21 23:43:52 +02:00 |
|
Evanaellio
|
6eac901ecb
|
Fix code examples for @tool annotation
|
2022-09-21 22:52:55 +02:00 |
|
Evanaellio
|
1acd0f1bab
|
Swap arguments of ResourceSaver.save()
|
2022-09-21 22:26:48 +02:00 |
|
Marc Gilleron
|
474cee7daf
|
Rename and expose RefCounted::get_reference_count()
|
2022-09-21 21:18:54 +01:00 |
|
Rémi Verschelde
|
0b06f8b0bd
|
Merge pull request #65816 from bruvzg/proj_settings_missing_flags
Add missing initial window flags and window mode to the project settings.
|
2022-09-21 18:56:31 +02:00 |
|
Rémi Verschelde
|
057dd292e4
|
Merge pull request #62666 from AThousandShips/tree_folding
Tree recursive folding (like Scene Tree Dock)
|
2022-09-21 15:36:43 +02:00 |
|
Ninni Pipping
|
df9eaf5f47
|
Tree recursive folding
|
2022-09-21 13:28:29 +02:00 |
|
Rémi Verschelde
|
85a46d36b5
|
Merge pull request #66096 from 4d49/decompose-polygon-in-convex
Add method bind for `Geometry2D.decompose_polygon_in_convex`
|
2022-09-21 13:26:08 +02:00 |
|
Rémi Verschelde
|
9521849da6
|
Merge pull request #62429 from smix8/navigation_path_query_4.x
Add NavigationPathQuery objects and NavigationServer query_path()
|
2022-09-21 13:25:48 +02:00 |
|
Rémi Verschelde
|
e9ce59b342
|
Merge pull request #66201 from asmaloney/doc-error-magnitude
[doc] Fix Quaternion "angle_to" docs
|
2022-09-21 11:07:04 +02:00 |
|
Rémi Verschelde
|
7bf61e3912
|
Merge pull request #64359 from Mickeon/rename-camera-rotating
Reverse Camera2D.`rotating` to `ignore_rotation`
|
2022-09-21 11:06:41 +02:00 |
|
Rémi Verschelde
|
28e1dc6162
|
Merge pull request #65828 from rburing/body_state_sync_callable
make `body_set_state_sync_callback` take a `Callable`
|
2022-09-21 11:05:41 +02:00 |
|
Andy Maloney
|
02aa4fbe65
|
[doc] Fix Quaternion "angle_to" docs
Related to discussion in #64551
|
2022-09-21 02:53:05 -04:00 |
|
Ricardo Buring
|
0c2055d15d
|
Callable: add callv method
This method can be called from GDExtension.
|
2022-09-21 08:25:48 +02:00 |
|
Mansur Isaev
|
623e23c625
|
Add method bind for Geometry2D.decompose_polygon_in_convex
|
2022-09-21 09:40:03 +04:00 |
|
Micky
|
ee16de583f
|
Reverse Camera2D.rotating to ignore_rotation
`rotating` is misleading, as Camera2D is affected by `rotation` and `global_rotation` like any other Node2D
Updates description in the docs, as well.
|
2022-09-21 01:52:12 +02:00 |
|