Sound effects for Filled Polygon magic tool

Based on some CC0 sounds by Kenneth Cooney (see AUTHORS.txt and
CHANGES.txt).
This commit is contained in:
Bill Kendrick 2024-05-28 23:29:57 -07:00
parent 02562f8b44
commit a2fece280b
6 changed files with 41 additions and 17 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - March 28, 2024
June 17, 2002 - May 28, 2024
* Design and Coding:
@ -153,6 +153,13 @@ June 17, 2002 - March 28, 2024
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/>
Filled Polygon sound effects (place, move, finish) based on
"success_02.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/463067/),
"success.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/457547/), &
"Completed.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/609336/)
respectively.
Creative Commons 0 by Kenneth Cooney <https://www.kennethcooney.com/>
Bloom magic tool
by Bill Kendrick <bill@newbreedsoftware.com>
Googly Eyes sound effect: "Torch Crackle.wav"

View file

@ -13,17 +13,19 @@ https://tuxpaint.org/
with dithered X-and-white pixels. With "Dither", X is always black,
or the currently-selected color; with "Dither (Keep Color)", X is
a muted version of the original color.
Bill Kendrick <bill@newbreedsoftware.com>
- Sound effects based on "Orion FIll.wav", Creative Commons 0
+ Code & icon Bill Kendrick <bill@newbreedsoftware.com>
+ Sound effects based on "Orion FIll.wav", Creative Commons 0
by KatHakaku <https://freesound.org/people/KatHakaku/>
* WIP Filled Polygon - Draw points to form a polygon which is filled
Bill Kendrick <bill@newbreedsoftware.com>
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
* Filled Polygon + Draw points to form a polygon which is filled
+ Code & icon by Bill Kendrick <bill@newbreedsoftware.com>
+ Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
+ Sound effects based on "success.wav", "success_02.wav", and
"Completed.wav", Creative Commons 0 by Kenneth Cooney
<https://freesound.org/people/Kenneth_Cooney>
<https://www.kennethcooney.com/>
Closes https://sourceforge.net/p/tuxpaint/feature-requests/251/
+ WIP Needs sound effect
+ WIP Needs testing & tweaking
* Magic Tool Improvements:
------------------------
@ -31,8 +33,8 @@ https://tuxpaint.org/
(via the size option): Red/Cyan, Red/Blue, Red/Green, and Magenta/Cyan.
(If Tux Paint is running in "Novice" complexity mode, no choices will
be available; it will use Red/Cyan, as before.)
+ Idea O'Hare The Rabbit
+ Coding Bill Kendrick <bill@newbreedsoftware.com>
+ Idea from O'Hare The Rabbit
+ Coding by Bill Kendrick <bill@newbreedsoftware.com>
* Improvements to Eraser tool:
----------------------------