summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* Warn on filesystem case mismatchValentin Cocaud2024-11-081-1/+1
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* Fix slow editor load on large projects (v2)Hilderin2024-09-251-1/+0
* Merge pull request #96840 from bruvzg/open_wstatRémi Verschelde2024-09-111-5/+6
|\
| * [Windows] Remove _wstat use in FileAccessWindows::open_internalbruvzg2024-09-111-5/+6
* | [Windows] Use `GetFileTime` for `FileAccess`A Thousand Ships2024-09-061-7/+32
|/
* Merge pull request #92167 from BlueCube3310/file-access-the-final-season-part...Rémi Verschelde2024-09-021-156/+4
|\
| * Reduce code duplication in FileAccessBlueCube33102024-09-011-156/+4
* | Fix Windows importer issue with new file detectionYahkub-R2024-09-011-3/+2
|/
* [Windows] Always use absolute UNC paths and long path aware APIs, add "long p...bruvzg2024-08-281-29/+43
* [Windows] Improve warning for path casing.A Thousand Ships2024-04-271-10/+55
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+19
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
* Fix invalid file path handling in Windows when there is dot in the file nameGNSS-Stylist2024-02-131-1/+6
* [Windows] Fix windows is_path_invalid, and apply it to directory creation.bruvzg2024-02-091-6/+1
* Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-291-0/+123
* Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-261-0/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-9/+9
* Make Windows' safe save more resilientPedro J. Estébanez2023-08-251-22/+17
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-2/+50
* Support long path in file access on windowsSamuele Panzeri2023-05-051-0/+8
* Merge pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-161-4/+10
|\
| * Create a safe temporary file with is_backup_save_enabledACB2023-03-151-4/+10
* | Restore FileAccess.close method.bruvzg2023-02-161-0/+5
|/
* Prevent opening Windows console filesJuan Linietsky2023-01-111-1/+44
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-5/+4
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-011-1/+2
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+1
* FileAccessWindows: Add missing share.h includeRémi Verschelde2021-08-101-0/+1
* FileAccessWindows: Cosmetic improvementsMax Hilbrunner2021-08-091-4/+9
* Fix Windows platform file accessMax Hilbrunner2021-08-091-5/+3
* Implement Resource UIDsreduz2021-07-241-1/+1
* FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-071-0/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-16/+16
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-25/+32
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-25/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+1