Commit graph

830 commits

Author SHA1 Message Date
Bill Kendrick
628492aba1 Re-write ASCII Typewriter sound effect OGG file
Saved back out in Audacity (with lower sample rate, which is
fine since it's just a clicking noise), which seems to have gotten
it working again.

h/t Wisdom Lupus for reporting the issue
2025-08-20 01:20:37 +01:00
Bill Kendrick
742ab6ddaa Sync docs after 0.9.36 version bump 2025-06-03 22:24:33 -07:00
Bill Kendrick
dd6d10888d Regen docs after more (final-ish) French updates
Thanks again, Jacques!
2025-05-03 20:16:36 +01:00
Bill Kendrick
401110ad16 Regen docs after more French updates
h/t Jacques
2025-05-03 12:06:50 +01:00
Bill Kendrick
a620c44526 Regen docs after French updates
h/t Jacques

Also, after date bumps
2025-05-02 23:13:01 +01:00
Bill Kendrick
ce911b45cd Sync Swedish docs
h/t Daniel
2025-04-21 10:02:26 -07:00
Bill Kendrick
3b15ddb840 Regen all docs after Swedish updates
h/t Daniel!!!
2025-04-20 18:18:20 -07:00
Bill Kendrick
e70f80c831 Ran indent.sh on emitter.c & tuxpaint.c 2025-04-19 12:51:52 -07:00
Bill Kendrick
340e243cf6 Emitter magic - Mend some compiler warnings
unused variables & args
2025-04-19 12:50:44 -07:00
Bill Kendrick
136d77ac27 Sync docs after Swedish update (needs work)
Many strings ended up being fuzzy; will talk with Daniel
2025-04-19 12:32:19 -07:00
Bill Kendrick
e80254df51 Ran indent.sh to re-indent all source code 2025-03-24 19:33:13 -07:00
Bill Kendrick
3d5f2001c1 Doc'ing emitter Magic tools 2024-12-26 21:24:33 -08:00
Bill Kendrick
32587d99a0 Emitter Magic tools: Icons 2024-12-26 21:11:28 -08:00
Bill Kendrick
3cd9e1cbfd Emitter: Hearts: Sound effect 2024-12-26 21:01:05 -08:00
Bill Kendrick
1a9942f076 Emitter: Stars: Sound effect 2024-12-26 20:53:00 -08:00
Bill Kendrick
e35e320ea8 Emitter: Sparkles: Sound effect 2024-12-26 20:41:18 -08:00
Bill Kendrick
e1b9f29c2f Magic Emitters: Motion, gravity, & spawning
Hearts float up, sparkles float down (and sometimes spawn).
Everyone gets random initial movement.
2024-12-26 20:29:44 -08:00
Bill Kendrick
47947e928a Ran pngout on Magic emitter images 2024-12-26 01:10:06 -08:00
Bill Kendrick
9822270759 Magic emitters: Support color 2024-12-26 01:05:30 -08:00
Bill Kendrick
51a335a293 More work on emitter magic tools
Added heart & sparkle shapes.  Allowing for randomized rotation &/or
animation frames.  (Sparkles has frames, but does not rotate;
hearts & stars have no frames, but can rotate; hearts only +/- 45 degrees.)

For https://sourceforge.net/p/tuxpaint/feature-requests/266
2024-12-25 23:49:27 -08:00
Bill Kendrick
323aa6c42d WIP: Emitter magic tools
Star image so far.  Lots more to do.
For https://sourceforge.net/p/tuxpaint/feature-requests/266/
2024-12-25 23:15:26 -08:00
Bill Kendrick
79ce7a87ca Bump to 0.9.35 2024-11-15 00:19:10 -08:00
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
a62db7f9c2 Tweaks to w3m.sh to improve TXT version of docs
Make headers and description terms more apparent, by adding
some more regexps into the `sed` that the HTML is piped through
before being sent to `w3m`.
2024-10-14 17:08:31 -07:00
Bill Kendrick
c40479c263 "Tessellation" magic tool documentation 2024-10-09 20:09:49 -07:00
Bill Kendrick
076ccbd947 "Tessellation" sound effect 2024-10-09 19:58:32 -07:00
Bill Kendrick
7ccd3aca7f "Tessellation": Two variations; add icon; move...
... to pattern painting group
2024-10-09 19:25:28 -07:00
Bill Kendrick
881ea9a3c1 WIP "Tessellation" magic tool 2024-10-08 01:17:56 -07:00
Bill Kendrick
6f58ce7520 "Concentric Circle" sound effect 2024-10-07 23:37:19 -07:00
Bill Kendrick
281b42e700 "Concentric Square" sound effect 2024-10-07 23:32:21 -07:00
Bill Kendrick
9c62a43313 Icons for "Concentric Circle" & "Square" 2024-10-07 22:55:55 -07:00
Bill Kendrick
ed8bde60ff Docs for "Concentric Circles" & "Squares" 2024-10-07 22:52:24 -07:00
Bill Kendrick
d98ad2b4cf WIP Concentric Circle & Square magic tools 2024-10-07 22:45:11 -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
Pere Pujal i Carabantes
0a2f406765 Gettexting ASCII styles also in descriptions. 2024-10-08 01:30:16 +02:00
Bill Kendrick
bb9a831acf Docs for "Spiral" magic tools 2024-10-04 22:46:40 -07:00
Bill Kendrick
c5d78047bf "Spiral" magic tools: icons & sound effects 2024-10-04 22:37:53 -07:00
Bill Kendrick
cc8b903850 WIP "Spiral" & "Square Spiral" magic tools
Needs docs, icons, sound effects, and correct grouping/ordering.
For https://sourceforge.net/p/tuxpaint/feature-requests/261/
2024-10-04 21:07:39 -07:00
Bill Kendrick
f296e98acf Spray Paint docs 2024-10-02 23:33:42 -07:00
Bill Kendrick
54174788d2 Spraypaint: Address some compiler warnings 2024-10-02 23:13:05 -07:00
Bill Kendrick
0dd7d39676 New "Spray Paint" magic tool
Paints a spray of dots around the cursor, simulating paint
from a spray can, or an airbrush.
2024-10-02 22:39:10 -07:00
Bill Kendrick
2ae3c1da99 Add comment about bug #286 to Rotate Magic tool 2024-10-02 21:28:23 -07:00
Bill Kendrick
7ea39f8ea6 "Comic Dots" improvement; avoid tint around dots 2024-09-29 00:48:48 -07:00
Bill Kendrick
c98ab135a5 Sync docs to grab "Crescent" magic tool docs 2024-09-28 22:55:22 -07:00
Bill Kendrick
e9db2402b1 "Crescent" sound effect 2024-09-28 22:50:09 -07:00
Bill Kendrick
685f0d44ee "Crescent" icon 2024-09-28 22:29:06 -07:00
Bill Kendrick
f2f7ef125f "Crescent": Rearrange order; add screenshot for docs 2024-09-28 17:55:16 -07:00
Bill Kendrick
9395f16118 "Crescent" magic tool (WIP)
Needs icon, sound, and docs.
2024-09-28 17:49:58 -07:00
Bill Kendrick
629c23897d Icons for "ASCII" art magic tools 2024-09-27 23:23:32 -07:00
Bill Kendrick
7b58a651c6 Sound effects for "ASCII [Color] Computer"
Also, sync "ASCII Typewriter" txt docs.
2024-09-27 23:05:36 -07:00