Age | Commit message (Collapse) | Author |
|
|
|
menu for editor.
|
|
The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources
|
|
The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached.
This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement `keep_screen_on` for Windows
|
|
|
|
|
|
|
|
|
|
Add override keywords to FileAccess and DirAccess derived classes
|
|
|
|
|
|
Variant memory pools
|
|
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.
|
|
up editor includes
|
|
|
|
|
|
Improve some export error messages.
|
|
|
|
|
|
|
|
|
|
Remove Signal connect binds
|
|
|
|
|
|
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
|
|
|
library version (2.12.6, Ubuntu 18.04 LTS).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
m4gr3d/fix_remaining_scoped_storage_regressions_main
Address remaining scoped storage regressions
|
|
- Accelerate common path used to check the storage scope for a given path
- Update the logic for the `get_as_text()` method - previous logic loads the content of a text file one byte at a time
|
|
|
|
|
|
|
|
|