Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebranding: Doc/ | Dubhghlas McLaughlin | 2024-10-16 | 1 | -1/+1 |
| | |||||
* | Fix various typos in documentation | Septian | 2023-12-27 | 1 | -1/+1 |
| | |||||
* | Improve the top docs sections of VFX classes | MewPurPur | 2023-08-11 | 1 | -1/+1 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Fix CompressedTextureLayered description in the class reference | Hugo Locurcio | 2023-03-22 | 1 | -1/+2 |
| | | | | This also updates the list of compression modes available for textures. | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Document Texture, CompressedTexture and Placeholder classes | Hugo Locurcio | 2022-11-11 | 1 | -0/+9 |
| | |||||
* | Rename StreamTexture* to CompressedTexture* | reduz | 2022-03-05 | 1 | -0/+9 |
* Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files. |