Age | Commit message (Expand) | Author |
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 |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-14 | DirAccessWindows: Fix list_dir_begin return type | Rémi Verschelde |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-08 | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde |
2017-01-08 | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-22 | Fix issue #7331 | REBELLIOUSX\Rebel_X |
2016-11-03 | Rename remaining WinRT references to UWP | George Marques |
2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-15 | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde |
2016-09-03 | Fix drivers coding for WinRT | George Marques |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky |
2016-06-25 | try to fix windows build | Juan Linietsky |
2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, allow... | Juan Linietsky |