Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-13 | Merge pull request #72870 from Calinou/doc-directionallight2d-no-cull-mask | Rémi Verschelde | |
Document DirectionalLight2D not supporting cull masks | |||
2023-02-13 | Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.x | Rémi Verschelde | |
Fix navigation support for multilayered TileMaps | |||
2023-02-13 | Merge pull request #73198 from TokageItLab/anim-docs-state | Rémi Verschelde | |
Add document about animation read-only props and state length | |||
2023-02-13 | Merge pull request #73103 from Calinou/doc-font-get-string-size | Rémi Verschelde | |
Clarify `Font.get_string_size()` taking kerning into account | |||
2023-02-13 | Add document about animation read-only props and state length | Silc Renew | |
2023-02-12 | Fix return type for collide_shape to use PackedVector3Array | Anthony Cossins | |
2023-02-12 | Add missing period for sentences in classref | Haoyu Qiu | |
2023-02-12 | Completion of parameters not described in some animation resources | Silc Renew | |
2023-02-11 | Clarify `Font.get_string_size()` taking kerning into account | Hugo Locurcio | |
This makes a difference when using a single call per character/word as opposed to using a single call for an entire string. | |||
2023-02-11 | Document DirectionalLight2D not supporting cull masks | Hugo Locurcio | |
2023-02-11 | Merge pull request #73091 from TokageItLab/fix-bezier-edit-button-update | Rémi Verschelde | |
Fix weird bezier edit button update timing in AnimationTrackEditor | |||
2023-02-11 | Merge pull request #73040 from Rindbee/popup_centered_consider_current_size | Rémi Verschelde | |
Calling popup_center* with the default size will use the current size | |||
2023-02-11 | Merge pull request #73075 from timothyqiu/ttrn-single | Rémi Verschelde | |
Don't warn when using `TTRN()` in a language without plurals | |||
2023-02-11 | Merge pull request #70723 from rburing/fill_physicsserver2d_docs | Rémi Verschelde | |
Fill and fix `PhysicsServer2D` documentation | |||
2023-02-11 | Merge pull request #67155 from ↵ | Rémi Verschelde | |
touilleMan/Engine-exposes-ScriptServer-unregister_language Expose unregister language & improve usability with GDExtension | |||
2023-02-11 | Merge pull request #73014 from TokageItLab/animation-tree-docs | Rémi Verschelde | |
Add document for AnimationNodes which have setter as request property | |||
2023-02-11 | Calling popup_center* with the default size will use the current size | Rindbee | |
2023-02-11 | Merge pull request #72723 from ErrorInCode27/rb2d-inertia-docs | Yuri Sizov | |
2023-02-10 | Merge pull request #68905 from jaymehta-g/area-node-description-typo | Matthew | |
Fix Area node description mistake | |||
2023-02-10 | Add how to retrieve RigidBody2D and RigidBody3D autocomputed inertia | [Error_27] | |
2023-02-10 | Add Engine::unregister_script_language and make ↵ | Emmanuel Leblond | |
Engine::register_script_language returns a Error | |||
2023-02-10 | Fill and fix PhysicsServer2D documentation | Ricardo Buring | |
Fixes incorrect descriptions, adds more detail, and fills in missing descriptions. Also adds a physics object glossary at the beginning. Default values of body/area/joint parameters are now documented (based on the values in Godot Physics), to aid GDExtension developers. | |||
2023-02-11 | Add document for AnimationNodes which have setter as request property | Silc 'Tokage' Renew | |
2023-02-10 | Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_option | Rémi Verschelde | |
Add optional size parameter to the RenderDevice buffer_get_data method. | |||
2023-02-10 | Merge pull request #71572 from RedMser/docs-binary-variant | Yuri Sizov | |
Document internal usage of `encode`/`decode_variant` | |||
2023-02-10 | Fix navigation support for multilayered TileMaps | smix8 | |
Fixes support for multilayered TileMaps by creating dedicated navigation maps for each layer. | |||
2023-02-10 | Merge pull request #69728 from Calinou/doc-font-oversampling-exceptions | Yuri Sizov | |
Document exceptions to font oversampling in Camera2D, CanvasItem and Control | |||
2023-02-10 | Merge pull request #69731 from hackenshaw/improve-CanvasLayer.layer-tootltip | Yuri Sizov | |
Improve tooltip for CanvasLayer.layer | |||
2023-02-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-10 | Merge pull request #73002 from KoBeWi/VisibleOnScreenConfusion | Rémi Verschelde | |
Clarify visibility in VisibleOnScreenNotifier | |||
2023-02-10 | GDScript: Remove `treat_warnings_as_errors` project setting | Danil Alexeev | |
2023-02-09 | Clarify visibility in VisibleOnScreenNotifier | kobewi | |
2023-02-09 | Merge pull request #72931 from TokageItLab/improve-root-motion-for-rot-and-pos | Rémi Verschelde | |
Add root motion accumulator to fix broken RootMotionView | |||
2023-02-10 | Add root motion accumulator to fix broken RootMotionView | Silc Renew | |
2023-02-09 | Merge pull request #72897 from Geometror/graphedit-set-deprecated | Rémi Verschelde | |
Update configuration warning for `GraphEdit` and mark it as experimental | |||
2023-02-09 | Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental | Hendrik Brucker | |
2023-02-08 | doc: Fix Image 'set_pixel' doc for use of 'create' | Rémi Verschelde | |
Fixes #72904. | |||
2023-02-08 | Merge pull request #72860 from RedworkDE/editor-export-plugin-bind | Rémi Verschelde | |
Bind `EditorExportPlugin::_get_export_features` | |||
2023-02-08 | Merge pull request #68016 from quinnyo/damp-docs | Rémi Verschelde | |
dampen -> damp, attenuate in audio and physics class docs | |||
2023-02-07 | Bind `EditorExportPlugin::_get_export_features` | RedworkDE | |
2023-02-07 | Second revision of area node desc | Jay Mehta | |
2023-02-08 | Replace "dampen" with "damp", "attenuate" in class docs | quinnyo | |
2023-02-07 | Merge pull request #70623 from timothyqiu/property-i18n | Rémi Verschelde | |
Separate property translation from editor translation, move sources to separate godot-editor-l10n repo | |||
2023-02-07 | Merge pull request #72493 from dalexeev/gds-export-flags | Rémi Verschelde | |
GDScript: Improve validation and documentation of `@export_flags` | |||
2023-02-07 | GDScript: Improve validation and documentation of `@export_flags` | Danil Alexeev | |
2023-02-07 | Fix docs on RPC_MODE_ANY_PEER analogous. | Andrés Botero | |
2023-02-07 | Keep only production ready translations, move the WIP ones to godot-editor-l10n | Rémi Verschelde | |
- Remove WIP translation templates, moved to godot-editor-l10n which will be the source and target for Weblate contributions. * https://github.com/godotengine/godot-editor-l10n - Re-add translations with a high completion ratio, stripped of the untranslated and fuzzy strings, and of the location and translator comments, to keep the size lower. * Threshold editor interface: 20% complete. * Threshold properties: 20% complete. * Threshold classes: 10% complete. | |||
2023-02-07 | Merge pull request #72722 from TokageItLab/animtree-map | Rémi Verschelde | |
Fix AnimationNodeTransition initialization and AnimationNode remapping method | |||
2023-02-07 | Fix description and argument name in Control._has_point | Kabiir | |
2023-02-06 | Merge pull request #71523 from YeldhamDev/dserver_doc_recoms | Yuri Sizov | |
Make `DisplayServer` docs tell users to change some window values in the `Window` node |