Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #92535 from timothyqiu/parentheses-mismatch | Rémi Verschelde | 2024-05-30 | 3 | -4/+4 |
|\ | | | | | | | Fix mismatched parentheses in class reference | ||||
| * | Fix mismatched parentheses in class reference | Haoyu Qiu | 2024-05-30 | 3 | -4/+4 |
| | | |||||
* | | Merge pull request #92317 from bruvzg/emb_decorations | Rémi Verschelde | 2024-05-30 | 1 | -0/+2 |
|\ \ | | | | | | | | | | Fix `get_position_with_decorations` and `get_size_with_decorations` for embedded windows. | ||||
| * | | Fix `get_position_with_decorations` and `get_size_with_decorations` for ↵ | bruvzg | 2024-05-24 | 1 | -0/+2 |
| | | | | | | | | | | | | embedded windows. | ||||
* | | | Merge pull request #90365 from KoBeWi/export_any%_speedrun | Rémi Verschelde | 2024-05-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Allow skipping imported resource files from export | ||||
| * | | | Allow skipping imported resource files from export | kobewi | 2024-04-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines | Rémi Verschelde | 2024-05-30 | 1 | -0/+3 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Implement `trim_final_newlines` setting and functionality | ||||
| * | | | Implement trim_final_newlines functionality | Aiden Storey | 2024-05-02 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #92508 from bruvzg/rtl_cell_docs | Rémi Verschelde | 2024-05-29 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | [RTL] Add references to cell and column configuration methods. | ||||
| * | | | | [RTL] Adds references to cell and column configuration methods. | bruvzg | 2024-05-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #92339 from devloglogan/comp-layer-reference-frame | Rémi Verschelde | 2024-05-29 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Apply reference frame transform to `OpenXRCompositionLayer` nodes | ||||
| * | | | | | Apply reference frame transform to OpenXRCompositionLayer nodes | devloglogan | 2024-05-29 | 1 | -0/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play | Rémi Verschelde | 2024-05-29 | 1 | -6/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add editor setting to keep bottom panel state on play and stop game | ||||
| * | | | | | Add editor setting to keep bottom panel state on play and stop game | Hilderin | 2024-05-29 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #87446 from Mickeon/documentation-Joint-tweaks | Rémi Verschelde | 2024-05-29 | 2 | -10/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Tweak Joint2D and Joint3D documentation for consistency | ||||
| * | | | | | | Tweak Joint2D and Joint3D documentation for consistency | Micky | 2024-04-08 | 2 | -10/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #92126 from TokageItLab/reset-dominant | Rémi Verschelde | 2024-05-29 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | Fix Deterministic blending with Dominant/Recessive doesn't have initial value even if there is no Discrete track | ||||
| * | | | | | | Fix Deterministic blending with Dominant doesn't have init value | Silc Lizard (Tokage) Renew | 2024-05-21 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #92456 from ckaiser/fix-light3d-docs | Rémi Verschelde | 2024-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix Light3D BakeMode enum documentation | ||||
| * | | | | | | | Fix Light3D BakeMode enum documentation | Christian Kaiser | 2024-05-28 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #92451 from timothyqiu/not-3d-only | Rémi Verschelde | 2024-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix `PhysicsMaterial` description being limited to 3D | ||||
| * | | | | | | | Fix PhysicsMaterial description being limited to 3D | Haoyu Qiu | 2024-05-28 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #89033 from bruvzg/doc_end_err | Rémi Verschelde | 2024-05-28 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks. | ||||
| * | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -3/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #92416 from mateuseap/feat/mesh_library | Rémi Verschelde | 2024-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve description of `find_item_by_name()` method in `MeshLibrary` class documentation | ||||
| * | | | | | | | Improve description of find_item_by_name() method in MeshLibrary class doc | Mateus Elias | 2024-05-27 | 1 | -1/+1 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Specify what the method find_item_by_name() returns if no item is found. | ||||
* | | | | | | | Merge pull request #92380 from mateuseap/feat/mesh | Rémi Verschelde | 2024-05-28 | 2 | -1/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve `Mesh` class description | ||||
| * | | | | | | | Improve Mesh class description | Mateus Elias | 2024-05-26 | 2 | -1/+4 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bind MAX_MESH_SURFACES constant in RenderingServer::_bind_methods() - Add MAX_MESH_SURFACES constant to RenderingServer class documentation - Reference the constant RenderingServer.MAX_MESH_SURFACES in the description of Mesh class documentation | ||||
* | | | | | | | Merge pull request #92363 from Calinou/doc-projectsettings-vsync-compatibility | Rémi Verschelde | 2024-05-28 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix outdated `vsync_mode` project setting documentation | ||||
| * | | | | | | | Fix outdated `vsync_mode` project setting documentation | Hugo Locurcio | 2024-05-25 | 1 | -2/+3 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling V-Sync when using the Compatibility rendering method works since Godot 4.2 at least. This also documents the `--disable-vsync` command line argument. | ||||
* | | | | | | | Merge pull request #92322 from groud/implement_custom_data_label | Rémi Verschelde | 2024-05-28 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Display custom data name instead of indices in TileData inspector | ||||
| * | | | | | | | Display custom data name instead of indices in TileData inspector | Gilles Roudière | 2024-05-25 | 1 | -0/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #92293 from rvenson/fix-navigation-agent-docs | Rémi Verschelde | 2024-05-28 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `velocity_computed` signal description | ||||
| * | | | | | | | Update velocity_computed signal description | rvenson | 2024-05-25 | 2 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Class reference: Add self-links to methods, properties, etc. | Ricardo Buring | 2024-05-26 | 1 | -22/+46 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #92272 from timothyqiu/add-to-end | Rémi Verschelde | 2024-05-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Explain `add_to_end` parameter of `add_property_editor()` | ||||
| * | | | | | | | Explain add_to_end parameter of add_property_editor() | Haoyu Qiu | 2024-05-23 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | [DisplayServer] Add method to check if window transparency is supported and ↵ | bruvzg | 2024-05-23 | 1 | -1/+7 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | enabled. | ||||
* | | | | | | | Merge pull request #92242 from ↵ | Rémi Verschelde | 2024-05-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/fix_ConfirmationDialog_doc Fix confusing descriptions of ConfirmationDialog. | ||||
| * | | | | | | Fix confusing descriptions of ConfirmationDialog's description. | Daylily-Zeleen | 2024-05-22 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -10/+9 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #92154 from lawnjelly/is_polygon_clockwise_doc | Rémi Verschelde | 2024-05-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `is_polygon_clockwise()` coordinate system | ||||
| * | | | | | | | Clarify is_polygon_clockwise() coordinate system | lawnjelly | 2024-05-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function assumes a normal Cartesian coordinate system. | ||||
* | | | | | | | | Merge pull request #91557 from AThousandShips/dotnet_doc_fix | Rémi Verschelde | 2024-05-21 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [C#] Unexpose `GodotSharp` | ||||
| * | | | | | | | | [C#] Unexpose `GodotSharp` | A Thousand Ships | 2024-05-04 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class seems to have been exposed accidentally, and breaks documentation on non-mono builds, requiring hacks | ||||
* | | | | | | | | | Merge pull request #92112 from KoBeWi/is_there_something_this_class_can't_do | Rémi Verschelde | 2024-05-20 | 2 | -10/+19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation on TreeItem's cell modes | ||||
| * | | | | | | | | | Improve documentation on TreeItem's cell modes | kobewi | 2024-05-19 | 2 | -10/+19 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #92108 from KoBeWi/stash_focus_for_later | Rémi Verschelde | 2024-05-20 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable follow focus while updating inspector | ||||
| * | | | | | | | | | Disable follow focus while updating inspector | kobewi | 2024-05-19 | 1 | -1/+0 |
| |/ / / / / / / / | |||||
* / / / / / / / / | Fix CheckBox and CheckButton not using max_icon_width | Riley Willows | 2024-05-20 | 1 | -1/+1 |
|/ / / / / / / / |