Age | Commit message (Expand) | Author |
2023-02-16 | Restore FileAccess.close method. | bruvzg |
2023-01-11 | Prevent opening Windows console files | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi |
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-01 | Only print message for `get_modified_time()` failure when in verbose mode | Hugo Locurcio |
2021-09-23 | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon |
2021-08-10 | FileAccessWindows: Add missing share.h include | Rémi Verschelde |
2021-08-09 | FileAccessWindows: Cosmetic improvements | Max Hilbrunner |
2021-08-09 | Fix Windows platform file access | Max Hilbrunner |
2021-07-24 | Implement Resource UIDs | reduz |
2021-06-07 | FileAccess: Don't err in `store_buffer` with buffer of size 0 | Rémi Verschelde |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-03-16 | Allow nullptr with zero length in FileAccess get_buffer | Alex Hirsch |
2021-03-09 | Add parameter checkes to FileAccess get_buffer functions | Alex Hirsch |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
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-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-10 | Handle missing file properly when checking for case mismatch | PouleyKetchoupp |
2019-08-21 | FileAccessWindows: Add errno include for MinGW | Rémi Verschelde |
2019-08-21 | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp |
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde |
2019-06-03 | Fix errors when attempting to set UNIX permissions when unavailable | Hugo Locurcio |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
2019-04-05 | Fix File opened with READ_WRITE on Windows | Chaosus |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-05-03 | Fix delay in rename_error windows save loop, should be 100msec, not 1sec | Robin Hübner |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-18 | Fix case mismatch check on Windows | Rémi Verschelde |
2018-04-18 | Test and warn of case mismatch on Windows | Juan Linietsky |