summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-032-93/+96
* Fix Directory Open CheckNathan Franke2020-07-061-1/+5
* fix(Directory): remove erasing printNathan Franke2020-05-281-4/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-143-0/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-148-69/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-144-25/+12
* Replace NULL with nullptrlupoDharkael2020-04-023-13/+13
* Fix res:// trimmed to s:// on WindowsPedro J. Estébanez2020-04-011-1/+7
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-052-156/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-032-156/+0
* | Improve UX of drive lettersPedro J. Estébanez2020-03-032-3/+7
|/
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-164/+0
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-112-3/+3
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-0112-24/+24
* 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