Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TextServer] Fix get_word_breaks and it uses. | bruvzg | 2024-06-21 | 1 | -1/+7 |
| | |||||
* | TTS_Linux: Fix size_t template issue on OpenBSD by using int consistently | thfrwn | 2023-10-27 | 1 | -5/+5 |
| | |||||
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -5/+5 |
| | |||||
* | [Linux/TTS] Cache TTS voice list. | bruvzg | 2023-06-02 | 1 | -24/+33 |
| | |||||
* | [Linux/BSD] Add dynamically loaded library version checks. | bruvzg | 2023-03-20 | 1 | -0/+5 |
| | |||||
* | [Linux TTS] Use Callable instead of registering methods. | bruvzg | 2023-02-22 | 1 | -7/+2 |
| | |||||
* | [Linux] Process TTS callback on the main thread to avoid speech-dispatcher ↵ | bruvzg | 2023-02-21 | 1 | -61/+74 |
| | | | | deadlock. | ||||
* | [Linux] Make SO wrapper usage optional. | bruvzg | 2023-02-16 | 1 | -3/+7 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -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 words | Haoyu Qiu | 2022-12-16 | 1 | -6/+5 |
| | | | | | | | | | - 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> | ||||
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and ↵ | bruvzg | 2022-04-28 | 1 | -0/+261 |
Windows. Implement TextServer word break method. |