Age | Commit message (Expand) | Author |
2020-11-23 | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-07-06 | Fix Directory Open Check | Nathan Franke |
2020-05-28 | fix(Directory): remove erasing print | Nathan Franke |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-01 | Fix res:// trimmed to s:// on Windows | Pedro J. Estébanez |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-03-10 | Capitalise drive letters | Twarit |
2019-03-03 | Fix style issues from recent commits | Rémi Verschelde |
2019-03-02 | Remove some windows prints | Juan Linietsky |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-26 | Fix compilation on UWP | Hein-Pieter van Braam |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-02-24 | Fix Windows file case changing | Hein-Pieter van Braam |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-10-13 | Fixed issue #12019, which prevented the creation of new folders on Windows pl... | Falk Moser |
2017-09-25 | Extract logging logic | Ruslan Mustakov |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques |
2016-09-03 | Fix drivers coding for WinRT | George Marques |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky |
2016-06-18 | Fix make_dir for long paths on Windows | George Marques |
2016-06-18 | -made get_space_left() return values more homogenous, also for script, conver... | Juan Linietsky |
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky |
2016-06-06 | Somewhat fixed Directory::get_space_left() return values. | J08nY |
2016-03-01 | Added relative paths for DirAccess::remove() | Zher Huei Lee |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-05-09 | -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. | Juan Linietsky |
2015-05-04 | Merge remote-tracking branch 'origin/master' | Juan Linietsky |
2015-05-04 | small unicode fixes | Juan Linietsky |
2015-04-18 | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-03-22 | Merge pull request #1512 from the-mech/master | Juan Linietsky |
2015-03-21 | New option to show/hide hidden files | rollenrolm |
2015-03-14 | [Fix] make_dir_recursive on Windows | Roman Nekrassow |
2014-12-15 | Small batch of fixes | Juan Linietsky |
2014-10-14 | Fixes | Juan Linietsky |
2014-09-19 | Fix file_exists | sanikoyes |