summaryrefslogtreecommitdiffstats
path: root/platform/windows/tts_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-4/+6
|\
| * [Windows] Fix TTS events arriving out of order.bruvzg2024-11-221-4/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-2/+2
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-6/+6
* Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-1/+0
|\
| * [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-1/+0
* | Merge pull request #75880 from bruvzg/win_tts_queue_fixRémi Verschelde2023-04-181-1/+1
|\ \
| * | [Windows TTS] Fix queuing utterances in rapid succession.bruvzg2023-04-101-1/+1
| |/
* / Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde2023-04-111-10/+12
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+269