Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #95164 from Calinou/doc-window-popup-coordinates | Rémi Verschelde | 2024-08-06 | 3 | -4/+10 |
|\ | | | | | | | Document expected coordinates in `PopupMenu.popup()` | ||||
| * | Document expected coordinates in `PopupMenu.popup()` | Hugo Locurcio | 2024-08-05 | 3 | -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/typos | Rémi Verschelde | 2024-08-06 | 3 | -3/+2 |
|\ \ | | | | | | | | | | Fix several typos in the documentation | ||||
| * | | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 3 | -3/+2 |
| |/ | |||||
* | | Merge pull request #95041 from AdamLearns/master | Rémi Verschelde | 2024-08-06 | 1 | -5/+5 |
|\ \ | | | | | | | | | | Clean up English in JSON documentation | ||||
| * | | Clean up English in JSON documentation | Adam Damiano | 2024-08-06 | 1 | -5/+5 |
| |/ | |||||
* | | Merge pull request #95004 from Calinou/doc-texture-import-premul-alpha | Rémi Verschelde | 2024-08-06 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Document support 3D premultiplied alpha in ResourceImporterTexture | ||||
| * | | Document support 3D premultiplied alpha in ResourceImporterTexture | Hugo Locurcio | 2024-08-01 | 1 | -2/+2 |
| |/ | | | | | | | This is supported since Godot 4.3. | ||||
* | | Merge pull request #94997 from erictuvesson/fix/typo | Rémi Verschelde | 2024-08-06 | 1 | -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 Tuvesson | 2024-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | example Too few arguments for "draw_circle()" call. Expected at least 3 but received 2. | ||||
* | | | Merge pull request #94942 from jsjtxietian/multimwsh-custom | Rémi Verschelde | 2024-08-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | Mention Multimesh custom data will be compressed to half in Compatibility | ||||
| * | | | Mention Multimesh custom data will be compressed to half in Compatibility | jsjtxietian | 2024-08-05 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #94299 from TokageItLab/docs-override-loop-tree | Rémi Verschelde | 2024-08-06 | 1 | -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 docs | Silc Lizard (Tokage) Renew | 2024-08-01 | 1 | -0/+1 |
| | | | |||||
* | | | Font: Fix typo in get_supported_variation_list example | Will Thompson | 2024-07-31 | 2 | -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. | bruvzg | 2024-07-31 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #94879 from KoBeWi/color_conjuring_tricks | Rémi Verschelde | 2024-07-29 | 1 | -0/+2 |
|\ \ | | | | | | | | | | Document alternatives to some static Color methods | ||||
| * | | Document alternatives to some static Color methods | kobewi | 2024-07-28 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #94796 from kus04e4ek/backfall | Rémi Verschelde | 2024-07-29 | 1 | -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 versa | Kusok | 2024-07-27 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #94842 from edassis/master | Rémi Verschelde | 2024-07-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix typo in Array's `sort()` method description | ||||
| * | | | | Fix typo in Array's sort() method description | Eduardo Assis | 2024-07-27 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #94821 from kitbdev/fix-textedit-scroll-suffix | Rémi Verschelde | 2024-07-28 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix `TextEdit` scroll properties editor hint suffix | ||||
| * | | | | Fix TextEdit scroll properties editor hint suffix | kit | 2024-07-26 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #94745 from anniryynanen/shortcut-input-too | Rémi Verschelde | 2024-07-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | Update documentation for places to receive InputEventShortcut | ||||
| * | | | Update documentation for places to receive InputEventShortcut | Anni Ryynänen | 2024-07-26 | 1 | -1/+1 |
| |/ / | |||||
* / / | Add link to notification docs in SceneTree docs | Thad Guidry | 2024-07-26 | 1 | -1/+1 |
|/ / | |||||
* | | Document update spinner never displaying with `--debug-canvas-item-redraw` | Hugo Locurcio | 2024-07-24 | 1 | -0/+1 |
| | | |||||
* | | Bind `PhysicsServer*D::body_set_state_sync_callback` | Mikael Hermansson | 2024-07-23 | 3 | -1/+23 |
| | | |||||
* | | Merge pull request #94161 from bruvzg/ndlg_notes | Rémi Verschelde | 2024-07-22 | 1 | -2/+9 |
|\ \ | | | | | | | | | | [Docs] Add some notes about native file dialog limitations. | ||||
| * | | [Docs] Add some notes about native file dialog limitations. | bruvzg | 2024-07-22 | 1 | -2/+9 |
| | | | |||||
* | | | [RTL] Fix text size rounding with MSDF fonts. | bruvzg | 2024-07-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #94547 from clayjohn/DOCS-shadow_mesh | Rémi Verschelde | 2024-07-20 | 1 | -1/+2 |
|\ \ | | | | | | | | | | Add note to `shadow_mesh` docs to warn about improper usage | ||||
| * | | Add note to shadow_mesh docs to warn about improper usage | clayjohn | 2024-07-19 | 1 | -1/+2 |
| | | | |||||
* | | | clarify animation queuing documentation | krdluzni | 2024-07-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #94093 from Yahkub-R/94056-fix | Rémi Verschelde | 2024-07-19 | 1 | -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-R | 2024-07-19 | 1 | -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-code | Rémi Verschelde | 2024-07-19 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add note about `Script.has_source_code` and GDScript binary tokenization | ||||
| * | | | | Add note about `Script.has_source_code` and GDScript binary tokenization | HolonProduction | 2024-07-19 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #94388 from BastiaanOlij/expose_more_methods_scene_buffers_rd | Rémi Verschelde | 2024-07-19 | 1 | -0/+36 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | Expose more state in RenderSceneBuffersRD | ||||
| * | | | | Expose more state in RenderSceneBuffersRD | Bastiaan Olij | 2024-07-15 | 1 | -0/+36 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #94412 from dsnopek/xr-always-render | Rémi Verschelde | 2024-07-18 | 1 | -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 draw | David Snopek | 2024-07-17 | 1 | -0/+21 |
| | | | | | |||||
* | | | | | Fix empty region in AtlasTexture | kobewi | 2024-07-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #94237 from BlueCube3310/lightmap-atlas-loop-fix-always | Rémi Verschelde | 2024-07-18 | 1 | -0/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | Lightmapper: Prevent infinite loop while blitting lightmaps into an atlas | ||||
| * | | | | Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas | BlueCube3310 | 2024-07-13 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge pull request #94329 from KoBeWi/sceneles | Rémi Verschelde | 2024-07-17 | 1 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | Some improvements to TileSetScenesCollectionSource docs | ||||
| * | | | | Some improvements to TileSetScenesCollectionSource docs | kobewi | 2024-07-14 | 1 | -0/+26 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #94325 from KoBeWi/y'all_got_any_more_of_them_pixels | Rémi Verschelde | 2024-07-17 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Clarify `clipboard_get_image()` | ||||
| * | | | | Clarify clipboard_get_image() | kobewi | 2024-07-13 | 1 | -0/+1 |
| |/ / / |