Age | Commit message (Expand) | Author |
2022-06-08 | Add readable export errors. | bruvzg |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
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-04 | Fix export plugins after embedded PCK loading changes. | bruvzg |
2022-04-20 | Improve embedded PCK loading and exporting. | bruvzg |
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-24 | Merge pull request #59447 from taigi100/Feature-4244-Add-proper-filters-for-p... | Rémi Verschelde |
2022-03-24 | Merge pull request #59416 from aaronfranke/export-file | Rémi Verschelde |
2022-03-24 | Update properties to properly filter for templates. | taigi100 |
2022-03-23 | Fix crash when exporting projects with shared libraries | Haoyu Qiu |
2022-03-22 | Generate export template file names instead of having a fixed set | Aaron Franke |
2022-03-21 | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke |
2022-03-20 | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-14 | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-10 | Create parent directories on export. | Ryan Roden-Corrent |
2022-03-06 | Improve some DirAccess usage | kobewi |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-06 | Add missing SNAME macro optimization in some function calls | jmb462 |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio |
2022-01-05 | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-28 | OSX: Add signing of directory structure in Library when exporting for OSX. | Pierre-Thomas Meisels |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-14 | Add path to functions that return iporter options | reduz |
2021-11-01 | Fix new projects always being created with OpenGL | Hugo Locurcio |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-05 | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master | Rémi Verschelde |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-30 | Add TextFile support across the editor | Paulb23 |
2021-09-15 | Provide a getter for the project data directory. | ne0fhyk |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-26 | Merge pull request #51928 from reduz/extension-loader | Juan Linietsky |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-20 | Implement Extension Loader | reduz |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |