Bill Kendrick
44d7d0ee5d
Re-run indent.sh under GNU indent 2.2.13
...
Slight change to its default behavior re: pointer variables
(before: "type * var"; now seems to prefer: "type *var").
2024-10-20 11:22:30 -07:00
Bill Kendrick
244ab1d6f2
Being more consistent w/ use of gettext()/_noop()
...
...in Magic tools (for names & descriptions / tool-tips).
2024-10-07 21:44:08 -07:00
Bill Kendrick
e3cb845426
Gave ordering to all Picture Decorations magic tools
2024-01-16 22:48:41 -08:00
Bill Kendrick
2055b071f1
All magic tools: Add "complexity_level" arg to init()
2023-12-29 14:43:40 -08:00
Bill Kendrick
18f9cad6fe
Adding "indent.sh" to re-indent code; ran it!!!
2023-04-23 23:26:00 -07:00
Bill Kendrick
be1486ccdc
Snow & Snowflakes: Update to new plugin API
...
Would be nice to support sizes (snowflake will require new PNGs).
Also noting that it'd be nice to offer painting mode.
2023-04-22 12:31:32 -07:00
Bill Kendrick
4d932f800b
Add ATTRIBUTE_UNUSED back to MAGIC_set_color() funcs
...
Avoid compile time warnings
2023-02-12 13:17:49 -08:00
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
12b503be9c
Adding more Magic tools to their groups...
...
WIP
2021-09-20 23:47:31 -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
29b25992ad
indent snow.c
2017-10-15 11:50:59 -07:00
Pere Pujal i Carabantes
a1ebbd5a14
Removing warnings on snow and tint by finaiized as a task in GCI
2011-12-18 23:49:01 +00:00
secretlondon
4057d707ee
Sounds for snowball and snowflake - thanks Mike from soundbible.com!
2009-06-24 17:29:00 +00:00
Shin-ichi TOYAMA
a5fdc5cf3a
gettext_noop() should be used for some old system.
2009-05-26 16:10:00 +00:00
secretlondon
ee8020589a
More attempts to simplify and standardise the language of the new magic tools.
2008-08-28 21:34:52 +00:00
secretlondon
9c859fd13e
new icons for alien, rain, snowflake, snowball and edges magic tools + typo
2008-08-27 22:39:12 +00:00
Andrew Corcoran
a0cd6daeb5
Removed error checking from magic tools as it was causing problems with --nosound
2008-08-03 22:15:52 +00:00
Andrew Corcoran
d0d5e16b00
Added alien magic tool. Added missing description text for some magic tools.
2008-07-29 19:57:55 +00:00
Andrew Corcoran
fd65f98abc
Added Rain magic tool. Added error checking to previous tools. Added missing static declarations for global variables
2008-07-24 15:44:14 +00:00
Andrew Corcoran
ab97b56911
Added snow magic tool
2008-07-12 19:37:18 +00:00