Age | Commit message (Expand) | Author |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-22 | issue-40396 - Added missing error strings to JSON parsing when array or objec... | Adam Bates |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-07-14 | Merge pull request #40374 from Faless/udp/server_abstraction | Rémi Verschelde |
2020-07-14 | UDPServer handles PacketPeerUDP-client association | Fabio Alessandrelli |
2020-07-14 | PO loader: Fix unclosed files and error messages | Rémi Verschelde |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-08 | Enable file logging by default on desktops to help with troubleshooting | Hugo Locurcio |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-06-19 | Ensure FileAccessBuffered structs are properly initialized | Andy Maloney |
2020-06-06 | Fix editor crash when mbedtls is disabled. | Fabio Alessandrelli |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-14 | Modernize remaining uses of 0/NULL instead of nullptr (C++11) | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Revert "Renamed plane's d to distance" | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-10 | Renamed plane's d to distance | Marcus Elg |
2020-05-03 | Remove some C++11 polyfill defines that are no longer needed | Hugo Locurcio |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-20 | Revert "Made possible to specify where to dump the contents when loading a ".... | Rémi Verschelde |
2020-04-16 | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-25 | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde |
2020-03-21 | Fix potential divisions by 0 reported by MSVC | Rémi Verschelde |
2020-03-20 | i18n: Fix parsing of multiple escapes before quotes | Thakee Nathees |
2020-03-20 | i18n: Add support for translating the class reference | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-13 | Merge pull request #36599 from AndreaCatania/gen_rpc_data_export | Rémi Verschelde |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-03-08 | Add TCP poll function (not exposed). | Fabio Alessandrelli |
2020-03-05 | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde |
2020-03-05 | ConfigFile: Improve error messages and complete docs | Rémi Verschelde |
2020-03-04 | Merge pull request #36733 from qarmin/static_analyzer_fixes | 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-03-02 | Fixes bugs found by Sonarcloud and Coverity | qarmin |
2020-02-28 | Merge pull request #36640 from reduz/resource-loader-refactor | Rémi Verschelde |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-28 | Generates the rpc and rset info for exported GDScript. | Andrea Catania |
2020-02-28 | Merge pull request #36556 from RandomShaper/rework_mutex | Rémi Verschelde |
2020-02-27 | Optimized rpc packet size when only the `PackedByteArray` is sent. | Andrea Catania |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |