summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add Betsy to speed up BC6 compressionBlueCube33102024-08-181-0/+5
|
* Merge pull request #95539 from tetrapod00/compositor-tutorial-linkRémi Verschelde2024-08-162-0/+2
|\ | | | | | | Add tutorial link in Compositor and CompositorEffect docs
| * Add tutorial link in Compositor and CompositorEffect docstetrapod002024-08-142-0/+2
| |
* | Merge pull request #95502 from bruvzg/net_ext_detectRémi Verschelde2024-08-161-1/+1
|\ \ | | | | | | | | | [.NET] Move search in files extension list definition to be after Scene level module init.
| * | [.NET] Move search in files extension list definition to be after Scene ↵bruvzg2024-08-141-1/+1
| | | | | | | | | | | | level module init.
* | | Merge pull request #95485 from sepTN/clarify-timer-docsRémi Verschelde2024-08-161-1/+1
|\ \ \ | | | | | | | | | | | | Clarify `Timer.start()` documentation to match the current behavior.
| * | | Clarify `Timer.start()` documentation to match the current behavior.Septian Ganendra S. K.2024-08-131-1/+1
| |/ /
* | | Merge pull request #95456 from smix8/navlink_mapchangeRémi Verschelde2024-08-162-0/+26
|\ \ \ | | | | | | | | | | | | Add NavigationLink function to change navigation map
| * | | Add NavigationLink function to change navigation mapsmix82024-08-152-0/+26
| | |/ | |/| | | | | | | Adds NavigationLink function to change navigation map.
* | | Merge pull request #95376 from ↵Rémi Verschelde2024-08-161-3/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | raulsntos/gdextension/expose-property-accessors/Polygon2D Make `Polygon2D::bones` property internal
| * | | Make `Polygon2D::bones` property internalRaul Santos2024-08-101-3/+0
| | | |
* | | | Merge pull request #95230 from bruvzg/msdf_customRémi Verschelde2024-08-161-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | [Editor] Allow MSDF font rendering for custom fonts, add editor setting to control it.
| * | | | [Editor] Allow MSDF font rendering for custom fonts, add editor setting to ↵bruvzg2024-08-081-0/+3
| |/ / / | | | | | | | | | | | | control it.
* | | | Merge pull request #94826 from Naros/classdb-expose-property-getter-setterRémi Verschelde2024-08-161-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | Expose ClassDB methods `get_property_setter` / `get_property_getter`
| * | | | Expose ClassDB methods `get_property_setter` / `get_property_getter`Chris Cranford2024-07-271-0/+16
| | | | |
* | | | | Merge pull request #94609 from bruvzg/pixel_font_detectRémi Verschelde2024-08-163-1/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [Font Import] Detect pixel fonts and disable subpixel positioning.
| * | | | | [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-233-1/+17
| | | | | |
* | | | | | Merge pull request #93869 from MajorMcDoom/ortho-gridsRémi Verschelde2024-08-161-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make viewport grid visible on all three planes in ortho camera view
| * | | | | | Make viewport grid visible on all three planes in ortho camera viewZi Ye2024-07-021-3/+3
| | | | | | |
* | | | | | | Merge pull request #92001 from GrahameGW/line_intersect_docsRémi Verschelde2024-08-161-2/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify documentation for `Geometry2D.line_intersects_line`
| * | | | | | | Clarify documentation for Geometry2D.line_intersects_lineGrahame Watt2024-06-051-2/+28
| | | | | | | |
* | | | | | | | Merge pull request #81973 from ↵Rémi Verschelde2024-08-162-0/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | /detective_TileMap_uncovers_the_truth_about_tile_rotation
| * | | | | | | | Add helper methods to check for tile transformskobewi2024-08-122-0/+48
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #95374 from ↵Rémi Verschelde2024-08-162-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/gdextension/expose-property-accessors/ShapeCast Expose `ShapeCast{2D,3D}::get_collision_result`
| * | | | | | | | Expose `ShapeCast{2D,3D}::get_collision_result`Raul Santos2024-08-152-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #94100 from Calinou/obj-import-remove-unused-optimize-meshRémi Verschelde2024-08-161-3/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused Optimize Mesh import option from OBJ mesh import
| * | | | | | | | Remove unused Optimize Mesh import option from OBJ mesh importHugo Locurcio2024-07-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was enabled by default, but it did nothing regardless of whether it was enabled or not.
* | | | | | | | | Merge pull request #93149 from Malcolmnixon/smoothstep-degenerate-caseRémi Verschelde2024-08-161-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the smoothstep degenerate case of empty range
| * | | | | | | | | This PR handles the smoothstep degenerate case where the range is empty.Malcolm Nixon2024-08-151-2/+4
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It also updates the documentation to describe positive and negative ranges. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Co-Authored-By: kleonc <9283098+kleonc@users.noreply.github.com>
* | | | | | | | | Merge pull request #92391 from rburing/fti_3dRémi Verschelde2024-08-164-1/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | Physics interpolation (3D)
| * | | | | | | | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-074-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds 3D fixed timestep interpolation to the rendering server. This does not yet include support for multimeshes or particles. Co-authored-by: lawnjelly <lawnjelly@gmail.com>
* | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2024-08-142-4/+1225
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Adds Irish (ga) translations.
* | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2024-08-125-2793/+57812
| | | | | | | |
* | | | | | | | Merge pull request #95347 from calsbrook/update-compositor-effect-docsRémi Verschelde2024-08-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify usage of CompositorEffect as an abstract base class
| * | | | | | | | Clarify usage of CompositorEffect as an abstract base class in the documentationcalsbrook2024-08-091-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Add Animation tutorial links to class reference by 4.3Silc Lizard (Tokage) Renew2024-08-132-1/+3
| | | | | | | |
* | | | | | | | Merge pull request #95409 from AlexAlappsis/masterRémi Verschelde2024-08-122-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrect reference to VisibleOnScreenEnabler3D/2D in VisibleOnScreenNotifier3D/2D documentation.
| * | | | | | | | Fix incorrect reference to VisibleOnScreenEnabler2D/3D in *Notifier2D/3D docsAlex Mitchell2024-08-122-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #95377 from ↵Rémi Verschelde2024-08-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/gdextension/expose-property-accessors/Animation Make `Animation::capture_included` read-only
| * | | | | | | | Make `Animation::capture_included` read-onlyRaul Santos2024-08-101-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `PROPERTY_USAGE_READ_ONLY` flag only makes the property read-only in the inspector, but the property also has the `PROPERTY_USAGE_NO_EDITOR` flag which means it won't show up in the inspector. So it does nothing, while still making it editable from scripting. To make it read-only for scripting too, this PR removes the setter from the `PropertyInfo`. And since the `set_capture_included` method is now unused, it was also removed.
* | | | | | | | Merge pull request #95341 from esainane/valid-exampleRémi Verschelde2024-08-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix check in `Object._ValidateProperty` example
| * | | | | | | | Fix check in `Object._ValidateProperty` exampleSai Nane2024-08-091-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GDScript version above makes the `number` property read only whenever `is_number_editable` is false. ```gdscript func _validate_property(property: Dictionary): if property.name == "number" and not is_number_editable: property.usage |= PROPERTY_USAGE_READ_ONLY ``` The C# version is similar, but omits the negation, so the Number property is made read only whenever `is_number_editable` is true. This adds the negation to the C# example, making it match the GDScript example.
* | | | | | | | Merge pull request #95336 from esainane/typo-ehRémi Verschelde2024-08-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in EditorImportPlugin docs
| * | | | | | | | Fix typo in EditorImportPlugin docsSai Nane2024-08-091-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | "[param custom_importer] ca be" -> "[param custom_importer] can be"
* / / / / / / / Fix documentation of `EditorImportPlugin._Import`Sai Nane2024-08-091-3/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following is the currently generated `EditorImportPlugin.cs`: ```csharp public virtual Error _Import(string sourceFile, string savePath, Dictionary options, Array<string> platformVariants, Array<string> genFiles) { return Error.Ok; } ``` This fixes the type signature in the documentation's example to match the actual type signature.
* | | | | | | Document converting a TileMap node to TileMapLayer using the editorHugo Locurcio2024-08-071-1/+1
| | | | | | |
* | | | | | | Merge pull request #95164 from Calinou/doc-window-popup-coordinatesRémi Verschelde2024-08-063-4/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document expected coordinates in `PopupMenu.popup()`
| * | | | | | | Document expected coordinates in `PopupMenu.popup()`Hugo Locurcio2024-08-053-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve documentation related to embedded subwindows and single-window mode. - Add `minsize` keyword aliases for `popup_centered_clamped()` methods to ease migration to Godot 4.x (this was Godot 3.x terminology).
* | | | | | | | Merge pull request #95046 from timothyqiu/typosRémi Verschelde2024-08-063-3/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix several typos in the documentation
| * | | | | | | | Fix several typos in the documentationHaoyu Qiu2024-08-023-3/+2
| |/ / / / / / /