Commit graph

13 commits

Author SHA1 Message Date
Bill Kendrick
3b1c26c93d Update all other Magic tools' "set_color()"
FIXME: This loses "ATTRIBUTE_UNUSED" where they existed, and also
all of the files committed here need that compiler hint added to
all of the new arguments ('canvas', 'last', etc.) since they
obviously don't use them either.
2023-01-25 02:15:19 -08:00
Bill Kendrick
0517b4392c Update URL to https://tuxpaint.org/ everywhere
Also, add other social media accounts to list of places to
announce Tux Paint in RELEASE docs.

Also, list a ton more options missing from default example config file
"src/tuxpaint.conf"
2022-12-11 01:29:25 -08:00
Bill Kendrick
cc05925d9e Re-ran indent on all .c & .h source code files
Like so --
  find . -name "*.c" -or -name "*.h" -exec  indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;

The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Pere Pujal i Carabantes
b6b0636eb5 Merge branch 'master' into sdl2.0 2021-09-27 23:32:48 +02:00
Bill Kendrick
1d5dd8eb9f Finished organizing Magic tools; updated docs
Added group code to `tp_magic_example.c`, and documented
in the "Creating Tux Paint Magic Tool Plugins" docs.
2021-09-21 01:02:22 -07:00
Pere Pujal i Carabantes
f836cc775a Magic tools: Inline->static for android, corrected paths to avoid double slash which makes SDL2 not loading the stuff from assets.
Thoose changes were already in the SDL2 and android versions, they were reverted somehow...
2018-02-28 00:23:15 +01:00
Bill Kendrick
011f7f27c1 indent tornado.c 2017-10-15 11:51:13 -07:00
Pere Pujal i Carabantes
3e5f7c4b85 Tornado too needs MODE_PAINT_WITH_PREVIEW. Removing warnings about missings prototypes and unused variables. 2011-05-13 10:05:57 +00:00
Shin-ichi TOYAMA
6d187a4255 Improper position for declaration. 2009-06-20 11:51:39 +00:00
Pere Pujal i Carabantes
a11f34adda Don't let the top of the funnel be wider than the half of the canvas 2009-06-11 16:25:31 +00:00
Pere Pujal i Carabantes
03fa7b5a2b Stopping sound at scwitchout 2009-06-09 04:17:41 +00:00
William Kendrick
31624e7a6c Corrected description. 2009-06-06 17:42:44 +00:00
William Kendrick
7b26fdf5e6 Tornado Magic Tool by Pere (based on Flowers).
Using sound from an old, Public Domain film (found & extracted by Bill).
2009-06-05 23:43:35 +00:00