godot/misc/scripts
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
..
black_format.sh improve OS.get_name classref, misc/scripts fixes, remove trailing quote 2022-04-22 17:13:08 -05:00
check_ci_log.py Stop CI when Godot crash 2022-06-15 23:02:14 +02:00
clang_format.sh Fix the logic to restart the Godot application 2022-05-23 13:15:48 -07:00
clang_tidy.sh improve OS.get_name classref, misc/scripts fixes, remove trailing quote 2022-04-22 17:13:08 -05:00
codespell.sh Make enum/constant binds 64-bit. 2022-06-17 16:36:26 +03:00
compare_extension_api.py
copyright_headers.py
file_format.sh File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:35 +02:00
header_guards.sh Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
install_vulkan_sdk_macos.sh CI: Link MoltenVK statically on macOS 2022-07-29 14:32:57 +02:00
make_icons.sh
make_tarball.sh