Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2022-09-20 | [IO] Add StreamPeerGZIP for streaming compression/decompression. | Fabio Alessandrelli | |
Putting data results in writing the compressed/decompressed output into a RingBuffer. You can retrieve the content of the RingBuffer via get_data. Support both gzip and deflate. | |||
2022-09-20 | Add note about JSON.parse not being spec compliant | RedMser | |
2022-09-20 | Merge pull request #60408 from KoBeWi/statically_typed_directories | Rémi Verschelde | |
Introduce more static methods to directory API | |||
2022-09-20 | Merge pull request #63594 from Faless/img/4.x_loader_ext | Rémi Verschelde | |
[Core] Make ImageFormatLoader extensible. | |||
2022-09-20 | Introduce more static methods to directory API | kobewi | |
2022-09-20 | [macOS] Add an option to align window buttons in "extend to title" mode. | bruvzg | |
2022-09-20 | Merge pull request #65541 from clayjohn/renderer-setting | Rémi Verschelde | |
Split rendering driver project setting into renderer_name and rendering_driver | |||
2022-09-20 | Merge pull request #66122 from raulsntos/dotnet/FirAccess🌲-docs | Rémi Verschelde | |
Improve C# documentation for FileAccess and DirAccess | |||
2022-09-20 | Merge pull request #66127 from RedMser/vs-cleanup | Rémi Verschelde | |
Further cleanup of VisualScript references | |||
2022-09-20 | Merge pull request #65880 from paulloz/dotnet/class-ref | Rémi Verschelde | |
Add new C# code blocks to class ref pages | |||
2022-09-20 | [Core] Make ImageFormatLoader extensible. | Fabio Alessandrelli | |
2022-09-19 | Merge pull request #65918 from clayjohn/quadmesh | Rémi Verschelde | |
Add QuadMesh back as a subclass of PlaneMesh. | |||
2022-09-19 | Merge pull request #66108 from Zylann/editor_inspector_get_selected_path | Rémi Verschelde | |
Expose `EditorInspector.get_selected_path` | |||
2022-09-19 | Further cleanup of VisualScript references | RedMser | |
2022-09-19 | Add new C# code blocks to class ref pages | Paul Joannon | |
- AStarGrid2D - Engine - Font - Node - OS - Tweens | |||
2022-09-19 | Split rendering driver project setting into renderer_name and ↵ | clayjohn | |
rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer). | |||
2022-09-19 | Improve C# documentation for FileAccess and DirAccess | Raul Santos | |
- Adds using statements to C# examples to ensure the resources are freed after usage - Adds explanation about the importance of disposing the FileAccess now that we don't have a close method | |||
2022-09-19 | Add QuadMesh back as a subclass of PlaneMesh. | clayjohn | |
This simplifies the creation of billboarded meshes without any code overhead. | |||
2022-09-19 | Expose `EditorInspector.get_selected_path` | Marc Gilleron | |
2022-09-19 | Merge pull request #65271 from KoBeWi/FirAccess🌲 | Rémi Verschelde | |
Replace File/Directory with FileAccess/DirAccess | |||
2022-09-19 | Merge pull request #66079 from Zylann/project_settings_restart | Rémi Verschelde | |
Expose ProjectSettings.set_restart_if_changed(name, restart) | |||
2022-09-19 | Merge pull request #66104 from Zylann/notification_local_transform_changed | Rémi Verschelde | |
Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | |||
2022-09-19 | Merge pull request #66097 from Zylann/make_atlas_vec2i | Rémi Verschelde | |
make_atlas` | |||
2022-09-19 | Merge pull request #66080 from Zylann/editor_property_set_read_only | Rémi Verschelde | |
Expose `EditorProperty._set_read_only` virtual method | |||
2022-09-19 | Expose ProjectSettings.set_restart_if_changed(name, restart) | Marc Gilleron | |
2022-09-19 | Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | Marc Gilleron | |