Search found 10 matches

by MD
Mon Nov 09, 2009 11:57 pm
Forum: Support and Development
Topic: How do I can program the bouncy material?
Replies: 1
Views: 1455

Re: How do I can program the bouncy material?

I found two method to bouncy ball: by hand programming: In another code add the collision callback function load() ... world:setCallback(collision) ... end ... function collision(a, b, c) body:applyImpulse(0, -5000) end by physic löve api: And after, I searched but I searched in deep in the document...
by MD
Mon Nov 09, 2009 11:31 am
Forum: Support and Development
Topic: How do I can program the bouncy material?
Replies: 1
Views: 1455

How do I can program the bouncy material?

Well, I testing and learn löve, and I try programe a two material (ball over the rectangle) and the bouncing, but only the ball don't bounce. The sourcecode is: function load() world = love.physics.newWorld( 2000, 2000) world:setGravity(0, 50) love.graphics.setBackgroundColor( 255, 255, 255) ground ...
by MD
Mon Nov 09, 2009 12:28 am
Forum: Support and Development
Topic: Exist the method same to SDL_SetColorKey
Replies: 2
Views: 1876

Re: Exist the method same to SDL_SetColorKey

Thanks, Yes, I did the same more or less (I did use the gimp to clean the background).
by MD
Sun Nov 08, 2009 11:34 pm
Forum: Support and Development
Topic: Exist the method same to SDL_SetColorKey
Replies: 2
Views: 1876

Exist the method same to SDL_SetColorKey

Hi. I have begun to learn the love. And I have a test that it has a image with a blue background. Well I read the doc for search a method to set transparent background in image, but I didn't find. My question is, are there a function as http://www.libsdl.org/cgi/docwiki.cgi/SDL_SetColorKey in love? ...
by MD
Wed Nov 04, 2009 11:52 pm
Forum: General
Topic: Can I change the wiki? I want to add template for languages.
Replies: 3
Views: 2620

Re: Can I change the wiki? I want to add template for languages.

I re-code the template languages: <onlyinclude> {| cellpadding="0" cellspacing="0" style="color: white;background-color: #e658a0;border: 5px solid #f0a4c8;padding: 2px 5px;text-align: center;" |''This page is available in: [[{{#titleparts: {{BASEPAGENAME}}| 1 }} |Englis...
by MD
Wed Nov 04, 2009 12:17 am
Forum: General
Topic: Can I change the wiki? I want to add template for languages.
Replies: 3
Views: 2620

Re: Can I change the wiki? I want to add template for languages.

I study in deep the documentation of mediawiki, http://www.mediawiki.org/wiki/BASEPAGENAME#Page_names . And the {{BASEPAGENAME}} return the string "a/b" for "a/b" or "a/b/c".... Maybe I found the solution is with the extension ParserFunctions (http://www.mediawiki.org/w...
by MD
Tue Nov 03, 2009 11:57 pm
Forum: General
Topic: Can I change the wiki? I want to add template for languages.
Replies: 3
Views: 2620

Re: Can I change the wiki? I want to add template for languages.

:o it don't run fine, http://love2d.org/wiki/index.php?title=Template:Languages because in only page in the only page translate http://love2d.org/wiki/index.php?title=Lua/ES The template take the BASEPAGENAME all page....in this case "Lua/ES" and it show in this template "Lua/ES/ES&qu...
by MD
Tue Nov 03, 2009 11:25 am
Forum: General
Topic: Can I change the wiki? I want to add template for languages.
Replies: 3
Views: 2620

Can I change the wiki? I want to add template for languages.

Hi. I want to add template for other foreing languages (like spanish ;) ) same at the page in this wiki http://faq.tuxfamily.org/Welcome/Sp . You can see the blue box the wiki links of the same page in other languages. And other example of language template is http://www.mediawiki.org/wiki/Template:...
by MD
Sat Oct 31, 2009 9:20 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 105424

Re: 0.6.0 Update

It works. Thanks, thanks. But now I have a questión. Where do I find the changes of 0.50 to 0.60? Because I think that the "love.graphics.print" is new (I am newbie.). Thanks again ;) .
by MD
Sat Oct 31, 2009 3:11 am
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 105424

Re: 0.6.0 Update

Hi. I test the deb package of 0.60 (of http://love2d.org/builds/) and the source love-20091031-08c8c6b44700-linux-src.tar.gz in my computer with x86_64 Ubuntu 9.04. And...the love demo when you run without file o dir, yes it's run (I can see the hippie tank ;) ). But any other proyect, for example t...