Search found 27 matches

by Jake
Wed Jun 10, 2009 9:23 pm
Forum: Support and Development
Topic: My ongoing newbie questions
Replies: 43
Views: 32398

Re: My ongoing newbie questions

love.filesystem.include or love.filesystem.require will do the trick.
by Jake
Sat Oct 04, 2008 9:05 pm
Forum: Games and Creations
Topic: 'Push' Game
Replies: 4
Views: 8464

'Push' Game

Here is the game I was developing for Love. Unfortunately college has been a bit hectic and I have had zero time to do any coding at all. Too much Maths! I've decided I shan't be continuing with this game for a while, and if I do it will be on PSP. It was nice knowing you, Love. This game is not fin...
by Jake
Mon Sep 01, 2008 9:13 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1031202

Re: Avatars: OBEY!

SamPerson12345 wrote:
mike wrote:
SamPerson12345 wrote:OBEY!

Hey cool! I'm the one hundredth user! :D
Congratulations! You get nothing!


Seriously, though.. we have nothing to give -_-
Awww... :[
Image
by Jake
Fri Aug 29, 2008 11:40 am
Forum: General
Topic: LÖVE 0.4.0
Replies: 14
Views: 10051

Re: LÖVE 0.4.0

Is scissoring similar to 'masking' in that it only allows the current box to be updated?

I Googled scissoring but.. ahem..
by Jake
Thu Aug 28, 2008 12:50 am
Forum: Support and Development
Topic: Bases of Elements
Replies: 16
Views: 7464

Re: Bases of Elements

Because that is how it was foretold by the gods of yore. Actually, it's because I wrote the whole font rendering class by following what other people had done (and rude did some stuff too) and so I have no idea what's going on half the time. It's at the bottom left because that's how the FreeType t...
by Jake
Wed Aug 27, 2008 9:49 pm
Forum: Support and Development
Topic: killing a set of elements from a list...
Replies: 10
Views: 7094

Re: killing a set of elements from a list...

But if there are gaps in the table then table.maxn is probably what you really want to use. If you want to count a table with gaps (or a dictionary) then writing your own count function would be best. function count(tab) local n = 0 for k,v in pairs(n) do n = n + 1 end return n end local tab = {1,2...
by Jake
Wed Aug 27, 2008 9:11 pm
Forum: Support and Development
Topic: Bases of Elements
Replies: 16
Views: 7464

Re: Bases of Elements

This has bugged me too. Why is it at bottom left?
by Jake
Tue Aug 26, 2008 1:13 pm
Forum: General
Topic: WiiLÖVE?!?
Replies: 10
Views: 7584

Re: WiiLÖVE?!?

I think that's the kernel version. It has either 1 or 1.5. I use Software version 3.71 M33-3 and it works all well. Anyway you're better off checking in a homebrew forum, I don't know dick about PSPs to be honest.
by Jake
Mon Aug 25, 2008 10:22 pm
Forum: General
Topic: WiiLÖVE?!?
Replies: 10
Views: 7584

Re: WiiLÖVE?!?

I have a homebrew PSP, there is a Lua Player for that but it'd pretty slow. I guess that's because of the processor. For example, it couldn't handle drawing 16x16 tiles. Lots of FPS lag.

Edit: I lie, I just tried it out again and it's not as bad as I remember it.
by Jake
Fri Aug 22, 2008 12:38 pm
Forum: Libraries and Tools
Topic: The epic love demo thread!
Replies: 138
Views: 113117

Re: The epic love demo thread!

Here's a sneak preview of my current game :D

Image