www.jpct.net

General => News => Topic started by: EgonOlsen on October 01, 2007, 08:31:40 pm

Title: Version 1.15 has been released!
Post by: EgonOlsen on October 01, 2007, 08:31:40 pm
Finally...changes can be found here: http://www.jpct.net/changes.html (http://www.jpct.net/changes.html)

Have fun!
Title: Re: Version 1.15 has been released!
Post by: Klaudiusz on October 01, 2007, 09:41:24 pm
Very good job. Thank You!
Title: Re: Version 1.15 has been released!
Post by: AGP on October 03, 2007, 08:24:01 pm
Thanks a lot for your hard work, Egon.
Title: Re: Version 1.15 has been released!
Post by: manumoi on October 06, 2007, 02:06:44 pm
hello Egon, great work as usual.

I m particularly interested in your new Texture constructor,  would it be possible to add a variant with a Color object (or 3 int for rgb values) to create a texture with the given color instead of always black?

Texture(int width, int height, java.awt.Color color)

Title: Re: Version 1.15 has been released!
Post by: Kearnan on October 06, 2007, 02:55:07 pm
Thank you for the new version and for all the really impressive work you've done.  I've been having a great time with JPCT.  Have a world builder/editor constructed with all the GUI, now managing file upload/transfers for user's models, textures and music files and doing some communication with PHP and server side security.  I'll hopefully have a project for demonstration up soon.
Title: Re: Version 1.15 has been released!
Post by: EgonOlsen on October 06, 2007, 03:04:05 pm
I m particularly interested in your new Texture constructor,  would it be possible to add a variant with a Color object (or 3 int for rgb values) to create a texture with the given color instead of always black?

Texture(int width, int height, java.awt.Color color)
Good point! I should have thought about that myself. I've added it to the released 1.15 version and updated the download. Just have a look.
Title: Re: Version 1.15 has been released!
Post by: manumoi on October 07, 2007, 08:37:16 pm
just great. Thanks you