Age | Commit message (Expand) | Author |
2020-03-05 | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde |
2020-03-03 | Drop old semaphore implementation | Pedro J. Estébanez |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-10 | Handle missing file properly when checking for case mismatch | PouleyKetchoupp |
2019-08-21 | FileAccessWindows: Add errno include for MinGW | Rémi Verschelde |
2019-08-21 | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp |
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde |
2019-06-03 | Fix errors when attempting to set UNIX permissions when unavailable | Hugo Locurcio |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
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 |