Search found 74 matches

by Tenoch
Tue Sep 15, 2009 9:04 pm
Forum: Support and Development
Topic: LOVE on Xandros
Replies: 9
Views: 3880

Re: LOVE on Xandros

Several answers: Never managed to boot the Eee from a USB stick. I borrowed a USB CD drive, and that worked perfectly. I First installed Ubuntu-eee, which works pretty fine. LÖVE runs, but if I remember correctly, system it is a bit outdated, and doing dist upgrades improves performance (some video ...
by Tenoch
Fri Aug 28, 2009 7:28 am
Forum: General
Topic: Ludum Dare 48, 15th edition
Replies: 7
Views: 3396

Ludum Dare 48, 15th edition

Ahoy! If you LÖVE lovers have nothing to do this week end, and want to use your mad Lua skillz against madly skilled coders, be sure to give a try to Ludum Dare: http://www.ludumdare.com/ Solo, 48 hours, from scratch (game logic and assets wise), with the theme voted by contestants. And it's a lot o...
by Tenoch
Fri Aug 28, 2009 7:20 am
Forum: General
Topic: Contests?
Replies: 12
Views: 4951

Re: Contests?

Contests are always nice, I vote yes.
by Tenoch
Tue Aug 25, 2009 8:48 am
Forum: Support and Development
Topic: Misc Questions
Replies: 11
Views: 4954

Re: Misc Questions

Bragging: On my Mac it's easier to do a Ö or ö because I don't have to remember numbers. Brag brag brag. :P :nyu: Bragging: on my keyboard, ö is a first level key, and Ö is shift + that key. Finnish keyboard FTW! About the continue, a "classic" way to do it in Lua is to wrap the loop code...
by Tenoch
Sun Aug 16, 2009 1:58 am
Forum: Libraries and Tools
Topic: Fling: a library
Replies: 12
Views: 7722

Re: Fling: a library

Interesting, this way of scripting the animation once, and letting the engine doing the rest. I'm not sure how interactive this can be made. More for cutscenes or something like that perhaps?
by Tenoch
Sat Jul 25, 2009 4:32 pm
Forum: Libraries and Tools
Topic: Spacial Strategic Games (not Löve game)
Replies: 1
Views: 2001

Re: Spacial Strategic Games (not Löve game)

Can we see what you're doing, or is it not yet showable? I always love games set in space!
by Tenoch
Sat Jul 25, 2009 4:11 pm
Forum: Support and Development
Topic: Need Some Help with filesystem ?
Replies: 8
Views: 3789

Re: Need Some Help with filesystem ?

However it does appear that the love.graphics.draw(text) functions don't like UTF-8 input. I'm not sure what encoding they expect. I thought it was the system's native unicode encoding, but I'm probably horribly wrong. Actually, another thread (http://love2d.org/forum/viewtopic.php?f=4&t=839#p8...
by Tenoch
Sat Jul 25, 2009 2:01 pm
Forum: General
Topic: Question:How to display miltiple images in different timing
Replies: 3
Views: 4187

Re: Question:How to display miltiple images in different timing

Mmm the two cases don't exclude each other. Replace the elseif by another if (and don't forget to close both if's with "end"). It should do the trick.
by Tenoch
Sat Jul 25, 2009 1:58 pm
Forum: General
Topic: drawing comparison algorithm
Replies: 13
Views: 8373

Re: drawing comparison algorithm

Heh it's getting pretty cool! I see you restricted to rectilign shapes, it makes it easier (but works better too!)

I love geeky all-nighters, they're the best! Just had one too, but it wasn't LÖVE related. Good luck on the pattern matching!
by Tenoch
Thu Jul 23, 2009 5:20 am
Forum: Libraries and Tools
Topic: Windy Morning
Replies: 9
Views: 9895

Re: Windy Morning

This is such a cool thing to include in a time limited game dev compo. It seems easy to do and has a huge effect. I'll remember this.