summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-3/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-0/+3
* 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-051-14/+14
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* 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
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split uwp platform export template into multiple filesSergey Minakov2021-08-121-0/+498