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 of module docs to 4.2 | Yuri Sizov | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -1/+3 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Implement TextServer GDExtension interface, remove TextServer GDNative ↵ | bruvzg | 2021-10-01 | 1 | -0/+10 |
interface. |