summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export
Commit message (Expand)AuthorAgeFilesLines
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-077-1683/+0
* Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-261-2/+4
|\
| * Allow MSVC dev_mode builds to succeed with dotnetThaddeus Crews2023-07-171-2/+4
* | iOS: Add `export_project_only` flagPhil Hudson2023-07-171-1/+1
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-142-0/+2
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-2/+1
|\ \ | |/ |/|
| * Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-2/+1
* | Change explicit 'Godot 4.0' references to 'Godot 4'Rémi Verschelde2023-07-101-4/+4
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-202-1/+2
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-2/+2
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-083-4/+6
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-102-4/+9
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-2/+7
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-2/+16
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-2/+16
* | One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-5/+5
* Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde2022-09-281-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-292-3/+3
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+23
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-312-0/+2
* Update export dialog to handle many architecturesAaron Franke2022-07-292-49/+24
* Make some editor export methods constAaron Franke2022-07-292-4/+4
* Split up editor export code into multiple filesAaron Franke2022-07-262-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-2/+2
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-3/+1
* Add a new HashSet templatereduz2022-05-203-3/+3
* Replace most uses of Map by HashMapreduz2022-05-164-4/+4
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-122-11/+13
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-38/+24
* Fix some issues found by cppcheck.bruvzg2022-04-063-2/+4
* HTML5: Explain why export templates are missingRémi Verschelde2022-03-261-0/+8
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Rename StreamTexture* to CompressedTexture*reduz2022-03-052-24/+24
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+7
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split uwp platform export template into multiple filesSergey Minakov2021-08-125-1402/+1571
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* UWP: Keep upstream names for capabilities preset settings to avoid mismatchGromph2021-06-171-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2