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.h
Age
Commit message (
Expand
)
Author
2023-05-12
Support long path in file access on windows
Samuele Panzeri
2023-02-16
Restore FileAccess.close method.
bruvzg
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-27
Make some File/Dir methods private
kobewi
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-04-12
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-23
Fix crash when exporting projects with shared libraries
Haoyu Qiu
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde