Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebranding: Doc/ | Dubhghlas McLaughlin | 2024-10-16 | 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 | -4/+10 |
| | |||||
* | Fix default values on virtual classes causing errors in projects | Aaron Franke | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -1/+1 |
| | |||||
* | Remove more occurrences of "stex" | TechnoPorg | 2022-03-10 | 1 | -3/+3 |
| | |||||
* | Rename StreamTexture* to CompressedTexture* | reduz | 2022-03-05 | 1 | -0/+25 |
* 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. |