Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | 2023-02-26 | 1 | -1/+1 |
| | |||||
* | Add derivative functions with precision to shaders | Yuri Rubinsky | 2023-01-26 | 1 | -0/+15 |
| | |||||
* | Add Vector4 to VisualShader | Hendrik Brucker | 2022-04-12 | 1 | -1/+4 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -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. | ||||
* | Add support for 2D vector type to visual shaders | Yuri Roubinsky | 2022-02-02 | 1 | -2/+5 |
| | |||||
* | [VisualShader] Merge scalar and vector derivative functions into one | Yuri Roubinsky | 2022-01-28 | 1 | -0/+42 |