summaryrefslogtreecommitdiff
path: root/drivers/windows
AgeCommit message (Expand)Author
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
2018-05-22Allow body-up-to-EOF HTTP responsesPedro J. Estébanez
2018-05-16added get_creation_time function for gdscriptDaniele Giuliani
2018-05-03Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner
2018-05-01Merge pull request #18334 from Faless/coverity_netRémi Verschelde
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-21Various coverity scan fixes for networkingFabio Alessandrelli
2018-04-18Fix case mismatch check on WindowsRémi Verschelde
2018-04-18Test and warn of case mismatch on WindowsJuan Linietsky
2018-04-03Trigger IO error only after exhausting attemptsTom Dobbelaere
2018-03-13Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez
2018-02-24Fix Windows file case changingHein-Pieter van Braam
2018-02-04fix buffer write performance on Windows and UnixMarcin Zawiejski
2018-02-02Add a proper error when safe save fails.Juan Linietsky
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
2018-01-12Attempt renaming multiple times on safe file save, and make the behavior opti...Juan Linietsky
2018-01-05Fixed problem with missing uninitialized last byte on waveform trip, closes #...Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-15Move windows networking class to drivers/windows/Fabio Alessandrelli
2017-10-13Fixed issue #12019, which prevented the creation of new folders on Windows pl...Falk Moser
2017-09-25Extract logging logicRuslan Mustakov
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14DirAccessWindows: Fix list_dir_begin return typeRémi Verschelde
2017-01-14Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-08Added missing readers writers lock to windows, should compile and run again..Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-22Fix issue #7331REBELLIOUSX\Rebel_X
2016-11-03Rename remaining WinRT references to UWPGeorge Marques
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-15drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde
2016-09-03Fix drivers coding for WinRTGeorge Marques
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky
2016-06-25try to fix windows buildJuan Linietsky
2016-06-25Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky