From 97c547e9c77ae9e9578a765953014d72cf748985 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 19 May 2024 23:30:12 -0700 Subject: [PATCH] Demoting Specular magic to a WIP --- docs/CHANGES.txt | 13 +++++-------- magic/src/{ => WIP}/specular.c | 0 src/org.tuxpaint.Tuxpaint.appdata.xml.in | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) rename magic/src/{ => WIP}/specular.c (100%) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 4efde8094..e8606cddc 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,16 +6,9 @@ Copyright (c) 2002-2024 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2024.May.14 (0.9.33) +2024.May.19 (0.9.33) * New Magic Tools: ---------------- - * WIP Specular Reflection: Draws a slightly blurred, wavy, and - faded reflection of the opposite half of the drawing. - Bill Kendrick - + WIP Needs screenshot (for docs) - + WIP Needs icon - + WIP Needs sound effect - * Dither & Dither (Keep Color): Replaces all or part of a drawing with dithered X-and-white pixels. With "Dither", X is always black, or the currently-selected color; with "Dither (Keep Color)", X is @@ -32,6 +25,10 @@ https://tuxpaint.org/ + WIP Needs sound effect + WIP Needs testing & tweaking + * WIP Specular Reflection: Draws a slightly blurred, wavy, and + faded reflection of the opposite half of the drawing. + Bill Kendrick + * Magic Tool Improvements: ------------------------ * 3D Glasses - Now offers different color separation variations diff --git a/magic/src/specular.c b/magic/src/WIP/specular.c similarity index 100% rename from magic/src/specular.c rename to magic/src/WIP/specular.c diff --git a/src/org.tuxpaint.Tuxpaint.appdata.xml.in b/src/org.tuxpaint.Tuxpaint.appdata.xml.in index 8d41e34fc..42f7e6b20 100644 --- a/src/org.tuxpaint.Tuxpaint.appdata.xml.in +++ b/src/org.tuxpaint.Tuxpaint.appdata.xml.in @@ -47,11 +47,11 @@ - +

Transparent Erasers.

Brushes support descriptions.

-

New Magic tools: Dither, Specular, Filled Polygon.

+

New Magic tools: Dither, Filled Polygon.

Updated Magic tools: 3D Glasses (now offers different anaglyph color combinations).

Magic tools may be ungrouped ("ungroupmagictools").

Localization updates.