Commit graph

5234 commits

Author SHA1 Message Date
Bill Kendrick
2d5991b4ea Sync docs to get "ASCII Color Computer" 2024-09-27 22:46:21 -07:00
Bill Kendrick
60ddaaf7e0 "ASCII Color Computer" working
Tries to pick the best of a set of 16 "CGA color palette" colors
by first mapping each of the RGB components to 0x00, 0x55, 0xAA,
or 0xFF (so 64 possible colors), then finding which of the 16 CGA
colors best matches it.

Also, don't accept the same color as the "background"/"clear" of
"ASCII Typewriter" (white) or "ASCII Computer" (black), to avoid
painting solid colors; pick the reverse color.  (In other words,
both black and white choice draw white computer text on black
background, for example.)
2024-09-27 22:33:09 -07:00
Bill Kendrick
06ede88684 "ASCII" - "Typewriter" & "Computer" support for color
TODO - "Color Computer"
2024-09-27 21:24:42 -07:00
Bill Kendrick
c1dc09c486 "ASCII" - prep for adding color support 2024-09-27 21:12:49 -07:00
Bill Kendrick
8ae1ff5050 Syncing docs for "ASCII" magic tools
...and adding screenshots
2024-09-27 20:34:02 -07:00
Bill Kendrick
c7ce654333 "ASCII": Accept sizes for painting mode
...affects 'diameter' (it's really an NxN square) of the effect.
2024-09-27 20:18:10 -07:00
Bill Kendrick
bd0cb61dc0 "ASCII": Use a snapshot, not current canvas (last) 2024-09-27 20:08:43 -07:00
Bill Kendrick
2484cbe3d8 Moving Android bugfix to Bug Fixes section of CHANGES 2024-09-27 12:19:42 -07:00
Bill Kendrick
fbe142ceab "ASCII" magic tools; place right after "TV" tools 2024-09-27 12:09:44 -07:00
Pere Pujal i Carabantes
7a253f2db4 Magic Rotate: Free new_surf, avoid to eat too much memory. 2024-09-26 23:26:11 +02:00
Bill Kendrick
8f11d70bce Regen POT & PO after adding ASCII magic tools 2024-09-26 00:36:46 -07:00
Bill Kendrick
c9f978b1ca WIP ASCII art Magic tools; code working! 2024-09-26 00:35:01 -07:00
Bill Kendrick
6a591a2ef1 More WIP on ASCII art magic tool 2024-09-25 22:24:54 -07:00
Bill Kendrick
e0a34c1c7a WIP "ASCII" ASCII art magic tool 2024-09-25 21:29:24 -07:00
Bill Kendrick
be4827cd03 Mend bug: Eraser choices turning white...
...when a prompt came up.

h/t Pere; https://sourceforge.net/p/tuxpaint/bugs/292/
2024-09-25 20:01:01 -07:00
Bill Kendrick
13ce7287c8 Sync docs after doc'ing "Rotate" 2024-09-25 00:18:13 -07:00
Bill Kendrick
561fe3c278 Regen POT & PO after adding "Rotate" tool 2024-09-25 00:09:42 -07:00
Bill Kendrick
0c59e83dba "Rotate" icon 2024-09-25 00:09:17 -07:00
Bill Kendrick
9d169fec58 "Rotate" magic - add indicator lines during active use 2024-09-25 00:04:54 -07:00
Bill Kendrick
4ee781c6de "Rotate" sound effects 2024-09-24 23:55:37 -07:00
Bill Kendrick
23a82cef5a WIP "Rotate" magic tool
Rotates the canvas
2024-09-24 23:36:22 -07:00
Bill Kendrick
57a1365382 Syncing docs; grab Fractal magic tool docs 2024-09-23 23:34:09 -07:00
Bill Kendrick
259f423da9 Fractal -- sound & icon 2024-09-23 23:26:29 -07:00
Bill Kendrick
28bc50efab Regen PO after adding Fractals; add to Appdata file 2024-09-23 22:59:40 -07:00
Bill Kendrick
e7213eaaed Fractals: Descriptions of each (programmatic) 2024-09-23 22:57:40 -07:00
Bill Kendrick
ec835bb580 Multiple Fractal tools (WIP) & simpler preview
Starting with four tools:
 * No rotation, shrink to 50%
 * No rotation, grow to 150%
 * 15deg rotiation, grow to 110%
 * 90deg rotation, shrink to 75%

Don't redraw everything while sketching; do the recursive work once,
at the end (avoid CPU explosion).
2024-09-23 22:42:12 -07:00
Bill Kendrick
81ae8bdd36 Comic Dots: Return proper order
There are two tools, so can't use the same number twice!
2024-09-23 22:05:48 -07:00
Bill Kendrick
dbbc8df6c2 When warning about Magic tool orders, show names too 2024-09-23 22:03:07 -07:00
Bill Kendrick
8a3d792025 Fractals: Squelch warnings; prepar for multiple tools 2024-09-23 21:59:29 -07:00
Bill Kendrick
56a57722b3 More work on Fractal magic tool 2024-09-23 21:51:40 -07:00
Bill Kendrick
bb8b1d6cfe WIP Fractal painter
Not working great yet, but a start
2024-09-19 00:52:09 -07:00
Bill Kendrick
628fa77f94 Don't call stopsound() in Magic shutdown()...
...causes a segfault at that point (Mixer already gone?!)
2024-09-17 22:25:36 -07:00
Bill Kendrick
00305ab31d Ran pngout on the new Comic Dots icon PNGs 2024-09-17 22:22:04 -07:00
Bill Kendrick
d6af2fa981 Icons for "Comic Dots" magic tools 2024-09-17 22:21:23 -07:00
Bill Kendrick
d94e85e26e Sound pause/unpause Magic API functions...
...plus documenting them.
...plus using them in new "Comic Dots" Magic tool.
2024-09-17 22:11:32 -07:00
Bill Kendrick
143b50733c Sound effect for new "Comic Dots" Magic tool 2024-09-17 21:35:09 -07:00
Bill Kendrick
61478d7858 Doc'ing new "Comic Dots" magic tool 2024-09-17 21:11:50 -07:00
Bill Kendrick
e8418cc330 WIP "Comic Dots" magic tool
For https://sourceforge.net/p/tuxpaint/feature-requests/257/
2024-09-16 23:56:33 -07:00
Bill Kendrick
134c1781c4 Sync docs after doc'ing Fill->Eraser 2024-09-16 21:20:58 -07:00
Bill Kendrick
fed69f534d 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/
2024-09-16 20:52:26 -07:00
Bill Kendrick
057d3d8378 New Fluff (Gradient) brush 2024-09-16 17:23:16 -07:00
Bill Kendrick
52af46f33f Doc'ing "Quitting when Android...'Are you sure' sound..." fix
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/1cfde8e518582bb339dc8a61ef398c0551562a0e/
h/t Pere
2024-09-15 12:13:52 -07:00
Pere Pujal i Carabantes
1cfde8e518 Quitting when Android asks to do so to recover resources, previously a phone with Tux Paint running unatended in the background and asked to quit by Android, greated the user with an "Are you sure" sound but the user was unable to interact with Tux Paint anymore. 2024-09-15 16:54:01 +02:00
khoidauminh
51fefa32ac Update Vietnamese translation 2024-08-01 22:11:48 +07:00
Bill Kendrick
ee97201a33 Regen POT/PO 2024-07-26 01:16:14 -07:00
Bill Kendrick
24a55fae91 Update Vietnamese translation
h/t Cas (new contributor)
2024-07-26 01:14:22 -07:00
Bill Kendrick
abf0fb6556 New 0.9.34 entry stubs in CHANGES and appdata 2024-07-26 00:45:58 -07:00
Bill Kendrick
d597a250cd Bump version to 0.9.34; sync docs for new version # 2024-07-26 00:44:42 -07:00
Bill Kendrick
5650435ce7 Bump date in appdata file 2024-07-17 21:12:26 -07:00
Bill Kendrick
e9dd7288a8 Ready for 0.9.33 release, I guess! 2024-07-17 21:07:25 -07:00