0.6.0 Update

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
napco
Party member
Posts: 129
Joined: Fri Jun 12, 2009 9:28 pm
Location: Ital... ehm...

Re: 0.6.0 Update

Post by napco »

Really? Wow! Then i'll try to learn HTML and help out if university will give me enough spare time
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: 0.6.0 Update

Post 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
User avatar
hertzcastle
Party member
Posts: 100
Joined: Sun Jan 04, 2009 4:51 pm
Location: brighton, uk

Re: 0.6.0 Update

Post by hertzcastle »

is there no image:setCenter() yet?
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: 0.6.0 Update

Post 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)
When I write def I mean function.
User avatar
athanazio
Citizen
Posts: 96
Joined: Fri Apr 10, 2009 3:12 am
Location: Rio de Janeiro - Brazil
Contact:

Re: 0.6.0 Update

Post by athanazio »

quick question: do we have a date for 0.6.0 release ?
Nothing is simple but everything is possible.
User avatar
hertzcastle
Party member
Posts: 100
Joined: Sun Jan 04, 2009 4:51 pm
Location: brighton, uk

Re: 0.6.0 Update

Post by hertzcastle »

ahhhhh, cheers kikito!
User avatar
hertzcastle
Party member
Posts: 100
Joined: Sun Jan 04, 2009 4:51 pm
Location: brighton, uk

Re: 0.6.0 Update

Post by hertzcastle »

and yea, any date in particular 0.6.0 is dropping on us?
User avatar
RetroMan
Prole
Posts: 16
Joined: Fri Oct 10, 2008 7:05 pm

Re: 0.6.0 Update

Post 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.
Old programmers never die, they just get disassembled...
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: 0.6.0 Update

Post 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...)
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: 0.6.0 Update

Post 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:
Help us help you: attach a .love.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 233 guests