summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* 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 of module docs to 4.2Yuri Sizov2023-07-051-1/+1
|
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-1/+3
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
|
* 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.
* Implement TextServer GDExtension interface, remove TextServer GDNative ↵bruvzg2021-10-011-0/+10
interface.