summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextureLayered.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
| | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
* 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'
* Remove double thes from documentationPaweł2023-04-171-1/+1
|
* Fix CompressedTextureLayered description in the class referenceHugo Locurcio2023-03-221-1/+1
| | | | This also updates the list of compression modes available for textures.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
|
* Document Texture, CompressedTexture and Placeholder classesHugo Locurcio2022-11-111-6/+16
|
* Add class descriptions for Texture2DArray, CubemapArray and ↵MJacred2022-09-081-2/+9
| | | | | | ImageTextureLayered, plus overhaul TextureLayered Co-authored-by: Clay John <claynjohn@gmail.com>
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-2/+2
|
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+36
| | | | | | | | | | | | | | * Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved.
* 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.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-16/+8
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* doc: Sync classref with current sourceRémi Verschelde2020-05-121-14/+14
| | | | Adds API changes from the new GPU lightmapper.
* Fix GDCLASS for Texture2D/TextureLayeredYuri Roubinsky2020-02-171-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-57/+9
| | | | | | | | 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.
* Finish documenting BakedLightmap and TextureLayeredclayjohn2020-02-051-1/+15
|
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Complete various class referencesclayjohn2020-01-261-0/+2
|
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-8/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-2/+9
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-08-211-0/+103