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
/
dir_access_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Linux/BSD] Fix cross-device rename.
bruvzg
2024-10-02
1
-1
/
+11
*
[FileSystem Dock] Add symlink indicator and tooltip.
bruvzg
2024-09-06
1
-0
/
+15
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
[Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...
bruvzg
2024-04-12
1
-2
/
+2
*
[Linux] Implement DirAccess.is_case_sensitive for EXT4 and F2FS.
bruvzg
2023-10-13
1
-0
/
+23
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-3
/
+3
*
Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checks
Rémi Verschelde
2023-01-16
1
-2
/
+2
*
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
-6
/
+6
|
\
|
*
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
1
-6
/
+6
*
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-10
/
+2
|
/
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-14
/
+14
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-2
/
+2
*
Add Desktop to file dialog drive on Unix
Shlomi
2022-07-05
1
-4
/
+13
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-4
/
+0
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-6
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add / to the unix shortcut drive list
Haoyu Qiu
2021-12-15
1
-0
/
+16
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-13
/
+13
*
Fix `Directory::get_space_left()` result on macOS and Linux.
bruvzg
2021-05-31
1
-1
/
+1
*
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-22
1
-0
/
+47
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
*
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-30
1
-5
/
+7
*
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
bruvzg
2021-03-23
1
-0
/
+22
*
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-1
/
+1
*
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
-2
/
+2
*
Hides special folders in FileDialog for macOS
Haoyu Qiu
2020-09-28
1
-1
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+32
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-24
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-7
/
+7
*
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
1
-1
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Optimize DirAccessUnix::get_next() for some file systems
Hadrien
2019-07-29
1
-18
/
+13
*
Revert "Optimize DirAccessUnix::get_next() for some file systems"
Geequlim
2019-07-21
1
-14
/
+10
*
Optimize DirAccessUnix::get_next() for some file systems
Hadrien
2019-07-17
1
-10
/
+14
*
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
|
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+1
|
/
*
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
1
-0
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Attempt to avoid breaking people's workflows on the change from 8ba0d513fa006...
Juan Linietsky
2018-11-27
1
-1
/
+1
*
Added missing path verification on Unix, closes #20762
Juan Linietsky
2018-11-22
1
-0
/
+11
*
Safer getcwd in DirAccess
Fabio Alessandrelli
2018-10-07
1
-3
/
+3
*
Fix warnings in Android platform
Rémi Verschelde
2018-10-03
1
-1
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
[next]