summaryrefslogtreecommitdiffstats
path: root/platform/windows/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* D3D12: Get rid of DXIL.dll!Pedro J. Estébanez2024-07-111-1/+1
|
* Merge pull request #87042 from Mickeon/documentation-EditorExportPlatform-miscRémi Verschelde2024-04-081-0/+1
|\ | | | | | | Add miscellaneous documentation to some classes
| * Add miscellaneous documentation to some classesMicky2024-01-101-0/+1
| |
* | Merge pull request #88325 from akien-mga/texture-formatsRémi Verschelde2024-02-171-10/+4
|\ \ | | | | | | | | | Export: Unify settings for PC texture formats, removed obsoleted ETC feature
| * | Export: Unify settings for PC texture formatsRémi Verschelde2024-02-141-7/+4
| | | | | | | | | | | | S3TC and BPTC should always be used together, and likewise for ETC2 and ASTC.
| * | Remove code relative to obsoleted ETC texture formatRémi Verschelde2024-02-141-3/+0
| |/ | | | | | | Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com>
* / [D3D12] Automatically copy runtime DLLs during export.bruvzg2023-12-131-0/+6
|/
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add ↵bruvzg2023-09-211-0/+3
| | | | | | EGL_ANDROID_blob_cache caching. Co-authored-by: Riteo <riteo@posteo.net>
* Merge pull request #35555 from Calinou/add-version-project-settingYuri Sizov2023-08-041-2/+2
|\ | | | | Add a "version" project setting and use it in new export presets
| * Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | This makes it easy to retrieve the project version at runtime for display purposes, while simplifying the export preset configuration. You can now leave the version empty unless you need to override it on a per-preset basis. Since export presets save the values of default values to the `export_presets.cfg` file, this change only affects export presets created after this commit was merged.
* | Fix various typos in classrefHaoyu Qiu2023-08-041-1/+1
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Fix docs after renaming export optionRedworkDE2023-06-121-1/+1
|
* Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-031-2/+2
|
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+3
|
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+133