| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -198/+0 |
* | Merge pull request #48889 from Calinou/file-rename-endian-swap | Rémi Verschelde | 2021-06-03 | 1 | -6/+6 |
|\ |
|
| * | Rename File's `endian_swap` to `big_endian` | Hugo Locurcio | 2021-05-20 | 1 | -6/+6 |
* | | Rename File::get_len() get_length() | Marcel Admiraal | 2021-05-25 | 1 | -1/+1 |
|/ |
|
* | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -6/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -1/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -1/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -5/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -4/+7 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -1/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
* | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde | 2020-03-25 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky | 2019-04-07 | 1 | -2/+5 |
* | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -1/+2 |
* | Add function to get String from FileAccess | George Marques | 2019-03-03 | 1 | -0/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Add store_csv_line method for File | Kanabenki | 2018-11-16 | 1 | -1/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+5 |
* | Revert "added get_creation_time function for gdscript" | Juan Linietsky | 2018-08-10 | 1 | -2/+0 |
* | added get_creation_time function for gdscript | Daniele Giuliani | 2018-05-16 | 1 | -0/+2 |
* | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez | 2018-03-13 | 1 | -0/+3 |
* | 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 |
* | Reimport now checks source path changes and imported files and their md5, fix... | Juan Linietsky | 2017-12-27 | 1 | -0/+1 |
* | Fix Windows-to-Linux export error | Pedro J. Estébanez | 2017-12-06 | 1 | -1/+1 |
* | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 1 | -0/+1 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
* | Fix MSVC compilation errors | Konstantin Zaitsev | 2017-09-19 | 1 | -1/+1 |
* | Fix x11 exported executables not getting the +x flag | Marcelo Fernandez | 2017-09-17 | 1 | -0/+2 |
* | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | 2017-09-13 | 1 | -1/+1 |
* | Changed the doc class generation to individual files per class. It is also po... | Juan Linietsky | 2017-09-12 | 1 | -0/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -1/+1 |
* | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 1 | -0/+1 |
* | 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 | -58/+53 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 1 | -0/+1 |
* | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -1/+7 |
* | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -22/+22 |
* | File: Added delimiter to get_csv_line | tmt | 2016-01-28 | 1 | -1/+1 |
* | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky | 2016-01-10 | 1 | -0/+1 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
* | -fix bug in cache for atlas import/export | Juan Linietsky | 2014-03-13 | 1 | -0/+3 |
* | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+175 |