Age | Commit message (Expand) | Author |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
2022-07-29 | Update export dialog to handle many architectures | Aaron Franke |
2022-07-29 | Make some editor export methods const | Aaron Franke |
2022-07-26 | Split up editor export code into multiple files | Aaron Franke |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-11 | Fix ZipIO crash when reused (and possible leaks). | bruvzg |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
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-03-26 | HTML5: Explain why export templates are missing | Rémi Verschelde |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-05 | Rename StreamTexture* to CompressedTexture* | reduz |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-12 | Split uwp platform export template into multiple files | Sergey Minakov |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | UWP: Keep upstream names for capabilities preset settings to avoid mismatch | Gromph |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-31 | Implement shader caching | reduz |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-14 | Fix EditorExportPlugin _export_begin and _export_end functions not being call... | Gromph |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-01-12 | CI: Update to clang-format 11 and apply ternary operator changes | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-20 | Export: Reorder options for consistency across platforms | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-08 | Fixed an issue in UWP export caused by duplicate entry for extensions in cont... | unknown |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-19 | Export: Rename 'Windows Universal' to 'UWP' | Rémi Verschelde |
2020-06-11 | Simplify some code in platform/uwp/export | Aaron Franke |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |