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
/
os
/
dir_access.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-418
/
+0
*
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-22
1
-5
/
+7
*
Add descriptive error message when trying to access a dir fails
Carlos Cabello
2021-02-25
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
-1
/
+1
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-12
/
+17
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-38
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-7
/
+14
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
1
-0
/
+5
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-12
/
+9
*
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
Rémi Verschelde
2019-07-25
1
-8
/
+0
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-4
/
+0
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-4
/
+0
*
|
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
-1
/
+1
|
/
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-3
/
+3
*
22478: Can't duplicate folder with another folder inside
Dualtagh Murray
2018-10-02
1
-1
/
+5
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+5
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-6
/
+0
*
Improved error checking at EditorExportPlatformPC::export_project
Marcelo Fernandez
2018-03-06
1
-3
/
+4
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
found via cppcheck:
firefly2442
2018-01-03
1
-3
/
+3
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix Windows-to-Linux export error
Pedro J. Estébanez
2017-12-06
1
-0
/
+3
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+97
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-2
/
+2
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Fix x11 exported executables not getting the +x flag
Marcelo Fernandez
2017-09-17
1
-1
/
+6
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-4
/
+4
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-83
/
+68
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-3
/
+3
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872
Juan Linietsky
2016-06-18
1
-100
/
+34
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-11
/
+11
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
more fixes
Juan Linietsky
2015-05-19
1
-0
/
+11
[next]