summaryrefslogtreecommitdiffstats
path: root/tests/servers
Commit message (Expand)AuthorAgeFilesLines
* [Text Server] Prevent composite glyphs which incorporate kashida from being u...bruvzg2022-08-051-78/+120
* [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
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+43
* Remove unused legacy testsRémi Verschelde2022-04-078-1544/+0
* 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
* Unify variable and array declarations in shadersYuri Roubinsky2022-01-181-3/+0
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+206
* Update copyright statements to 2022Rémi Verschelde2022-01-039-18/+18
* 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