summaryrefslogtreecommitdiffstats
path: root/tests/servers
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
| | | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
* | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Use a heap to store traversable polygons for pathfindingErshn2024-09-011-0/+160
|
* Fix NavigationServer3D.get_closest_point_to_segment() with use_collisionPer Melin2024-06-071-1/+5
|
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+91
|\ | | | | | | Add `is_valid_letter()` to `TextServer`
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+91
| |
* | Tests: Disable NavigationServer3D async bake test with race conditionRémi Verschelde2024-04-171-0/+3
| |
* | Extend `NavigationMeshSourceGeometryData[23]D` to allow data mergingPawel Lampe2024-03-071-2/+45
|/
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
|
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+18
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Fix memory leak in 'NavigationServer3D' involving static obstaclesPawel Lampe2023-11-171-0/+99
|
* Fix various typos with codespellRémi Verschelde2023-09-121-1/+1
| | | | Using 2.2.6.dev180+ge3a2cfbd.
* Codestyle: Don't use auto where not warrantedRémi Verschelde2023-09-071-2/+2
| | | | | | | | We allow using auto for lambdas or complex macros where a return type may change based on the parameters. But where the type is clear, we should be explicit. Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* Update and properly list versions of the built-in fonts.bruvzg2023-09-051-3/+3
|
* Suppress expected errors in navi-related unit tests, #80616Pawel Lampe2023-08-221-0/+8
|
* [TextServer] Fix issues with character breaks, add more tests.bruvzg2023-08-191-0/+80
|
* [TextServer] Fix system font fallback and caret/selection behavior for ↵bruvzg2023-08-151-0/+48
| | | | composite characters.
* Fix GCC -Wmaybe-uninitialized warningsRémi Verschelde2023-08-141-0/+2
|
* Remove use of `std::string` in testNinni Pipping2023-08-091-2/+1
| | | | Avoiding using the standard library here
* Support shader preprocessor concatenation symbolJohan Aires Rastén2023-08-081-0/+334
|
* Add advanced 'NavigationServer3D' testsPawel Lampe2023-07-171-0/+281
|
* Add more basic 'NavigationServer3D' testsPawel Lampe2023-06-211-7/+193
|
* Add `agent` and `map` tests for 'NavigationServer3D'Pawel Lampe2023-06-201-0/+103
| | | | This commits fixes a bug in `free()` function as well.
* Add initial navigation testsPawel Lampe2023-02-132-0/+94
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-16/+32
| | | | | | | | | - Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+2
| | | | | | | Add support for font weight and stretch selection when using system fonts. Add function to get system fallback font from a font name, style, text, and language code. Implement system font support for Android. Use system fonts as a last resort fallback.
* [Text Server] Prevent composite glyphs which incorporate kashida from being ↵bruvzg2022-08-051-78/+120
| | | | used for justification. Update TextServer tests to clean up on fail.
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-1/+22
|
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+4
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and ↵bruvzg2022-04-281-0/+43
| | | | | | Windows. Implement TextServer word break method.
* Remove unused legacy testsRémi Verschelde2022-04-078-1544/+0
| | | | | | | | They haven't been updated for years and still use the old MainLoop basic framework instead of the new doctest one. They're of dubious quality and best redone from scratch using the new framework.
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-23/+43
|
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-27/+3
| | | | | Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.
* Unify variable and array declarations in shadersYuri Roubinsky2022-01-181-3/+0
|
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵bruvzg2022-01-131-0/+206
| | | | | | | | | | | | interaction between these modes. Fix "Fill" alignment processing wrong side of the text if overrun trim was applied. Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations. Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character). Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator. Port missing overrun/justification code to the Fallback text server. Fix inferred text direction detection by controls. Add tests for "Fill" alignment and line breaking glyph flags.
* Update copyright statements to 2022Rémi Verschelde2022-01-039-18/+18
| | | | Happy new year to the wonderful Godot community!
* Refactor render_mode in shaders, forbid declaring duplicatesYuri Roubinsky2021-12-211-2/+2
|
* Make `compile` shader function to use struct instead long parameter listYuri Roubinsky2021-12-081-1/+6
|
* Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+2
|
* Use "enum class" for input enumsAaron Franke2021-11-122-6/+6
|
* Move and organize tests into subfoldersAaron Franke2021-11-079-0/+1860