Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | class reference proofreading | Paul Joannon | |
2020-09-06 | Removes redundant code & fix documentation for VisualShaderNodeCustom | Yuri Roubinsky | |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | |
2020-02-21 | Refactor node processing in visual shader member dialog | Yuri Roubinsky | |
2020-02-13 | Added virtual method to VisualShaderNodeCustom to enable high-end mark | Yuri Roubinsky | |
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-29 | Fix some URLs to use HTTPS when available | Rémi Verschelde | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde | |
- Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`. | |||
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | |
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. | |||
2019-09-04 | Run doctool after overridden properties changes | Bojidar Marinov | |
2019-09-01 | Added link to tutorial for VisualShaderNodeCustom | Chaosus89 | |
2019-08-22 | doc: Sync classref with current source | Rémi Verschelde | |
Fix wrong hyperlinks in Control and Tree. | |||
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski | |