Now using AUDIO_S16SYS, 15bpp graphics. Has room for 512 stamps loaded at once.

This commit is contained in:
William Kendrick 2004-11-22 01:47:04 +00:00
parent c52c1321fc
commit abe6a5637f
2 changed files with 27 additions and 6 deletions

View file

@ -8,6 +8,18 @@ http://www.newbreedsoftware.com/tuxpaint/
2004.November.21 (0.9.15)
* Increased maximum number of stamps that can be loaded at once from
256 to 512.
Albert Cahalan <albert@users.sourceforge.net>
* Switched from using 16bpp display surfaces to 15bpp, 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)
Albert Cahalan <albert@users.sourceforge.net>
* Improved compiler warnings (CLFAGS in Makefile)
Albert Cahalan <albert@users.sourceforge.net>