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
/
drivers
/
unix
/
file_access_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+1
|
\
|
*
Merge pull request #96399 from andyprice/fileperms
Thaddeus Crews
2024-11-21
1
-1
/
+1
|
|
\
|
|
*
unix: Don't create world-writable files when safe save is enabled
Andrew Price
2024-09-06
1
-1
/
+1
*
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-0
/
+41
|
\
|
|
|
*
|
Warn on filesystem case mismatch
Valentin Cocaud
2024-11-08
1
-0
/
+41
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
/
Fix slow editor load on large projects (v2)
Hilderin
2024-09-25
1
-1
/
+0
|
/
*
Reduce code duplication in FileAccess
BlueCube3310
2024-09-01
1
-91
/
+2
*
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-08-08
1
-1
/
+1
*
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
1
-0
/
+17
*
fix FileAccessUnix on OpenBSD: there is no UF_HIDDEN
Omar Polo
2024-03-01
1
-2
/
+2
*
Use platform-specific methods for FileAccess reading and writing
BlueCube3310
2023-10-29
1
-0
/
+75
*
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Rémi Verschelde
2023-09-26
1
-17
/
+0
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-10
/
+10
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
1
-3
/
+71
*
Fix file permissions for the web platform
Adam Scott
2023-07-25
1
-4
/
+1
*
[Unix] Fix temporary file permissions.
bruvzg
2023-06-16
1
-0
/
+4
*
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-6
/
+6
*
Fix Unix temp file creations when using is_backup_save_enabled.
bruvzg
2023-03-18
1
-5
/
+17
*
Merge pull request #73156 from gw2cc/safe_save
Yuri Sizov
2023-03-16
1
-1
/
+6
|
\
|
*
Create a safe temporary file with is_backup_save_enabled
ACB
2023-03-15
1
-1
/
+6
*
|
Restore FileAccess.close method.
bruvzg
2023-02-16
1
-0
/
+4
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #66720 from qarmin/unintialized_memory
Rémi Verschelde
2022-10-05
1
-4
/
+4
|
\
|
*
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
1
-4
/
+4
*
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-19
/
+4
*
|
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-1
/
+1
|
/
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-4
/
+0
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
1
-6
/
+3
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-4
/
+5
*
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
-1
/
+1
*
Only print message for `get_modified_time()` failure when in verbose mode
Hugo Locurcio
2021-12-01
1
-1
/
+2
*
Implement Resource UIDs
reduz
2021-07-24
1
-1
/
+1
*
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-15
/
+15
*
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-16
1
-1
/
+1
*
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-03-09
1
-0
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-23
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
[next]