Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | Update several ProjectSettings docs | Jonathan Nicholl | |
2022-09-30 | Fix typos with codespell | Rémi Verschelde | |
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 | Use mobile as the default rendering method on mobile when vulkan is supported | clayjohn | |
2022-09-29 | Fix missing "s" at the end of word in `OS.move_to_trash()` description | Victor Karp | |
Change "Do not use it for files in res:// as it will not work in exported project." to "[...] projects." | |||
2022-09-29 | Merge pull request #66592 from KoBeWi/look_at_me_I_am_the_captain_now | Rémi Verschelde | |
Fail `look_at()` if not inside tree | |||
2022-09-29 | Merge pull request #66143 from DarkKilauea/nav-queries-agent | Rémi Verschelde | |
Update NavigationAgent to use query_path | |||
2022-09-29 | Fail look_at() if not inside tree | kobewi | |
2022-09-28 | Update NavigationAgent to use query_path | Josh Jones | |
This paves the way for having agents respond to link traversal. | |||
2022-09-29 | Merge pull request #66103 from Zylann/bind_property_usage_read_only | Rémi Verschelde | |
2022-09-28 | Expose `PROPERTY_USAGE_READ_ONLY` | Marc Gilleron | |
2022-09-28 | Merge pull request #66549 from MisterMX/tilemap-get-used-rect | Rémi Verschelde | |
refactor(TileMap): Return `Rect2i` in `get_used_rect` | |||
2022-09-28 | refactor(TileMap): Return Rect2i in get_used_rect | MisterMX | |
Signed-off-by: MisterMX <mbxd12@web.de> | |||
2022-09-28 | Merge pull request #66492 from bruvzg/gde_ts_underscr | Rémi Verschelde | |
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. | |||
2022-09-28 | [GDExtension] Use function names with underscore for TextServer extension, ↵ | bruvzg | |
add macros to generate wrappers for module functions. | |||
2022-09-27 | Add Passthrough extension wrapper | Gabor Koncz | |
2022-09-25 | Merge pull request #66290 from 4d49/physics2d-area-methods | Rémi Verschelde | |
add `area_get_collision_layer` &`area_get_collision_mask` | |||
2022-09-25 | Merge pull request #65535 from RedMser/script-editor-inheritance-icon | Rémi Verschelde | |
Show override icon in script editor gutter | |||
2022-09-25 | Add missing postprocessing doc for PathQueryParameters | smix8 | |
2022-09-25 | Add `area_get_collision_layer` and `area_get_collision_mask` | Mansur Isaev | |
2022-09-23 | Set QuadMesh default size back to 1 | clayjohn | |
2022-09-23 | Merge pull request #65817 from bruvzg/typed_array | Rémi Verschelde | |
2022-09-23 | Merge pull request #66177 from rburing/callable_callv | Rémi Verschelde | |
add `callv` method | |||
2022-09-22 | [GDExtension] Implement support for typed arrays. | bruvzg | |
2022-09-22 | [macOS extend-to-title] Add scene/project name to the editor title, fix ↵ | bruvzg | |
incorrect window button position/order when system primary language is RTL. | |||
2022-09-22 | Merge pull request #64679 from DarkKilauea/nav-region-props | Rémi Verschelde | |
Improve consistency of NavigationRegion setters | |||
2022-09-22 | Merge pull request #66110 from Zylann/reference_get_count | Rémi Verschelde | |
get_reference_count()` | |||
2022-09-21 | Improve consistancy of NavigationRegion setters | Josh Jones | |
2022-09-22 | Merge pull request #66234 from KoBeWi/dir_access_denied | Rémi Verschelde | |
Fix wrong DirAccess example | |||
2022-09-22 | Merge pull request #66232 from Evanaellio/fix-tool-annotation | Rémi Verschelde | |
Fix code examples for @tool annotation | |||
2022-09-21 | Merge pull request #66230 from Evanaellio/swap-resourcesaver-save-arguments | Matthew | |
Swap arguments of ResourceSaver.save() | |||
2022-09-21 | Fix wrong DirAccess example | kobewi | |
2022-09-21 | Fix code examples for @tool annotation | Evanaellio | |
2022-09-21 | Swap arguments of ResourceSaver.save() | Evanaellio | |
2022-09-21 | Rename and expose `RefCounted::get_reference_count()` | Marc Gilleron | |
2022-09-21 | Merge pull request #65816 from bruvzg/proj_settings_missing_flags | Rémi Verschelde | |
Add missing initial window flags and window mode to the project settings. | |||
2022-09-21 | Merge pull request #62666 from AThousandShips/tree_folding | Rémi Verschelde | |
Tree recursive folding (like Scene Tree Dock) | |||
2022-09-21 | Tree recursive folding | Ninni Pipping | |
2022-09-21 | Merge pull request #66096 from 4d49/decompose-polygon-in-convex | Rémi Verschelde | |
Add method bind for `Geometry2D.decompose_polygon_in_convex` | |||
2022-09-21 | Merge pull request #62429 from smix8/navigation_path_query_4.x | Rémi Verschelde | |
Add NavigationPathQuery objects and NavigationServer query_path() | |||
2022-09-21 | Merge pull request #66201 from asmaloney/doc-error-magnitude | Rémi Verschelde | |
[doc] Fix Quaternion "angle_to" docs | |||
2022-09-21 | Merge pull request #64359 from Mickeon/rename-camera-rotating | Rémi Verschelde | |
Reverse Camera2D.`rotating` to `ignore_rotation` | |||
2022-09-21 | Merge pull request #65828 from rburing/body_state_sync_callable | Rémi Verschelde | |
make `body_set_state_sync_callback` take a `Callable` | |||
2022-09-21 | [doc] Fix Quaternion "angle_to" docs | Andy Maloney | |
Related to discussion in #64551 | |||
2022-09-21 | Callable: add callv method | Ricardo Buring | |
This method can be called from GDExtension. | |||
2022-09-21 | Add method bind for `Geometry2D.decompose_polygon_in_convex` | Mansur Isaev | |
2022-09-21 | Reverse Camera2D.`rotating` to `ignore_rotation` | Micky | |
`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 | Show method override icon in script editor gutter | RedMser | |
Combines with the connection slot icon when both apply. Can be clicked to jump to the method declaration (or documentation for built-in classes). | |||
2022-09-21 | Merge pull request #66120 from RedMser/json-spec-docs | Rémi Verschelde | |
Add documentation note about `JSON.parse` not being spec compliant | |||
2022-09-20 | Merge pull request #63740 from Faless/net/4.x_http_request_decompress | Rémi Verschelde | |
[HTTP] Implement streaming decompression. | |||
2022-09-20 | Add NavigationPathQuery | smix8 | |
Adds NavigationPathQueryParameters objects that can be used with NavigationServer.query_path() to query a customized navigation path. |