index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
file_access.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix FileSystem dock won't show any file folders"
Rémi Verschelde
2024-06-11
1
-3
/
+5
*
Fix FileSystem dock won't show any file folders
Hilderin
2024-06-10
1
-5
/
+3
*
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
1
-0
/
+1
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-1
/
+6
*
Explicitly initialize all of `FileAccess::create_func[ACCESS_MAX]`
scgm0
2024-01-31
1
-1
/
+1
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
1
-4
/
+70
*
Improve error reporting when parsing CSV translation file
andybarcia
2023-06-19
1
-0
/
+5
*
Expose brotli decompression to the scripting API.
bruvzg
2023-03-29
1
-0
/
+1
*
Fix FileAccess last open error flag update
bitsawer
2023-02-21
1
-4
/
+3
*
Restore FileAccess.close method.
bruvzg
2023-02-16
1
-0
/
+2
*
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-6
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-2
/
+5
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-1
/
+1
*
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-2
/
+204
*
Add FileAccess::get_access_type()
Pedro J. Estébanez
2022-08-24
1
-0
/
+4
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-2
/
+2
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-4
/
+1
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-34
/
+24
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Tests: Improve coverage for `File::get_csv_line()`
Rémi Verschelde
2021-08-04
1
-18
/
+19
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-0
/
+676