Age | Commit message (Expand) | Author |
2022-06-29 | Adding print_rich for printing with BBCode | Voylin |
2022-06-21 | Merge pull request #62122 from reduz/implement-movie-writer | Rémi Verschelde |
2022-06-21 | Implement Running Godot as Movie Writer | reduz |
2022-06-16 | Adding function key support from F17 to F35 | gregcsokas |
2022-06-06 | Improve architectures in OS::has_feature and make them work on MSVC | Aaron Franke |
2022-05-12 | Merge pull request #60643 from clayjohn/GLES3-3D | Rémi Verschelde |
2022-05-12 | Basic 3D rendering | clayjohn |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-05 | Fix inconsistent naming in Time | Nicholas Huelin |
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-27 | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde |
2022-04-20 | Improve embedded PCK loading and exporting. | bruvzg |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-17 | Proper validation of negative values in datetime strings and datetime dicts | laws65 |
2022-04-15 | Quick fix: Crash when parsing invalid datetime string #60189 | Oğuzhan Eroğlu |
2022-04-13 | validate input in Time.get_datetime_string_from_dict() | RedHeadphone |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-26 | Object: Remove unused category boilerplate | Rémi Verschelde |
2022-03-18 | Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab" | Hugo Locurcio |
2022-03-14 | Include platform_config.h in thread.cpp and thread.h | Bartłomiej T. Listwon |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-02-23 | Add offset string from minutes conversion method to Time singleton | Aaron Franke |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio |
2022-02-14 | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-01-18 | Replace use of `OS::set_exit_code()` by `SceneTree::quit()` in `EditorNode` | Emmanuel Leblond |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | 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-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-19 | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. | Fabio Alessandrelli |
2021-11-19 | Merge pull request #54499 from Faless/threads/4.x_work_pool_default | Rémi Verschelde |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-02 | [OS] Add ThreadWorkPool default size to OS. | Fabio Alessandrelli |
2021-11-01 | Add support for PowerPC family | Daniel Kolesa |
2021-11-01 | [macOS] Add `create_instance` function to spawn editor copies. | bruvzg |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-28 | Update Time documentation | Aaron Franke |
2021-10-22 | Add support for the RISC-V architecture | Aaron Franke |