Commit Graph
19 Commits
Author SHA1 Message Date
Yuri Sizov dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00
Max Hilbrunner 6c13f5ba58 More Godot 4 renames and fixes (#6317)
* Move ImmediateGeometry -> ImmediateMesh

* More Godot 3 -> Godot 4 renames
2022-10-15 23:12:48 +02:00
Petra Baranski 3811e23373 Add Spritesheet support to RichTextLabel BBCode 2022-10-10 18:10:24 +02:00
Hugo Locurcio 23dd5d21ae Warn about the importance of registering the RichTextEffect 2022-08-15 11:17:59 +02:00
RedMser 6812f487f6 Update RichTextEffect tutorial
The code examples have been updated and the documentation now mentions
that `class_name` is a required part for custom effects to show up in the inspector.
2022-07-24 22:36:52 +02:00
Max Hilbrunner 55c80494c7 Merge pull request #5509 from dalexeev/bgcolor-fgcolor-bbcodes
Document `[bgcolor]` and `[fgcolor]` BBCodes
2022-01-14 03:28:47 +01:00
Danil Alexeev f47697e1b6 Document [bgcolor] and [fgcolor] BBCodes 2022-01-12 21:05:25 +03:00
Danil Alexeev d7a41d57f6 Add info about [lb] and [rb] BBCodes 2022-01-12 18:41:30 +03:00
Yuri Sizov 4f67dc3cac Reorganize and update the "BBCode in RichTextLabel" article 2021-09-16 03:52:07 +03:00
Max Hilbrunner 54644d4754 Merge pull request #5246 from Calinou/bbcode-in-richtextlabel-url-handling
Document how to handle clicked `[url]` tags in RichTextLabel
2021-09-16 00:35:33 +02:00
Max Hilbrunner 6fe3279246 Merge pull request #5247 from Calinou/bbcode-in-richtextlabel-rgba-color
Update BBCode in RichTextLabel `[color]` for RGBA color change
2021-09-13 22:41:00 +02:00
Aaron Franke 4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Hugo Locurcio 2fe36082ec Document how to handle clicked [url] tags in RichTextLabel 2021-09-13 02:00:58 +02:00
Hugo Locurcio 78fe1e13c2 Update BBCode in RichTextLabel [color] for RGBA color change
Color codes are now RGBA instead of ARGB in Godot 4.0.
2021-09-13 01:59:15 +02:00
bruvzg 20bcd1307a [Complex Text Layouts] Update tutorials and documentation to match TextServer changes. 2021-05-07 11:29:55 +03:00
Danil AlexeevandHugo Locurcio e4c408d326 Update docs about named colors in RichTextLabel (#4648)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-14 15:58:00 +01:00
BeucandHugo Locurcio 8d15ca796d Reference Custom Effects property in BBCode in RichTextLabel (#4604)
Custom effects need manual activation.
This information was missing to complete the tutorial.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-30 17:07:26 +01:00
Nathan Lovato d475940178 Update references to the docs guidelines
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Nathan Lovato 75e6ba0454 Rename GUI to User Interface (UI) 2020-10-08 17:05:17 -06:00