Improved some recent change log entries.

This commit is contained in:
William Kendrick 2004-11-27 00:07:43 +00:00
parent 5ec0d9e340
commit 6725fa2cbd

View file

@ -7,36 +7,32 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2004.November.24 (0.9.15)
* Stamp outline fixes: handle stamps that go all the way to the edge of
the image file (example: ones w/o alpha), use a stiple pattern that
doesn't have empty rows or columns (causes blankouts and jumping),
thicker line, line symetric about the boundry
2004.November.26 (0.9.15)
* Greatly improved stamp outlining (to avoid empty rows or columns
and other artifacts) by using a thick stippled pattern.
Albert Cahalan <albert@users.sf.net>
* Let's try the new tinter code. Be sure to get the new *.dat files
to ensure that greyscale stamps (ugh) get tinted, and that a few
wide-hue stamps (marigold, truck) get fully tinted.
* Stamp tinting code changed. Stamp ".dat" files may include
"tinter=anyhue", "tinter=narrow", "tinter=normal" or "tinter=vector",
describing how the contents of the stamp should be tinted. (See README)
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>
* Added "scale" keyword (*.dat files) for high-resolution stamp images.
Fixed it later; had ":" and "/" flipped around. Documented it.
Albert Cahalan <albert@users.sf.net>
* Can now use pretty much any window size, like 1234x666.
* Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
displays (e.g., Mac monitors)
Albert Cahalan <albert@users.sf.net>
* abstracted stamp scaling (prep for large sizes)
Per-stamp sane scaling range enforced. (generally bigger)
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>
* drawtext_callback prototype forces useless arg. void it
* drawtext_callback() prototype forces useless arg.; voided it
Albert Cahalan <albert@users.sf.net>
* Enabled more compiler warnings, and updated code to prevent them.
@ -50,19 +46,18 @@ http://www.newbreedsoftware.com/tuxpaint/
256 to 512.
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
to choose which you want.)
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);
helps sound on Linux on Mac hardware.
Albert Cahalan <albert@users.sourceforge.net>
* Improved compiler warnings (CLFAGS in Makefile)
Albert Cahalan <albert@users.sourceforge.net>
* 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>
* Albanian translation created.