2
0
Fork 0
godot/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 +07:00
..
config Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +07:00
crypto Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +07:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
error Errors: Fallback to `fprintf` if `OS` singleton doesn't exist 2022-06-30 16:00:30 +07:00
extension Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
input Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
io File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:35 +07:00
math Make `spherical_cubic_interpolate()` more stable 2022-07-29 17:39:22 +07:00
object Remove Signal connect binds 2022-07-29 16:26:13 +07:00
os HTML5: Add support for `Input.vibrate_handheld()` 2022-07-27 22:54:41 +07:00
string File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:35 +07:00
templates Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +07:00
variant Merge pull request #63595 from reduz/remove-signal-connect-binds 2022-07-29 18:10:39 +07:00
SCsub [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +07:00
core_bind.cpp File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:35 +07:00
core_bind.h File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:35 +07:00
core_builders.py
core_constants.cpp [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +07:00
core_constants.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +07:00
core_string_names.cpp
core_string_names.h
doc_data.cpp Fix missing method qualifiers in script doc 2022-07-24 23:00:19 +07:00
doc_data.h Merge pull request #62713 from YuriSizov/docs-scripting-annotations 2022-07-06 15:31:19 +07:00
register_core_types.cpp [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +07:00
register_core_types.h
typedefs.h
version.h