summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #51928 from reduz/extension-loaderJuan Linietsky2021-08-261-0/+9
|\
| * Implement Extension Loaderreduz2021-08-201-0/+9
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-12/+6
|/
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-7/+7
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+7
|\
| * Implement Resource UIDsreduz2021-07-241-0/+7
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-26/+24
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-2/+2
|\
| * Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
|/
* Implement shader cachingreduz2021-05-311-5/+5
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-9/+9
* ICU: Update to version 69.1, improve ICU data export process.bruvzg2021-04-221-7/+21
* Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde2021-04-011-0/+13
|\
| * Add option to exclude selected resources on exportTomasz Chabora2021-03-231-0/+13
* | Add a "keep" import mode to keep files as-is and export them.Juan Linietsky2021-03-221-0/+14
* | Fix crash when trying to export zero files.mujpao2021-03-111-13/+45
* | Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-0/+5
* | Reorganize Project Settingsreduz2021-02-181-8/+8
* | Create the temporary PCK export directory if it doesn't existHugo Locurcio2021-01-301-0/+4
* | Add all AutoLoad resources when exporting the projectFilip2021-01-101-0/+20
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde2020-12-281-1/+1
|\ \
| * | Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal2020-12-191-1/+1
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-5/+5
|/ /
* | Cleanup unused engine codeTomasz Chabora2020-12-091-7/+0