summaryrefslogtreecommitdiffstats
path: root/doc/classes/PointLight2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* 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 to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-1/+1
|
* Document the Light2D, PointLight2D and DirectionalLight2D classesHugo Locurcio2022-11-241-0/+3
|
* 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.
* Clarify 2D lighting `height` property in class referencenabfrew2021-10-191-1/+1
| | | | It's easy to assume they are the same, but they are quite different for the two types of 2D lights. For myself, it took a bit of confusion and experimentation for me to figure out why this behaviour changed when I changed from point to directional. Hopefully it can save somebody else the trouble.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-0/+27
Includes various changes triggered by the refactoring of method bindings.