Commit graph

17 commits

Author SHA1 Message Date
Pere Pujal i Carabantes
a1c778135d Merge branch 'master' into sdl2.0
Merging master 2019-september-24 into sdl2.0 branch
2019-09-24 14:52:40 +02:00
Bill Kendrick
2911b35a50 Elevate "Fill" from Magic Tool to real Tool
Replace the somewhat-recently-added "nothing" item in the tool bar
with the "Fill" tool, which has been converted back from a Magic tool
to a regular tool.

Also, change bash "==" to sh "=" in "if [ ... ]" tests in Makefile.

Also, link to math library (via "-lm") to make sure "max()" is available to
magic tools.

Also, add missing mention of "--newcolorslast" and "--newcolorsfirst" to manpage.
2019-09-12 23:04:13 -07:00
Pere Pujal i Carabantes
5c8419c914 Remade sounds that played too low compared on how they were playing in the SDL1.2 version of Tux Paint. 2017-12-06 06:39:41 +01:00
Pere Pujal i Carabantes
51f2e90c7d Converting sounds that doesn't play right with SDL2_Mixer (Converted with sox -r to half and quarter of 44100, try/error approach) 2017-12-06 06:39:40 +01:00
William Kendrick
1a1cf826c2 Forgot these sounds were used by Text tool. 2007-07-06 19:45:34 +00:00
William Kendrick
74cdb0f66f Removing UI elements (sparkle now a brush, not Magic; blocks handled by Magic plugins). 2007-07-06 19:33:00 +00:00
William Kendrick
47e44cb80f Completed Negative Magic tool as a plugin (except sound).
Created Mirror and Flip Magic tools as plugins (except sound); hooks
added to Magic plugin API to allow starter and starter-undo mirror/flip.
Created Fade and Darken Magic tools as plugins.
Moved magic tool sounds to 'magic'.
Added flip and mirror icons to main Tux Paint UI (used to share magic tools')
Created 'tp-magic-config.sh' to get CFLAGS for compiling magic tool plugins.
Improved magic tool plugin API.
Committed some documentation on magic tool plugin API.
2007-07-05 19:20:58 +00:00
William Kendrick
c544d42145 Added sound effect for grass magic tool.
Sound effects are now in stereo.
2006-02-20 09:54:51 +00:00
William Kendrick
fd21f4d859 Added Tux voice sound effects! 2005-07-17 20:21:47 +00:00
William Kendrick
34819da78d Adding brick sound effect. 2005-01-08 08:18:54 +00:00
William Kendrick
da258d0616 Italic sound effects. 2005-01-08 07:51:58 +00:00
William Kendrick
2e588634bf Adding typewriter bell sound effect. 2005-01-08 07:08:30 +00:00
William Kendrick
420d8acad3 Added sounds for Cartoon and Tint magic tools. 2004-12-12 10:52:33 +00:00
William Kendrick
b84dafcf35 Created sound for Smudge magic. 2004-12-12 10:33:58 +00:00
William Kendrick
f5e8e33e96 Created sound for 'Darken' magic tool. 2004-12-12 10:23:33 +00:00
William Kendrick
81eee84edc Added shrink and grow sounds. 2003-12-19 17:55:21 +00:00
William Kendrick
365fe3e5b6 Initial revision 2003-02-24 01:46:52 +00:00