Age | Commit message (Expand) | Author |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-10-05 | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master | Rémi Verschelde |
2021-09-15 | Provide a getter for the project data directory. | ne0fhyk |
2021-09-12 | [HTML5] Fix build error due to missing string cast. | Fabio Alessandrelli |
2021-08-16 | Improve the generated ZIP archive name when using Download Project Source | Hugo Locurcio |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-06-14 | [HTML5] Fix JS build without eval. | Fabio Alessandrelli |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-21 | [HTML5] Add easy to use download API. | Fabio Alessandrelli |
2021-05-20 | Merge pull request #48719 from Faless/js/4.x_interfaces | Rémi Verschelde |
2021-05-20 | [HTML5] Implement Godot <-> JavaScript interface. | Fabio Alessandrelli |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde |
2020-12-16 | Make tool menu plugins use Callables for callback | kobewi |
2020-11-10 | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-14 | [HTML5] Add JavaScriptToolsEditorPlugin. | Fabio Alessandrelli |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
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-11-18 | Facilitate exposing platform-exclusive interfaces to all platforms | Leon Krause |