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
/
core
/
io
/
dir_access.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-2
/
+2
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-2
/
+2
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-8
/
+8
|
\
|
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-8
/
+8
*
|
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
|
/
*
Merge pull request #90069 from KoBeWi/file_suicide_prevention_measures
Rémi Verschelde
2024-06-21
1
-0
/
+2
|
\
|
*
Don't allow copying file into its own path
kobewi
2024-03-31
1
-0
/
+2
*
|
Add symlink API support for Windows, expose symlink methods.
bruvzg
2024-04-28
1
-0
/
+4
*
|
[Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...
bruvzg
2024-04-12
1
-1
/
+1
|
/
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-7
/
+7
*
Add method to check if filesystem is case sensitive.
bruvzg
2023-10-09
1
-0
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix exporting big templates
Rafał Mikrut
2022-10-19
1
-1
/
+1
*
Fix crash when listing files in nonexistent directory
Jummit
2022-09-22
1
-0
/
+2
*
Introduce more static methods to directory API
kobewi
2022-09-20
1
-3
/
+66
*
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-0
/
+97
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-7
/
+7
*
Address slow copy performance when using the `FileAccessFilesystemJAndroid` i...
Fredia Huya-Kouadio
2022-07-21
1
-2
/
+15
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-0
/
+4
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-20
/
+22
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-38
/
+18
*
Merge pull request #58772 from keptsecret/fix_filedialog_user_data_access
Rémi Verschelde
2022-03-12
1
-0
/
+8
|
\
|
*
fixed unable to change directory in user access mode
keptsecret
2022-03-09
1
-0
/
+8
*
|
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-4
/
+2
|
/
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-2
/
+6
*
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
-4
/
+4
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-9
/
+8
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-0
/
+418