| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -1/+1 |
* | Warn on filesystem case mismatch | Valentin Cocaud | 2024-11-08 | 1 | -1/+1 |
* | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
* | Fix slow editor load on large projects (v2) | Hilderin | 2024-09-25 | 1 | -1/+0 |
* | Merge pull request #96840 from bruvzg/open_wstat | Rémi Verschelde | 2024-09-11 | 1 | -5/+6 |
|\ |
|
| * | [Windows] Remove _wstat use in FileAccessWindows::open_internal | bruvzg | 2024-09-11 | 1 | -5/+6 |
* | | [Windows] Use `GetFileTime` for `FileAccess` | A Thousand Ships | 2024-09-06 | 1 | -7/+32 |
|/ |
|
* | Merge pull request #92167 from BlueCube3310/file-access-the-final-season-part... | Rémi Verschelde | 2024-09-02 | 1 | -156/+4 |
|\ |
|
| * | Reduce code duplication in FileAccess | BlueCube3310 | 2024-09-01 | 1 | -156/+4 |
* | | Fix Windows importer issue with new file detection | Yahkub-R | 2024-09-01 | 1 | -3/+2 |
|/ |
|
* | [Windows] Always use absolute UNC paths and long path aware APIs, add "long p... | bruvzg | 2024-08-28 | 1 | -29/+43 |
* | [Windows] Improve warning for path casing. | A Thousand Ships | 2024-04-27 | 1 | -10/+55 |
* | [FileAccess] Implement `resize` method. | bruvzg | 2024-04-12 | 1 | -0/+19 |
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -1/+1 |
* | Fix invalid file path handling in Windows when there is dot in the file name | GNSS-Stylist | 2024-02-13 | 1 | -1/+6 |
* | [Windows] Fix windows is_path_invalid, and apply it to directory creation. | bruvzg | 2024-02-09 | 1 | -6/+1 |
* | Use platform-specific methods for FileAccess reading and writing | BlueCube3310 | 2023-10-29 | 1 | -0/+123 |
* | Windows: Remove `MSVC` define redundant with `_MSC_VER` | Rémi Verschelde | 2023-09-26 | 1 | -0/+1 |
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -9/+9 |
* | Make Windows' safe save more resilient | Pedro J. Estébanez | 2023-08-25 | 1 | -22/+17 |
* | [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma... | bruvzg | 2023-08-08 | 1 | -2/+50 |
* | Support long path in file access on windows | Samuele Panzeri | 2023-05-05 | 1 | -0/+8 |
* | Merge pull request #73156 from gw2cc/safe_save | Yuri Sizov | 2023-03-16 | 1 | -4/+10 |
|\ |
|
| * | Create a safe temporary file with is_backup_save_enabled | ACB | 2023-03-15 | 1 | -4/+10 |
* | | Restore FileAccess.close method. | bruvzg | 2023-02-16 | 1 | -0/+5 |
|/ |
|
* | Prevent opening Windows console files | Juan Linietsky | 2023-01-11 | 1 | -1/+44 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -3/+3 |
* | Replace File/Directory with FileAccess/DirAccess | kobewi | 2022-09-19 | 1 | -1/+1 |
* | Remove or make private `FileAccess` `close()` methods. | bruvzg | 2022-04-12 | 1 | -5/+4 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -3/+4 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Only print message for `get_modified_time()` failure when in verbose mode | Hugo Locurcio | 2021-12-01 | 1 | -1/+2 |
* | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon | 2021-09-23 | 1 | -0/+1 |
* | FileAccessWindows: Add missing share.h include | Rémi Verschelde | 2021-08-10 | 1 | -0/+1 |
* | FileAccessWindows: Cosmetic improvements | Max Hilbrunner | 2021-08-09 | 1 | -4/+9 |
* | Fix Windows platform file access | Max Hilbrunner | 2021-08-09 | 1 | -5/+3 |
* | Implement Resource UIDs | reduz | 2021-07-24 | 1 | -1/+1 |
* | FileAccess: Don't err in `store_buffer` with buffer of size 0 | Rémi Verschelde | 2021-06-07 | 1 | -0/+1 |
* | 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 | -16/+16 |
* | Allow nullptr with zero length in FileAccess get_buffer | Alex Hirsch | 2021-03-16 | 1 | -1/+1 |
* | Add parameter checkes to FileAccess get_buffer functions | Alex Hirsch | 2021-03-09 | 1 | -0/+2 |
* | 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 |
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -25/+32 |
* | 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 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -8/+1 |