Age | Commit message (Expand) | Author |
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez |
2022-10-05 | Merge pull request #66720 from qarmin/unintialized_memory | Rémi Verschelde |
2022-10-05 | Merge pull request #64819 from RandomShaper/enhance_thread_funcs | Rémi Verschelde |
2022-10-04 | Enhance portability of threading | Pedro J. Estébanez |
2022-10-04 | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA... | Rémi Verschelde |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-10-03 | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde |
2022-10-01 | Remove usage of unitialized variables | Rafał Mikrut |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi |
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli |
2022-08-05 | [Net] IP uses print_verbose when getaddrinfo fails. | Fabio Alessandrelli |
2022-08-02 | Add override keywords to DirAccess derived classes | Marcel Admiraal |
2022-08-02 | Add override keywords to FileAccess derived classes | Marcel Admiraal |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-07 | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi... | bruvzg |
2022-07-05 | Add Desktop to file dialog drive on Unix | Shlomi |
2022-07-05 | Add full support for Android scoped storage. | Fredia Huya-Kouadio |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-03 | Add OS::is_process_running function. | mdavisprog |
2022-05-03 | Merge pull request #60601 from touilleMan/gdextension_get_library_path | Rémi Verschelde |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-09 | Remove unused GDNative code | Rémi Verschelde |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-14 | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli |
2022-01-29 | [Net] Simplify IP resolution code, fix caching. | Fabio Alessandrelli |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-12-15 | Add / to the unix shortcut drive list | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-01 | Only print message for `get_modified_time()` failure when in verbose mode | Hugo Locurcio |
2021-11-26 | Fix console colors on Windows | Yuri Roubinsky |
2021-11-18 | Fix data directory of unnamed projects | kobewi |
2021-10-28 | Update Time documentation | Aaron Franke |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-12 | Replaced NULL with nullptr | M. Huri |
2021-10-05 | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master | Rémi Verschelde |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-23 | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |