summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/export/export_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Generate export template file names instead of having a fixed setAaron Franke2022-03-221-0/+1
|
* Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-211-0/+3
|
* Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-201-0/+1
|
* [Export] Add "export console script" option for Linux, macOS, and Windows ↵bruvzg2022-03-141-0/+47
exports.