summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update export template names for Windows, Mac, and LinuxAaron Franke2022-07-221-2/+2
* Rename directory for export templates from templates to export_templatesAaron Franke2022-07-221-1/+1
* Fix various typos not caught by codespellluz paz2022-07-211-1/+1
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-5/+5
* Add readable export errors.bruvzg2022-06-081-10/+104
* Add a new HashSet templatereduz2022-05-201-11/+11
* Use range iterators for RBSet in most casesAaron Record2022-05-191-7/+7
* Replace most uses of Map by HashMapreduz2022-05-161-16/+16
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Fix export plugins after embedded PCK loading changes.bruvzg2022-05-041-0/+4
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-37/+52
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-2/+4
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-0/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-32/+22
* Merge pull request #59447 from taigi100/Feature-4244-Add-proper-filters-for-p...Rémi Verschelde2022-03-241-2/+3
|\
| * Update properties to properly filter for templates.taigi1002022-03-241-2/+3
* | Merge pull request #59416 from aaronfranke/export-fileRémi Verschelde2022-03-241-31/+3
|\ \ | |/ |/|
| * Generate export template file names instead of having a fixed setAaron Franke2022-03-221-31/+3
* | Fix crash when exporting projects with shared librariesHaoyu Qiu2022-03-231-1/+0
|/
* Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-211-21/+0
* Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-201-17/+1
* Merge pull request #58455 from bruvzg/export_scriptRémi Verschelde2022-03-181-0/+2
|\
| * [Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg2022-03-141-0/+2
* | Implement GDExtension export plugin.bruvzg2022-03-161-18/+41
|/
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Create parent directories on export.Ryan Roden-Corrent2022-03-101-7/+2
* Improve some DirAccess usagekobewi2022-03-061-1/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-4/+4
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-28/+4
* Merge pull request #56047 from piiertho/feature/osx-sign-directoryRémi Verschelde2022-01-051-0/+9
|\
| * OSX: Add signing of directory structure in Library when exporting for OSX.Pierre-Thomas Meisels2021-12-281-0/+9
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-11/+11
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+3
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Add path to functions that return iporter optionsreduz2021-11-141-1/+1
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-4/+4
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-2/+2
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-10/+10
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+6
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-6/+8
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-6/+8
* | Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* | Add TextFile support across the editorPaulb232021-09-301-0/+3
|/
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1