summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #95041 from AdamLearns/masterRémi Verschelde2024-08-061-5/+5
|\ \ | | | | | | | | | Clean up English in JSON documentation
| * | Clean up English in JSON documentationAdam Damiano2024-08-061-5/+5
| |/
* | Merge pull request #95004 from Calinou/doc-texture-import-premul-alphaRémi Verschelde2024-08-061-2/+2
|\ \ | | | | | | | | | Document support 3D premultiplied alpha in ResourceImporterTexture
| * | Document support 3D premultiplied alpha in ResourceImporterTextureHugo Locurcio2024-08-011-2/+2
| |/ | | | | | | This is supported since Godot 4.3.
* | Merge pull request #94997 from erictuvesson/fix/typoRémi Verschelde2024-08-061-1/+1
|\ \ | | | | | | | | | Fix typo in EditorPlugin `_forward_3d_draw_over_viewport(overlay)` method example
| * | Fix typo in EditorPlugin `_forward_3d_draw_over_viewport(overlay)` method ↵Eric Tuvesson2024-08-011-1/+1
| | | | | | | | | | | | | | | | | | example Too few arguments for "draw_circle()" call. Expected at least 3 but received 2.
* | | Merge pull request #94942 from jsjtxietian/multimwsh-customRémi Verschelde2024-08-061-0/+2
|\ \ \ | | | | | | | | | | | | Mention Multimesh custom data will be compressed to half in Compatibility
| * | | Mention Multimesh custom data will be compressed to half in Compatibilityjsjtxietian2024-08-051-0/+2
| | |/ | |/|
* | | Merge pull request #94299 from TokageItLab/docs-override-loop-treeRémi Verschelde2024-08-061-0/+1
|\ \ \ | |/ / |/| | | | | Add a note of `loop_mode` for `custom_timeline` to the `NodeAnimation` docs
| * | Add a note of loop_mode for custom_timeline to the NodeAnimation docsSilc Lizard (Tokage) Renew2024-08-011-0/+1
| | |
* | | Font: Fix typo in get_supported_variation_list exampleWill Thompson2024-07-312-3/+3
| |/ |/| | | | | | | FontVariation.set_base_font is a function, not a property. The property is FontVariation.base_font.
* | [macOS] Fix `is_process_running` and `kill` for bundled apps.bruvzg2024-07-311-0/+1
| |
* | Merge pull request #94879 from KoBeWi/color_conjuring_tricksRémi Verschelde2024-07-291-0/+2
|\ \ | | | | | | | | | Document alternatives to some static Color methods
| * | Document alternatives to some static Color methodskobewi2024-07-281-0/+2
| | |
* | | Merge pull request #94796 from kus04e4ek/backfallRémi Verschelde2024-07-291-0/+8
|\ \ \ | | | | | | | | | | | | Windows: Fall back to D3D12 if Vulkan is not supported and vice versa
| * | | Fall back to D3D12 if Vulkan is not supported and vice versaKusok2024-07-271-0/+8
| | | |
* | | | Merge pull request #94842 from edassis/masterRémi Verschelde2024-07-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix typo in Array's `sort()` method description
| * | | | Fix typo in Array's sort() method descriptionEduardo Assis2024-07-271-1/+1
| | |/ / | |/| |
* | | | Merge pull request #94821 from kitbdev/fix-textedit-scroll-suffixRémi Verschelde2024-07-281-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fix `TextEdit` scroll properties editor hint suffix
| * | | | Fix TextEdit scroll properties editor hint suffixkit2024-07-261-2/+2
| |/ / /
* | | | Merge pull request #94745 from anniryynanen/shortcut-input-tooRémi Verschelde2024-07-281-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | Update documentation for places to receive InputEventShortcut
| * | | Update documentation for places to receive InputEventShortcutAnni Ryynänen2024-07-261-1/+1
| |/ /
* / / Add link to notification docs in SceneTree docsThad Guidry2024-07-261-1/+1
|/ /
* | Document update spinner never displaying with `--debug-canvas-item-redraw`Hugo Locurcio2024-07-241-0/+1
| |
* | Bind `PhysicsServer*D::body_set_state_sync_callback`Mikael Hermansson2024-07-233-1/+23
| |
* | Merge pull request #94161 from bruvzg/ndlg_notesRémi Verschelde2024-07-221-2/+9
|\ \ | | | | | | | | | [Docs] Add some notes about native file dialog limitations.
| * | [Docs] Add some notes about native file dialog limitations.bruvzg2024-07-221-2/+9
| | |
* | | [RTL] Fix text size rounding with MSDF fonts.bruvzg2024-07-221-1/+1
|/ /
* | Merge pull request #94547 from clayjohn/DOCS-shadow_meshRémi Verschelde2024-07-201-1/+2
|\ \ | | | | | | | | | Add note to `shadow_mesh` docs to warn about improper usage
| * | Add note to shadow_mesh docs to warn about improper usageclayjohn2024-07-191-1/+2
| | |
* | | clarify animation queuing documentationkrdluzni2024-07-191-1/+1
| | |
* | | Merge pull request #94093 from Yahkub-R/94056-fixRémi Verschelde2024-07-191-0/+6
|\ \ \ | | | | | | | | | | | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened
| * | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn ↵Yahkub-R2024-07-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is reopened Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com>
* | | | Merge pull request #94527 from HolonProduction/who-needs-source-codeRémi Verschelde2024-07-191-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Add note about `Script.has_source_code` and GDScript binary tokenization
| * | | | Add note about `Script.has_source_code` and GDScript binary tokenizationHolonProduction2024-07-191-0/+1
| | | | |
* | | | | Merge pull request #94388 from BastiaanOlij/expose_more_methods_scene_buffers_rdRémi Verschelde2024-07-191-0/+36
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Expose more state in RenderSceneBuffersRD
| * | | | Expose more state in RenderSceneBuffersRDBastiaan Olij2024-07-151-0/+36
| | |_|/ | |/| |
* | | | Merge pull request #94412 from dsnopek/xr-always-renderRémi Verschelde2024-07-181-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | Always render when XR is enabled, even if no OS windows can draw
| * | | | Always render when XR is enabled, even if no OS windows can drawDavid Snopek2024-07-171-0/+21
| | | | |
* | | | | Fix empty region in AtlasTexturekobewi2024-07-181-1/+1
| | | | |
* | | | | Merge pull request #94237 from BlueCube3310/lightmap-atlas-loop-fix-alwaysRémi Verschelde2024-07-181-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Lightmapper: Prevent infinite loop while blitting lightmaps into an atlas
| * | | | Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-0/+6
| |/ / /
* | | | Merge pull request #94329 from KoBeWi/scenelesRémi Verschelde2024-07-171-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | Some improvements to TileSetScenesCollectionSource docs
| * | | | Some improvements to TileSetScenesCollectionSource docskobewi2024-07-141-0/+26
| | |/ / | |/| |
* | | | Merge pull request #94325 from KoBeWi/y'all_got_any_more_of_them_pixelsRémi Verschelde2024-07-171-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Clarify `clipboard_get_image()`
| * | | | Clarify clipboard_get_image()kobewi2024-07-131-0/+1
| |/ / /