summaryrefslogtreecommitdiffstats
path: root/doc/classes/CubemapArray.xml
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-4/+3
|
* Improve the top docs sections of VFX classesMewPurPur2023-08-111-5/+5
|
* 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'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-0/+8
|
* Document Texture, CompressedTexture and Placeholder classesHugo Locurcio2022-11-111-2/+3
|
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
| | | | | | | Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
* Add class descriptions for Texture2DArray, CubemapArray and ↵MJacred2022-09-081-0/+5
| | | | | | ImageTextureLayered, plus overhaul TextureLayered Co-authored-by: Clay John <claynjohn@gmail.com>
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* doc: Sync classref with current sourceRémi Verschelde2020-05-121-1/+1
| | | | Adds API changes from the new GPU lightmapper.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-0/+13
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.