Page 19 of 23

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 11:20 am
by napco
Really? Wow! Then i'll try to learn HTML and help out if university will give me enough spare time

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 11:29 am
by bartbes
No HTML is needed, potato uses a custom language to describe everything and is then built using those files. Check out The documentation guide of potato

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 12:03 pm
by hertzcastle
is there no image:setCenter() yet?

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 1:39 pm
by kikito
@hertzcastle:
image:setCenter() has been replaced by two additional parameters on love.graphics.draw called ox and oy.

before you did :

Code: Select all

  img:setCenter(200, 100)
  love.graphics.draw(img, x, y, angle, scaleX, scaleY)
now you do:

Code: Select all

  love.graphics.draw(img, x, y, angle, scaleX, scaleY, 200, 100)

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 2:19 pm
by athanazio
quick question: do we have a date for 0.6.0 release ?

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 2:33 pm
by hertzcastle
ahhhhh, cheers kikito!

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 2:35 pm
by hertzcastle
and yea, any date in particular 0.6.0 is dropping on us?

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 2:36 pm
by RetroMan
athanazio wrote:quick question: do we have a date for 0.6.0 release ?
x2

I'll have some time this winter to work on a Starflight "remake" but would like to use the "latest and greatest" version... Especially since there have been so many API changes.

Cheers.

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 2:50 pm
by bartbes
Do we have a date? No.
Do we have a target? Yes, that is to develop until rude finally gives his seal of approval, which could be today or when dinosaurs have evolved back into existence (which might be today too...)

Re: 0.6.0 Update

Posted: Wed Nov 11, 2009 4:56 pm
by Robin
bartbes wrote:when dinosaurs have evolved back into existence (which might be today too...)
EPIC COINCIDENCE!

Because that totally didn't happen today. (Your mileage may vary.) :nyu: