Age | Commit message (Expand) | Author |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Merge pull request #27589 from Chaosus/fix_file | Rémi Verschelde |
2019-04-05 | Fix File opened with READ_WRITE on Windows | Chaosus |
2019-03-10 | Capitalise drive letters | Twarit |
2019-03-03 | Fix style issues from recent commits | Rémi Verschelde |
2019-03-02 | Remove some windows prints | Juan Linietsky |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-26 | Fix compilation on UWP | Hein-Pieter van Braam |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-19 | Replace CreateThread with QueueUserWorkItem | Marcin Zawiejski |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli |
2018-09-12 | ENet wrapper properly detect disconnect on poll | Fabio Alessandrelli |
2018-09-12 | Properly reset socket blocking state on close | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-05-26 | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner |
2018-05-22 | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-05-03 | Fix delay in rename_error windows save loop, should be 100msec, not 1sec | Robin Hübner |
2018-05-01 | Merge pull request #18334 from Faless/coverity_net | Rémi Verschelde |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-21 | Various coverity scan fixes for networking | Fabio Alessandrelli |
2018-04-18 | Fix case mismatch check on Windows | Rémi Verschelde |
2018-04-18 | Test and warn of case mismatch on Windows | Juan Linietsky |
2018-04-03 | Trigger IO error only after exhausting attempts | Tom Dobbelaere |
2018-03-13 | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez |
2018-02-24 | Fix Windows file case changing | Hein-Pieter van Braam |
2018-02-04 | fix buffer write performance on Windows and Unix | Marcin Zawiejski |
2018-02-02 | Add a proper error when safe save fails. | Juan Linietsky |
2018-01-30 | Display set_nodelay to GDScript | Marlon Henry Schweigert |
2018-01-12 | Attempt renaming multiple times on safe file save, and make the behavior opti... | Juan Linietsky |
2018-01-05 | Fixed problem with missing uninitialized last byte on waveform trip, closes #... | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-15 | Move windows networking class to drivers/windows/ | Fabio Alessandrelli |
2017-10-13 | Fixed issue #12019, which prevented the creation of new folders on Windows pl... | Falk Moser |
2017-09-25 | Extract logging logic | Ruslan Mustakov |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-08 | Remove assignment and declarations in if statements | Hein-Pieter van Braam |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |