| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #82669 from 4d49/graph-node-slot-custom-icon | Rémi Verschelde | 2024-01-08 | 3 | -0/+84 |
| |\ | | | | | | | Add `set_slot_custom_icon` and `get_slot_custom_icon` to GraphNode | ||||
| | * | Add `set_slot_custom_icon` and `get_slot_custom_icon` to GraphNode | Mansur Isaev | 2024-01-08 | 3 | -0/+84 |
| | | | |||||
| * | | Merge pull request #77832 from AThousandShips/import_fix | Rémi Verschelde | 2024-01-08 | 2 | -26/+46 |
| |\ \ | | | | | | | | | | Fix incorrect check on importing project | ||||
| | * | | Fix incorrect check on importing project | A Thousand Ships | 2024-01-07 | 2 | -26/+46 |
| | | | | |||||
| * | | | Merge pull request #72461 from Calinou/editor-renderer-select-mobile | Rémi Verschelde | 2024-01-08 | 1 | -2/+14 |
| |\ \ \ | | | | | | | | | | | | | Make the rendering method dropdown also affect mobile if compatible | ||||
| | * | | | Make the rendering method dropdown also affect mobile if compatible | Hugo Locurcio | 2024-01-03 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents visual discrepancies between desktop and mobile platforms after switching rendering methods using this dropdown. The restart dialog now displays which rendering methods will be used, and the dropdown tooltip also lists caveats related to specific platforms. | ||||
| * | | | | Merge pull request #51156 from Muller-Castro/value2ref | Rémi Verschelde | 2024-01-08 | 68 | -185/+185 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | Add const lvalue ref to container parameters | ||||
| | * | | | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 68 | -185/+185 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #86835 from ↵ | Rémi Verschelde | 2024-01-06 | 3 | -12/+18 |
| |\ \ \ | |/ / |/| | | | | | | | | nklbdev/Fix_data_format_storage_method_for_PortableCompressedTexture2D Fix data format storage method for PortableCompressedTexture2D | ||||
| | * | | Fix lossless formats in PortableCompressedTexture2D (fix data format storing) | nklbdev | 2024-01-06 | 3 | -12/+18 |
| |/ / | |||||
| * | | Merge pull request #86820 from sepTN/fix-typos-3 | Rémi Verschelde | 2024-01-05 | 6 | -9/+9 |
| |\ \ | | | | | | | | | | Fix various typos in documentation | ||||
| | * | | Fix various typos in documentation | Septian | 2024-01-05 | 6 | -9/+9 |
| | | | | |||||
| * | | | Merge pull request #86799 from Mickeon/autocompletion-animationlibrary | Rémi Verschelde | 2024-01-05 | 4 | -0/+35 |
| |\ \ \ | | | | | | | | | | | | | Add autocompletion for AnimationLibrary & AnimationMixer's methods | ||||
| | * | | | Add autocompletion for AnimationLibrary's & AnimationMixer | Micky | 2024-01-04 | 4 | -0/+35 |
| | |/ / | |||||
| * | | | Merge pull request #86769 from StagnationPoint/logging_improvement | Rémi Verschelde | 2024-01-05 | 1 | -2/+6 |
| |\ \ \ | | | | | | | | | | | | | Add logging when macOS export will fail due to disabled texture formats. | ||||
| | * | | | Add logging when macOS export will fail due to disabled texture formats. ↵ | StagnationPoint | 2024-01-05 | 1 | -2/+6 |
| | | |/ | |/| | | | | | | | Since ETC2 ASTC is required for universal builds, also ensure it is enabled for them. | ||||
| * | | | Merge pull request #86569 from rune-scape/rune-fix-lambda-hotswap2 | Rémi Verschelde | 2024-01-05 | 6 | -176/+88 |
| |\ \ \ | | | | | | | | | | | | | GDScript: Lambda hotswap fixes | ||||
| | * | | | GDScript: Lambda hotswap fixes | rune-scape | 2024-01-04 | 6 | -176/+88 |
| | | | | | |||||
| * | | | | Merge pull request #86379 from m4gr3d/update_render_thread_paused_timing_main | Rémi Verschelde | 2024-01-05 | 7 | -57/+98 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Android: Update the logic used to start / stop the render thread | ||||
| | * | | | | Update the logic used to start / stop the render thread | Fredia Huya-Kouadio | 2023-12-20 | 7 | -57/+98 |
| | | | | | | | | | | | | | | | | | | | | | Currently the render thread is started / stopped when the activity is respectively resumed / paused. However, according to the `GLSurfaceView` documentation, this should be done instead when the activity is started / stopped, so this change updates the start / stop logic for the render thread to match the documentation. | ||||
| * | | | | | Merge pull request #85837 from akien-mga/clang-format-16 | Rémi Verschelde | 2024-01-05 | 4 | -103/+103 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Style: Mark clang-format 16 as supported for pre-commit hook | ||||
| | * | | | | | Style: Mark clang-format 16 as supported for pre-commit hook | Rémi Verschelde | 2023-12-06 | 4 | -103/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It only introduced a difference in a .glsl file, which I've worked around by removing an empty line. This keeps formatting consistent between clang-format 15 and 16. Also added a change in the 3-to-4 project converter to fix bogus formatting in clang-format < 17. | ||||
| * | | | | | | Merge pull request #85791 from groud/move_tilemap_layers_to_own_file | Rémi Verschelde | 2024-01-05 | 4 | -3253/+3329 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move TileMapLayer to its own files | ||||
| | * | | | | | | Move TileMapLayer to its own files | Gilles Roudière | 2024-01-05 | 4 | -3253/+3329 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #84162 from bruvzg/ios_pref_caps | Rémi Verschelde | 2024-01-05 | 3 | -5/+27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [iOS export] Add export options for performance capabilities and min. iOS version. | ||||
| | * | | | | | | [iOS export] Add export options for performance capabilities and min. iOS ↵ | bruvzg | 2024-01-04 | 3 | -5/+27 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | version. | ||||
| * | | | | | | Merge pull request #84140 from HexagonNico/quaternion-docs | Rémi Verschelde | 2024-01-05 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Complete the docs for Quaternion | ||||
| | * | | | | | | Complete the docs for Quaternion | Nico | 2024-01-05 | 1 | -0/+5 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #83448 from Calinou/github-actions-identify-pr-builds | Rémi Verschelde | 2024-01-05 | 1 | -1/+13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Identify pull request builds from GitHub Actions with the PR number | ||||
| | * | | | | | | Identify pull request builds from GitHub Actions with the PR number | Hugo Locurcio | 2023-10-16 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to go back to the pull request the build was made from. | ||||
| * | | | | | | | Merge pull request #81325 from AttackButton/path_2d_editor_plugin-clear_points | Rémi Verschelde | 2024-01-05 | 4 | -22/+112 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add a button to clear curve points in the Path2D editor | ||||
| | * | | | | | | | Add a button to clear curve points in the Path2D editor | AttackButton | 2023-10-03 | 4 | -22/+112 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #77712 from ↵ | Rémi Verschelde | 2024-01-05 | 7 | -10/+47 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nklbdev/Fix_lossless_formats_in_PortableCompressedTexture2D Fix lossless formats in PortableCompressedTexture2D | ||||
| | * | | | | | | | | Fix lossless formats in PortableCompressedTexture2D | nklbdev | 2024-01-05 | 7 | -10/+47 |
| | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update scene/resources/portable_compressed_texture.cpp Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
| * | | | | | | | | Merge pull request #64908 from marcinn/lightmap-gi-texel-scale | Rémi Verschelde | 2024-01-05 | 4 | -5/+29 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `texel_scale` property to LightmapGI | ||||
| | * | | | | | | | | Add texel_scale property to LightmapGI | Marcin Nowak | 2024-01-04 | 4 | -5/+29 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #51569 from aaronfranke/3d-import | Rémi Verschelde | 2024-01-05 | 27 | -22/+25 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | Move 3D scene import classes to their own folder | ||||
| | * | | | | | | | | Move 3D scene import classes to their own folder | Aaron Franke | 2024-01-04 | 27 | -22/+25 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #86742 from paulloz/doc/dotnet-basis-examples | Rémi Verschelde | 2024-01-04 | 1 | -17/+97 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Add C# examples in `Basis.xml` | ||||
| | * | | | | | | | | Add C# examples in `Basis.xml` | Paul Joannon | 2024-01-03 | 1 | -17/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to #86664 | ||||
| * | | | | | | | | | Merge pull request #86576 from bikemurt/no-concave-warnings | Rémi Verschelde | 2024-01-04 | 1 | -1/+13 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add warning for using concave shape on CharacterBody3D | ||||
| | * | | | | | | | | | Add warning for using concave shape on CharacterBody3D | Michael Burt | 2024-01-04 | 1 | -1/+13 |
| | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Additionally updated descriptions for RigidBody3D and VehicleBody3D | ||||
| * | | | | | | | | | Merge pull request #84353 from aXu-AP/sprite2d-plugin-zoom | Rémi Verschelde | 2024-01-04 | 2 | -13/+131 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add zoom controls to Sprite2DPlugin converter preview | ||||
| | * | | | | | | | | | Add zoom controls to Sprite2DPlugin | aXu-AP | 2023-11-07 | 2 | -13/+131 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #84284 from Haydoggo/script-switch | Rémi Verschelde | 2024-01-04 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve inspector focus when opening script from scene tree | ||||
| | * | | | | | | | | | | preserve inspector focus when opening script | Hayden Leete | 2023-11-01 | 1 | -1/+3 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #84135 from aXu-AP/reparent-select-fix | Rémi Verschelde | 2024-01-04 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nodes being deselected upon reparenting | ||||
| | * | | | | | | | | | | | Fix nodes being deselected upon reparenting | aXu-AP | 2023-10-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #84107 from BlueCube3310/file-access-optimization | Rémi Verschelde | 2024-01-04 | 9 | -0/+358 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use platform-specific methods for FileAccess reading and writing | ||||
| | * | | | | | | | | | | | | Use platform-specific methods for FileAccess reading and writing | BlueCube3310 | 2023-10-29 | 9 | -0/+358 |
| | | | | | | | | | | | | | | |||||
