| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master | Rémi Verschelde | 2021-10-05 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon | 2021-09-23 | 1 | -0/+1 |
| * | | Merge pull request #43068 from cooperra/rename-fix | Rémi Verschelde | 2021-10-02 | 1 | -0/+5 |
| |\ \
| |/
|/| |
|
| | * | Fix file panel renaming unable to change the case of dirs on Windows | Robbie Cooper | 2020-10-25 | 1 | -0/+5 |
| * | | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 1 | -5/+5 |
| * | | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio | 2021-06-03 | 1 | -1/+1 |
| * | | Change behavior of String.right | Tomasz Chabora | 2021-05-20 | 1 | -1/+1 |
| * | | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -2/+3 |
| * | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut | 2020-11-23 | 1 | -2/+0 |
| * | | 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 | -68/+64 |
| * | Fix Directory Open Check | Nathan Franke | 2020-07-06 | 1 | -1/+5 |
| * | fix(Directory): remove erasing print | Nathan Franke | 2020-05-28 | 1 | -4/+0 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+4 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -25/+0 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
| * | Fix res:// trimmed to s:// on Windows | Pedro J. Estébanez | 2020-04-01 | 1 | -1/+7 |
| * | Improve UX of drive letters | Pedro J. Estébanez | 2020-03-03 | 1 | -2/+6 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Capitalise drive letters | Twarit | 2019-03-10 | 1 | -1/+1 |
| * | Fix style issues from recent commits | Rémi Verschelde | 2019-03-03 | 1 | -1/+0 |
| * | Remove some windows prints | Juan Linietsky | 2019-03-02 | 1 | -2/+2 |
| * | Fix code style issues | Rémi Verschelde | 2019-01-26 | 1 | -17/+17 |
| * | Fix compilation on UWP | Hein-Pieter van Braam | 2019-01-26 | 1 | -3/+3 |
| * | Add function to obtain filesystem type from DirAccess. | Juan Linietsky | 2019-01-21 | 1 | -0/+29 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
| * | Fix Windows file case changing | Hein-Pieter van Braam | 2018-02-24 | 1 | -5/+22 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Fixed issue #12019, which prevented the creation of new folders on Windows pl... | Falk Moser | 2017-10-13 | 1 | -1/+1 |
| * | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 1 | -1/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -88/+72 |
| * | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 1 | -2/+2 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 1 | -1/+1 |
| * | Fix drivers coding for WinRT | George Marques | 2016-09-03 | 1 | -25/+0 |
| * | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -10/+10 |
| * | Fix make_dir for long paths on Windows | George Marques | 2016-06-18 | 1 | -1/+1 |
| * | -made get_space_left() return values more homogenous, also for script, conver... | Juan Linietsky | 2016-06-18 | 1 | -1/+2 |
| * | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 1 | -8/+7 |
| * | Somewhat fixed Directory::get_space_left() return values. | J08nY | 2016-06-06 | 1 | -6/+10 |
| * | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-01 | 1 | -2/+5 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. | Juan Linietsky | 2015-05-09 | 1 | -17/+19 |
| * | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-05-04 | 1 | -160/+65 |
| |\ |
|