godot/tests/core
Rémi Verschelde 1418f97c70 File: Re-add support to skip CR (\r) in File::get_as_text
This was removed in #63481, and we confirmed that it's better like this,
but we add back the possibility to strip CR as an option, to optionally
restore the previous behavior.

For performance this is done directly in `String::parse_utf8`.

Also fixes Android `FileAccess::get_line()` as this one _should_ strip CR.

Supersedes #63717.
2022-08-01 00:40:35 +02:00
..
io File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00
math Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
object [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
os Add a test suite for OS 2022-07-29 01:55:43 +02:00
string File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00
templates Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
threads Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
variant Merge pull request #56337 from cdemirer/fix-array-dictionary-id 2022-01-23 00:46:53 +01:00
test_crypto.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_hashing_context.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_time.h Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00