Sync docs; update org.tuxpaint.Tuxpaint.appdata.xml.in

Syncing docs to grab version & date updates, MAGIC-API tweak,
and updated quickstart guide.

Update `org.tuxpaint.Tuxpaint.appdata.xml.in` to mention
2- and 3-point perspective, and "complexity" option, too.

Regen. POT & PO files to grab new strings from appdata file.
This commit is contained in:
Bill Kendrick 2024-01-01 11:06:48 -08:00
parent bd5d7e5fb7
commit c4a42b6a90
169 changed files with 20477 additions and 17480 deletions

View file

@ -3,10 +3,10 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
Xullo 17, 2023
Xaneiro 1, 2024
+--------------------------------------------------+
| Table of Contents |
@ -203,9 +203,10 @@ int init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level)
The complexity_level variable contains the "complexity level" that Tux
Paint magic tools may offer — that is, the expertise level of the user. The
levels are defined in tp_magic_api.h:
+ MAGIC_COMPLEXITY_ADVANCED: Advanced (default) (--complexity=advanced)
+ MAGIC_COMPLEXITY_BEGINNER: Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_Novice: Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_NOVICE (0): Novice (--complexity=novice)
+ MAGIC_COMPLEXITY_BEGINNER (1): Beginner (--complexity=beginner)
+ MAGIC_COMPLEXITY_ADVANCED (2): Advanced (default) (--complexity=
advanced)
Your Magic tool(s) may wish to react differently depending on the expertise
level of the user, either simplifying how each tool works, or excluding one
or all of them entirely. (For example, the 1-, 2-, and 3-point perspective