summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix File opened with READ_WRITE on WindowsChaosus2019-04-051-0/+33
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-5/+4
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-12/+8
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-20/+0
* Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+20
|\
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+20
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-3/+3
|/
* Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner2018-05-031-1/+1
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Fix case mismatch check on WindowsRémi Verschelde2018-04-181-9/+12
* Test and warn of case mismatch on WindowsJuan Linietsky2018-04-181-0/+18
* Trigger IO error only after exhausting attemptsTom Dobbelaere2018-04-031-4/+7
* Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-131-5/+17
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-041-0/+5
* Add a proper error when safe save fails.Juan Linietsky2018-02-021-0/+3
* Attempt renaming multiple times on safe file save, and make the behavior opti...Juan Linietsky2018-01-121-14/+25
* Fixed problem with missing uninitialized last byte on waveform trip, closes #...Juan Linietsky2018-01-051-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Extract logging logicRuslan Mustakov2017-09-251-0/+6
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-1/+2