Bill Kendrick 2023-05-22 23:43:28 -07:00
parent 7d4118b4d5
commit da02bf19bf
4 changed files with 20 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2023
Various contributors (see below, and CHANGES.txt) Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/ https://tuxpaint.org/
June 17, 2002 - May 20, 2023 June 17, 2002 - May 22, 2023
* Design and Coding: * Design and Coding:
@ -184,6 +184,15 @@ June 17, 2002 - May 20, 2023
Creative Commons Attribution 4.0 International (CC BY 4.0) Creative Commons Attribution 4.0 International (CC BY 4.0)
by https://freesound.org/people/Ustym_Petrovych/ by https://freesound.org/people/Ustym_Petrovych/
"Loops" & "Squiggles" Magic tools
by Bill Kendrick <bill@newbreedsoftware.com>
"Loops" sound:
"Percussion » Wobble Board"
(https://freesound.org/people/Jagadamba/sounds/254397/)
Creative Commons Attribution 4.0 International (CC BY 4.0)
by https://freesound.org/people/Jagadamba/
Mouse accessibility code and keyboard access Mouse accessibility code and keyboard access
Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010, Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010,
with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org> with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org>

View file

@ -11,16 +11,25 @@ https://tuxpaint.org/
---------------- ----------------
* WIP Loops - Draw loop-the-loops. * WIP Loops - Draw loop-the-loops.
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
Sound effect CC-BY 4.0 by
https://freesound.org/people/Jagadamba/
- WIP needs icon
* WIP Ribbon - Paints a flowing, fixed-length ribbon. * WIP Ribbon - Paints a flowing, fixed-length ribbon.
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
- WIP needs sfx
- WIP needs icon
* WIP Smooth - Freehand paintbrush with a smoothing effect (Bezier curve) * WIP Smooth - Freehand paintbrush with a smoothing effect (Bezier curve)
h/t Pere for the idea h/t Pere for the idea
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
- WIP needs sfx
- WIP needs icon
* WIP Squiggles - Draw squiggly shapes. * WIP Squiggles - Draw squiggly shapes.
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
- WIP needs sfx
- WIP needs icon
* Improvements to Eraser tool: * Improvements to Eraser tool:
---------------------------- ----------------------------

BIN
magic/sounds/loops.ogg Normal file

Binary file not shown.

View file

@ -49,7 +49,7 @@ enum {
char * smooth_snd_fnames[NUM_TOOLS] = { char * smooth_snd_fnames[NUM_TOOLS] = {
"rainbow.ogg", // FIXME "rainbow.ogg", // FIXME
"rainbow.ogg", // FIXME "rainbow.ogg", // FIXME
"rainbow.ogg", // FIXME "loops.ogg",
}; };
char * smooth_names[NUM_TOOLS] = { char * smooth_names[NUM_TOOLS] = {