Search found 3 matches

by Someguy
Wed Oct 10, 2012 3:53 pm
Forum: General
Topic: What IDE are you using?
Replies: 105
Views: 37098

Re: What IDE are you using?

Anyone used this Visual Studio extension NPLLanguageService?
by Someguy
Fri Feb 19, 2010 9:54 am
Forum: Support and Development
Topic: Heavy newb questions I need to get off my chest..
Replies: 19
Views: 9432

Re: Heavy newb questions I need to get off my chest..

Does this really work?
I am trying to use "love.filesystem.enumerate" and I have to put the files I am looking to read in the .zip, if I want to use a .love file (or deployment exe).
by Someguy
Tue Feb 09, 2010 1:57 pm
Forum: Support and Development
Topic: Need help implementing robust tile table
Replies: 10
Views: 5084

Re: Need help implementing robust tile table

How about generating a n=random(2100) number, then loop through the tile[] array and use the nth non-empty tile found?
I have not clue whether this would be any better performance wise...