Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg | 2022-11-21 | 1 | -3/+3 |
| | |||||
* | Windows icon export improvements. | bruvzg | 2022-11-18 | 1 | -10/+13 |
| | | | | | | | Regenerate Windows icon on export to ensure correct icon size order. Add support for using PNG/WebP/SVG files as an icon for Windows exports. Allow using WebP/SVG files as icon for macOS exports. Add option to select generated icons interpolation, and set default interpolation to Lanczos. | ||||
* | [iOS] iOS export improvements. | bruvzg | 2022-11-17 | 1 | -54/+67 |
| | | | | | | Add export options to set Settings and Notification icons on export. Automatically fill background of the app store icon instead of failing (with warning). Update development region to use `en` instead of `English`. | ||||
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -15/+15 |
| | |||||
* | Make some Image methods static | kobewi | 2022-10-14 | 1 | -4/+2 |
| | |||||
* | Split rendering driver project setting into renderer_name and ↵ | clayjohn | 2022-09-19 | 1 | -1/+0 |
| | | | | rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer). | ||||
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -18/+18 |
| | |||||
* | Merge pull request #64562 from bruvzg/fix_dup_locales | Rémi Verschelde | 2022-08-26 | 1 | -27/+39 |
|\ | | | | | [macOS / iOS Export] Fix generation of duplicate locale property list files. | ||||
| * | [macOS / iOS Export] Fix generation of duplicate locale property list files. | bruvzg | 2022-08-18 | 1 | -27/+39 |
| | | |||||
* | | ios: force app store icon to be opaque, use proper errors | Nathan Franke | 2022-08-19 | 1 | -28/+35 |
|/ | |||||
* | Disable threads used to check on plugins to load | Fredia Huya-Kouadio | 2022-08-15 | 1 | -0/+4 |
| | | | | The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources | ||||
* | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio | 2022-08-14 | 1 | -2/+13 |
| | |||||
* | [iOS] Extend iOS plugins to support Swift runtime | Sergey Minakov | 2022-08-09 | 1 | -1/+35 |
| | |||||
* | Remove unnecessary string replacement | Larry Tran | 2022-08-05 | 1 | -2/+0 |
| | |||||
* | Extract EditorResourceConversionPlugin into its own source files and clean ↵ | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
| | | | | up editor includes | ||||
* | Make some editor export methods const | Aaron Franke | 2022-07-29 | 1 | -3/+3 |
| | |||||
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -0/+1849 |