summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-124-16/+0
* 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-072-0/+12
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Merge pull request #27589 from Chaosus/fix_fileRémi Verschelde2019-04-082-0/+34
|\
| * Fix File opened with READ_WRITE on WindowsChaosus2019-04-052-0/+34
* | Capitalise drive lettersTwarit2019-03-101-1/+1
|/
* Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+0
* Remove some windows printsJuan Linietsky2019-03-021-2/+2
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-122-119/+0
* Fix code style issuesRémi Verschelde2019-01-262-18/+17
* Fix compilation on UWPHein-Pieter van Braam2019-01-261-3/+3
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-212-0/+32
* Replace CreateThread with QueueUserWorkItemMarcin Zawiejski2019-01-191-7/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-0114-28/+28
* Moved member variables to initializer listWilson E. Alvarez2018-12-112-8/+6
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-2/+2
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-124-717/+0
* Unify PacketPeerUDP using NetSocketFabio Alessandrelli2018-09-122-389/+0
* ENet wrapper properly detect disconnect on pollFabio Alessandrelli2018-09-121-1/+1
* Properly reset socket blocking state on closeFabio Alessandrelli2018-09-121-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1215-23/+37
* 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-102-21/+0
* Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-102-0/+21
|\
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-162-0/+21
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-3/+3
* | Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner2018-05-261-0/+1
|\ \ | |/ |/|
| * Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-221-0/+1
* | Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner2018-05-031-1/+1
* | Merge pull request #18334 from Faless/coverity_netRémi Verschelde2018-05-012-1/+4
|\ \ | |/ |/|
| * Various coverity scan fixes for networkingFabio Alessandrelli2018-04-212-1/+4
* | 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-132-5/+22
* Fix Windows file case changingHein-Pieter van Braam2018-02-241-5/+22
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-042-0/+6
* Add a proper error when safe save fails.Juan Linietsky2018-02-021-0/+3
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-01-302-2/+2
* 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