bruvzg
|
a4b17e7852
[FileAccess] Return error codes from `store_*` methods.
|
2 years ago |
Thaddeus Crews
|
030cc69771
Merge pull request #96399 from andyprice/fileperms
|
8 months ago |
Valentin Cocaud
|
c09731c413
Warn on filesystem case mismatch
|
6 years ago |
Hilderin
|
21f7c8a25f
Fix slow editor load on large projects (v2)
|
11 months ago |
Andrew Price
|
f49c9d7cd1
unix: Don't create world-writable files when safe save is enabled
|
11 months ago |
BlueCube3310
|
205a10e0ae
Reduce code duplication in FileAccess
|
1 year ago |
Joel Croteau
|
f44d6a235f
Fix reload of GDExtension libraries in framework package on macos
|
11 months ago |
bruvzg
|
88b3e68f93
[FileAccess] Implement `resize` method.
|
1 year ago |
Omar Polo
|
32877ae994
fix FileAccessUnix on OpenBSD: there is no UF_HIDDEN
|
1 year ago |
BlueCube3310
|
6ed1731746
Use platform-specific methods for FileAccess reading and writing
|
1 year ago |
Rémi Verschelde
|
814ab59c37
Windows: Remove `MSVC` define redundant with `_MSC_VER`
|
1 year ago |
A Thousand Ships
|
3565d1bf7e
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
bruvzg
|
8aa6f29b56
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows.
|
2 years ago |
Adam Scott
|
b6faccccd5
Fix file permissions for the web platform
|
2 years ago |
bruvzg
|
131e49bf13
[Unix] Fix temporary file permissions.
|
2 years ago |
Ninni Pipping
|
71ee65dc57
Enable shadow warnings and fix raised errors
|
2 years ago |
bruvzg
|
ca58a5d56f
Fix Unix temp file creations when using is_backup_save_enabled.
|
2 years ago |
Yuri Sizov
|
ea31842b72
Merge pull request #73156 from gw2cc/safe_save
|
2 years ago |
ACB
|
345f5757e5
Create a safe temporary file with is_backup_save_enabled
|
2 years ago |
bruvzg
|
bc95b0b171
Restore FileAccess.close method.
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
5b6ccf2fd2
Merge pull request #66720 from qarmin/unintialized_memory
|
2 years ago |
Rémi Verschelde
|
f501e4f665
Unix: Remove now unnecessary I/O defines, cleanup
|
2 years ago |
Rafał Mikrut
|
2233624152
Remove usage of unitialized variables
|
2 years ago |
kobewi
|
9f2dc68279
Replace File/Directory with FileAccess/DirAccess
|
2 years ago |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
Fredia Huya-Kouadio
|
f9c19298ce
Add full support for Android scoped storage.
|
4 years ago |
bruvzg
|
d2ebac3a30
Remove or make private `FileAccess` `close()` methods.
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |