New "Eraser" flood fill mode

...to expose the background (solid color, or template or starter
background).

Closes https://sourceforge.net/p/tuxpaint/feature-requests/258/
This commit is contained in:
Bill Kendrick 2024-09-16 20:52:26 -07:00
parent 057d3d8378
commit fed69f534d
136 changed files with 14496 additions and 13674 deletions

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/
# June 14, 2002 - July 26, 2024
# June 14, 2002 - September 16, 2024
# The version number, for release:
@ -1345,7 +1345,7 @@ obj/playsound.o: src/playsound.c src/playsound.h \
@$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(DEFS) $(ARCH_DEFS) \
-c src/playsound.c -o obj/playsound.o
obj/fill.o: src/fill.c src/fill.h \
obj/fill.o: src/fill.c src/fill.h src/fill_tools.h \
src/rgblinear.h src/playsound.h src/pixels.h
@echo
@echo "...Compiling flood fill tool..."