index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
file_access.cpp
Age
Commit message (
Expand
)
Author
2023-01-19
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-09-29
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-19
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-08-24
Add FileAccess::get_access_type()
Pedro J. Estébanez
2022-08-01
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-07-07
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-08-04
Tests: Improve coverage for `File::get_csv_line()`
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde