summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1438 from Spooner/fix_isometric_demoJuan Linietsky2015-03-221-1/+1
|\
| * Corrected behaviour of File.READ_WRITE mode (fixes #378)Bil Bas (Spooner)2015-02-161-1/+1
* | Update file_access_windows.cpp for mingw cross-compileMatthew Hughes2015-03-151-2/+4
* | support for 2D shadow castersJuan Linietsky2015-03-021-3/+17
|/
* Small batch of fixesJuan Linietsky2014-12-151-1/+0
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+251