Author Topic: Version 1.15 has been released!  (Read 7619 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Version 1.15 has been released!
« on: October 01, 2007, 08:31:40 pm »
Finally...changes can be found here: http://www.jpct.net/changes.html

Have fun!

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
Re: Version 1.15 has been released!
« Reply #1 on: October 01, 2007, 09:41:24 pm »
Very good job. Thank You!

Offline AGP

  • quad
  • ******
  • Posts: 1726
    • View Profile
Re: Version 1.15 has been released!
« Reply #2 on: October 03, 2007, 08:24:01 pm »
Thanks a lot for your hard work, Egon.

Offline manumoi

  • long
  • ***
  • Posts: 121
    • View Profile
    • http://www.iro.umontreal.ca/~blanchae
Re: Version 1.15 has been released!
« Reply #3 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)


Kearnan

  • Guest
Re: Version 1.15 has been released!
« Reply #4 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Version 1.15 has been released!
« Reply #5 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.

Offline manumoi

  • long
  • ***
  • Posts: 121
    • View Profile
    • http://www.iro.umontreal.ca/~blanchae
Re: Version 1.15 has been released!
« Reply #6 on: October 07, 2007, 08:37:16 pm »
just great. Thanks you