| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -1/+1 |
|\ |
|
| * | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 4 | -8/+8 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 4 | -0/+8 |
* | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -1/+1 |
|/ |
|
* | Use a heap to store traversable polygons for pathfinding | Ershn | 2024-09-01 | 1 | -0/+160 |
* | Fix NavigationServer3D.get_closest_point_to_segment() with use_collision | Per Melin | 2024-06-07 | 1 | -1/+5 |
* | Merge pull request #81639 from MJacred/is_letter | Rémi Verschelde | 2024-05-03 | 1 | -0/+91 |
|\ |
|
| * | Add is_valid_letter() to TextServer | MJacred | 2024-05-02 | 1 | -0/+91 |
* | | Tests: Disable NavigationServer3D async bake test with race condition | Rémi Verschelde | 2024-04-17 | 1 | -0/+3 |
* | | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging | Pawel Lampe | 2024-03-07 | 1 | -2/+45 |
|/ |
|
* | Move 3D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 |
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+18 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Fix memory leak in 'NavigationServer3D' involving static obstacles | Pawel Lampe | 2023-11-17 | 1 | -0/+99 |
* | Fix various typos with codespell | Rémi Verschelde | 2023-09-12 | 1 | -1/+1 |
* | Codestyle: Don't use auto where not warranted | Rémi Verschelde | 2023-09-07 | 1 | -2/+2 |
* | Update and properly list versions of the built-in fonts. | bruvzg | 2023-09-05 | 1 | -3/+3 |
* | Suppress expected errors in navi-related unit tests, #80616 | Pawel Lampe | 2023-08-22 | 1 | -0/+8 |
* | [TextServer] Fix issues with character breaks, add more tests. | bruvzg | 2023-08-19 | 1 | -0/+80 |
* | [TextServer] Fix system font fallback and caret/selection behavior for compos... | bruvzg | 2023-08-15 | 1 | -0/+48 |
* | Fix GCC -Wmaybe-uninitialized warnings | Rémi Verschelde | 2023-08-14 | 1 | -0/+2 |
* | Remove use of `std::string` in test | Ninni Pipping | 2023-08-09 | 1 | -2/+1 |
* | Support shader preprocessor concatenation symbol | Johan Aires Rastén | 2023-08-08 | 1 | -0/+334 |
* | Add advanced 'NavigationServer3D' tests | Pawel Lampe | 2023-07-17 | 1 | -0/+281 |
* | Add more basic 'NavigationServer3D' tests | Pawel Lampe | 2023-06-21 | 1 | -7/+193 |
* | Add `agent` and `map` tests for 'NavigationServer3D' | Pawel Lampe | 2023-06-20 | 1 | -0/+103 |
* | Add initial navigation tests | Pawel Lampe | 2023-02-13 | 2 | -0/+94 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix String::word_wrap() for long words | Haoyu Qiu | 2022-12-16 | 1 | -16/+32 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -0/+2 |
* | [Text Server] Prevent composite glyphs which incorporate kashida from being u... | bruvzg | 2022-08-05 | 1 | -78/+120 |
* | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | 2022-08-02 | 1 | -1/+22 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -3/+4 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+43 |
* | Remove unused legacy tests | Rémi Verschelde | 2022-04-07 | 8 | -1544/+0 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -23/+43 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -27/+3 |
* | Unify variable and array declarations in shaders | Yuri Roubinsky | 2022-01-18 | 1 | -3/+0 |
* | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -0/+206 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 9 | -18/+18 |
* | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky | 2021-12-21 | 1 | -2/+2 |
* | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky | 2021-12-08 | 1 | -1/+6 |
* | Allow using empty statements in the shader, added formatting warning | Yuri Roubinsky | 2021-12-01 | 1 | -0/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 2 | -6/+6 |
* | Move and organize tests into subfolders | Aaron Franke | 2021-11-07 | 9 | -0/+1860 |