summaryrefslogtreecommitdiff
path: root/drivers/windows
AgeCommit message (Expand)Author
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-06Fix Directory Open CheckNathan Franke
2020-05-28fix(Directory): remove erasing printNathan Franke
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Fix res:// trimmed to s:// on WindowsPedro J. Estébanez
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-10Handle missing file properly when checking for case mismatchPouleyKetchoupp
2019-08-21FileAccessWindows: Add errno include for MinGWRémi Verschelde
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-06-03Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Merge pull request #27589 from Chaosus/fix_fileRémi Verschelde
2019-04-05Fix File opened with READ_WRITE on WindowsChaosus
2019-03-10Capitalise drive lettersTwarit
2019-03-03Fix style issues from recent commitsRémi Verschelde
2019-03-02Remove some windows printsJuan Linietsky
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26Fix compilation on UWPHein-Pieter van Braam
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
2019-01-19Replace CreateThread with QueueUserWorkItemMarcin Zawiejski
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12ENet wrapper properly detect disconnect on pollFabio Alessandrelli
2018-09-12Properly reset socket blocking state on closeFabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-05-26Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner