summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-75/+57
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-2/+0
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Rename remaining WinRT references to UWPGeorge Marques2016-11-031-1/+1
* Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques2016-11-031-1/+1
* Fix drivers coding for WinRTGeorge Marques2016-09-031-1/+9
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-0/+4
* -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-101-0/+2
* Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky2016-01-021-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1