Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update export dialog to handle many architectures | Aaron Franke | 2022-07-29 | 1 | -1/+1 |
| | |||||
* | Split up editor export code into multiple files | Aaron Franke | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
| | | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | ||||
* | Add readable export errors. | bruvzg | 2022-06-08 | 1 | -1/+1 |
| | |||||
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -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 set | Aaron Franke | 2022-03-22 | 1 | -0/+1 |
| | |||||
* | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | 2022-03-21 | 1 | -0/+3 |
| | |||||
* | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | 2022-03-20 | 1 | -0/+1 |
| | |||||
* | [Export] Add "export console script" option for Linux, macOS, and Windows ↵ | bruvzg | 2022-03-14 | 1 | -0/+47 |
exports. |