Improved some recent change log entries.
This commit is contained in:
parent
5ec0d9e340
commit
6725fa2cbd
1 changed files with 17 additions and 22 deletions
|
|
@ -7,36 +7,32 @@ bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
|
|
||||||
2004.November.24 (0.9.15)
|
2004.November.26 (0.9.15)
|
||||||
* Stamp outline fixes: handle stamps that go all the way to the edge of
|
* Greatly improved stamp outlining (to avoid empty rows or columns
|
||||||
the image file (example: ones w/o alpha), use a stiple pattern that
|
and other artifacts) by using a thick stippled pattern.
|
||||||
doesn't have empty rows or columns (causes blankouts and jumping),
|
|
||||||
thicker line, line symetric about the boundry
|
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* Let's try the new tinter code. Be sure to get the new *.dat files
|
* Stamp tinting code changed. Stamp ".dat" files may include
|
||||||
to ensure that greyscale stamps (ugh) get tinted, and that a few
|
"tinter=anyhue", "tinter=narrow", "tinter=normal" or "tinter=vector",
|
||||||
wide-hue stamps (marigold, truck) get fully tinted.
|
describing how the contents of the stamp should be tinted. (See README)
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* Moved tinter code into own function.
|
* Added "scale" keyword (in stamp ".dat" files) for high-resolution stamp
|
||||||
|
images.
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* Added "scale" keyword (*.dat files) for high-resolution stamp images.
|
* Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
|
||||||
Fixed it later; had ":" and "/" flipped around. Documented it.
|
displays (e.g., Mac monitors)
|
||||||
Albert Cahalan <albert@users.sf.net>
|
|
||||||
|
|
||||||
* Can now use pretty much any window size, like 1234x666.
|
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* abstracted stamp scaling (prep for large sizes)
|
* abstracted stamp scaling (prep for large sizes)
|
||||||
Per-stamp sane scaling range enforced. (generally bigger)
|
Per-stamp sane scaling range enforced. (generally bigger)
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* simplify strip_trailing_whitespace, now O(n)
|
* Simplified strip_trailing_whitespace() function; now O(n)
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* drawtext_callback prototype forces useless arg. void it
|
* drawtext_callback() prototype forces useless arg.; voided it
|
||||||
Albert Cahalan <albert@users.sf.net>
|
Albert Cahalan <albert@users.sf.net>
|
||||||
|
|
||||||
* Enabled more compiler warnings, and updated code to prevent them.
|
* Enabled more compiler warnings, and updated code to prevent them.
|
||||||
|
|
@ -50,19 +46,18 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
256 to 512.
|
256 to 512.
|
||||||
Albert Cahalan <albert@users.sourceforge.net>
|
Albert Cahalan <albert@users.sourceforge.net>
|
||||||
|
|
||||||
* Switched from using 16bpp display surfaces to 15bpp, to reduce
|
* Switched from using 16bpp display surfaces to 32bpp, to reduce
|
||||||
discoloration. ("#define" options exist at the top of src/tuxpaint.c
|
discoloration. ("#define" options exist at the top of src/tuxpaint.c
|
||||||
to choose which you want.)
|
to choose which you want.)
|
||||||
Albert Cahalan <albert@users.sourceforge.net>
|
Albert Cahalan <albert@users.sourceforge.net>
|
||||||
|
|
||||||
* Now uses "AUDIO_S16SYS" when initializing audio system (on Linux/Mac/BeOS)
|
* Now uses "AUDIO_S16SYS" when initializing audio system (on Linux/Mac/BeOS);
|
||||||
Albert Cahalan <albert@users.sourceforge.net>
|
helps sound on Linux on Mac hardware.
|
||||||
|
|
||||||
* Improved compiler warnings (CLFAGS in Makefile)
|
|
||||||
Albert Cahalan <albert@users.sourceforge.net>
|
Albert Cahalan <albert@users.sourceforge.net>
|
||||||
|
|
||||||
* Added beige and tan colors. Changed "Lime" to "Neon Green."
|
* Added beige and tan colors. Changed "Lime" to "Neon Green."
|
||||||
Tweaked some color values. Moved grey/silver next to black/white.
|
Renamed "Fuschia" to "Magenta." Tweaked some color values.
|
||||||
|
Moved grey/silver next to black/white.
|
||||||
Albert Cahalan <albert@users.sourceforge.net>
|
Albert Cahalan <albert@users.sourceforge.net>
|
||||||
|
|
||||||
* Albanian translation created.
|
* Albanian translation created.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue