summaryrefslogtreecommitdiff
path: root/drivers/windows/file_access_windows.cpp
AgeCommit message (Expand)Author
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-04-12Remove or make private `FileAccess` `close()` methods.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-01Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio
2021-09-23Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon
2021-08-10FileAccessWindows: Add missing share.h includeRémi Verschelde
2021-08-09FileAccessWindows: Cosmetic improvementsMax Hilbrunner
2021-08-09Fix Windows platform file accessMax Hilbrunner
2021-07-24Implement Resource UIDsreduz
2021-06-07FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-03-16Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-10Handle missing file properly when checking for case mismatchPouleyKetchoupp
2019-08-21FileAccessWindows: Add errno include for MinGWRémi Verschelde
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-06-03Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-04-05Fix File opened with READ_WRITE on WindowsChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-05-16added get_creation_time function for gdscriptDaniele Giuliani
2018-05-03Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-18Fix case mismatch check on WindowsRémi Verschelde
2018-04-18Test and warn of case mismatch on WindowsJuan Linietsky
2018-04-03Trigger IO error only after exhausting attemptsTom Dobbelaere
2018-03-13Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez
2018-02-04fix buffer write performance on Windows and UnixMarcin Zawiejski
2018-02-02Add a proper error when safe save fails.Juan Linietsky