Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses | Danil Alexeev | 2024-03-19 | 3 | -8/+63 |
| | |||||
* | Merge pull request #89495 from akien-mga/pcre2-fix-sljit-compilation-ioscross | Rémi Verschelde | 2024-03-15 | 1 | -1/+2 |
|\ | | | | | | | pcre2: Remove unused sjlit files after last update | ||||
| * | pcre2: Remove unused sjlit files after last update | Rémi Verschelde | 2024-03-15 | 1 | -1/+2 |
| | | | | | | | | Follow-up to #89371. | ||||
* | | Add NavigationObstacle options to affect and carve navigation mesh | smix8 | 2024-03-15 | 4 | -0/+198 |
|/ | | | | Adds NavigationObstacle options to affect and carve navigation mesh. | ||||
* | Merge pull request #89484 from dalexeev/update-gds-doc | Rémi Verschelde | 2024-03-14 | 1 | -1/+5 |
|\ | | | | | | | Update `@GDScript` documentation | ||||
| * | Update `@GDScript` documentation | Danil Alexeev | 2024-03-14 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #89460 from dsnopek/openxr-composition-layers-multiple | Rémi Verschelde | 2024-03-14 | 8 | -16/+91 |
|\ \ | | | | | | | | | | OpenXR: Allow GDExtensions to provide multiple, ordered composition layers | ||||
| * | | OpenXR: Allow GDExtensions to provide multiple, ordered composition layers | David Snopek | 2024-03-13 | 8 | -16/+91 |
| |/ | | | | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | | Merge pull request #89418 from lyuma/gltf_vertex_packing | Rémi Verschelde | 2024-03-14 | 2 | -69/+148 |
|\ \ | | | | | | | | | | Only store vertices referenced by the indices per surface in the glTF importer | ||||
| * | | glTF importer now only stores vertices referenced by the indices per surface. | Lyuma | 2024-03-13 | 2 | -69/+148 |
| | | | |||||
* | | | Merge pull request #89356 from lyuma/vsk-gltf-sparse-accessors-4.3 | Rémi Verschelde | 2024-03-14 | 2 | -54/+193 |
|\ \ \ | | | | | | | | | | | | | GLTF export: Use sparse accessors for morph targets | ||||
| * | | | glTF export: morph targets are relative, so use zero as reference | Lyuma | 2024-03-12 | 2 | -35/+33 |
| | | | | |||||
| * | | | Update buffer view target handling, encode sparse accessors as vec3. | K. S. Ernest (iFire) Lee | 2024-03-12 | 2 | -46/+187 |
| |/ / | | | | | | | | | | Co-authored-by: Lyuma <xn.lyuma@gmail.com> | ||||
* | | | Merge pull request #89270 from Repiteo/enforce-typename-in-templates | Rémi Verschelde | 2024-03-14 | 8 | -17/+17 |
|\ \ \ | |_|/ |/| | | | | | Enforce template syntax `typename` over `class` | ||||
| * | | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-07 | 8 | -17/+17 |
| | | | |||||
* | | | Merge pull request #89444 from AThousandShips/article_fix | Rémi Verschelde | 2024-03-13 | 5 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | [Doc] Fix some incorrect uses of `a/an` | ||||
| * | | | [Doc] Fix some incorrect uses of `a/an` | A Thousand Ships | 2024-03-13 | 5 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #87680 from AThousandShips/the_angry_count | Rémi Verschelde | 2024-03-13 | 21 | -2/+299 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add methods to get argument count of methods | ||||
| * | | | | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 21 | -2/+299 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added to: * `Callable`s * `Object`s * `ClassDB` * `Script(Instance)`s | ||||
* | | | | | Fix GCC build failure | Adam Scott | 2024-03-13 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #89422 from Repiteo/clang-tidy-NULL | Rémi Verschelde | 2024-03-13 | 4 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | clang-tidy: Enforce `modernize-use-nullptr` | ||||
| * | | | | clang-tidy: Enforce `modernize-use-nullptr` | Thaddeus Crews | 2024-03-12 | 4 | -6/+6 |
| | | | | | |||||
* | | | | | Merge pull request #89414 from bruvzg/update_icu_msdfgen | Rémi Verschelde | 2024-03-13 | 7 | -4/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update ICU and msdfgen. | ||||
| * | | | | | Update ICU and msdfgen. | bruvzg | 2024-03-13 | 7 | -4/+19 |
| | | | | | | |||||
* | | | | | | Merge pull request #89207 from bruvzg/_ts_req | Rémi Verschelde | 2024-03-13 | 1 | -7/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, update extension docs. | ||||
| * | | | | | | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, ↵ | bruvzg | 2024-03-13 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | update extension docs. | ||||
* | | | | | | | Merge pull request #83037 from dalexeev/gds-fix-warning-ignore-issues | Rémi Verschelde | 2024-03-13 | 24 | -204/+597 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix `@warning_ignore` annotation issues | ||||
| * | | | | | | | GDScript: Fix `@warning_ignore` annotation issues | Danil Alexeev | 2024-03-12 | 24 | -204/+597 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #64488 from reduz/interactive-music-take3 | Rémi Verschelde | 2024-03-13 | 18 | -0/+3299 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add interactive music support | ||||
| * | | | | | | Add interactive music support | Juan Linietsky | 2024-03-12 | 18 | -0/+3299 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds 3 types of audio streams used for interactive music support. * AudioStreamInteractive: Allows setting several sub-streams and transition between them with many options. * AudioStreamPlaylist: Allows sequential or shuffled playback of a list of streams. * AudioStreamSynchronized: Allows synchronous playback of several streams, the volume of each can be controlled. Theese three stream types can be combined to create complex, layered interactive music and transitions between them, similar to software such as WWise. | ||||
* | | | | | | Merge pull request #88827 from adamscott/add-browse-folder-icon | Rémi Verschelde | 2024-03-12 | 2 | -1/+14 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | Add browse folder and browse file icons | ||||
| * | | | | | Add browse folder and browse file icons | Adam Scott | 2024-03-12 | 2 | -1/+14 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 4 | -12/+75 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | [RTL] Use "visible characters" property for inline object visibility | ||||
| * | | | | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 4 | -12/+75 |
| | | | | | |||||
* | | | | | Merge pull request #89393 from Repiteo/retire-subprocess_main | Rémi Verschelde | 2024-03-11 | 2 | -20/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | SCons: Remove `run_in_subprocess` & `subprocess_main` dependencies | ||||
| * | | | | | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 2 | -20/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #89383 from bruvzg/font_no_bitmaps | Rémi Verschelde | 2024-03-11 | 4 | -6/+58 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | [Font] Add option to disable embedded bitmaps loading. | ||||
| * | | | | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 4 | -6/+58 |
| |/ / / | |||||
* | | | | Merge pull request #89381 from aaronfranke/disable-3d | Rémi Verschelde | 2024-03-11 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | Disable all 3D nodes, physics, and resources when compiling without 3D | ||||
| * | | | | Disable all 3D nodes, physics, and resources when compiling without 3D | Aaron Franke | 2024-03-11 | 1 | -2/+3 |
| |/ / / | |||||
* / / / | pcre2: Update to 10.43 | Jakub Marcowski | 2024-03-11 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #89361 from Repiteo/scons/with-statement | Rémi Verschelde | 2024-03-10 | 4 | -115/+112 |
|\ \ \ | | | | | | | | | | | | | SCons: Ensure `with` statement where applicable | ||||
| * | | | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 4 | -115/+112 |
| |/ / | |||||
* / / | gltf export: Remove snapping and fix validation | Lyuma | 2024-03-10 | 5 | -55/+109 |
|/ / | | | | | | | | | | | | | Round min/max correctly in accessors Include correct target in vertex and indices bufferViews Avoid use of Math::snapped Normalize vertex weights. | ||||
* | | Merge pull request #89333 from Repiteo/enforce-eol-python | Rémi Verschelde | 2024-03-09 | 6 | -12/+14 |
|\ \ | | | | | | | | | | Enforce `\n` eol for Python writes | ||||
| * | | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 6 | -12/+14 |
| | | | | | | | | | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | | | C#: Fix warnings | Paul Joannon | 2024-03-09 | 2 | -0/+21 |
|/ / | | | | | | | | | - Fix most CS0108 in generated glue - Suppress CA1001 on `Variant` | ||||
* | | Merge pull request #89284 from mihe/lsp-multiple-messages | Rémi Verschelde | 2024-03-09 | 4 | -13/+25 |
|\ \ | | | | | | | | | | Allow LSP to process multiple messages per poll | ||||
| * | | Allow LSP to process multiple messages per poll | Mikael Hermansson | 2024-03-08 | 4 | -13/+25 |
| |/ | |||||
* | | Editor Help: Add syntax highlighting for code blocks | Danil Alexeev | 2024-03-09 | 2 | -11/+25 |
| | |