summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Handle missing file properly when checking for case mismatchPouleyKetchoupp2019-11-101-1/+1
* FileAccessWindows: Add errno include for MinGWRémi Verschelde2019-08-211-0/+1
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-3/+10
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-2/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-2/+2
* Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio2019-06-031-3/+1
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-0/+10