Search found 16 matches

by DarthGrover
Thu Jul 24, 2014 6:44 pm
Forum: Support and Development
Topic: [HOWTO]Debug code
Replies: 4
Views: 3706

Re: [HOWTO]Debug code

this is avery usefull tutorial. Can you tell me about other uses for the console. Ormore about how to use it?
by DarthGrover
Tue Jul 15, 2014 7:45 pm
Forum: Support and Development
Topic: how do I set font size with loveframes ?
Replies: 2
Views: 2447

how do I set font size with loveframes ?

I cant understand the example given in the documentation how do I set font size in loveframes?
by DarthGrover
Mon Jun 23, 2014 5:17 pm
Forum: Libraries and Tools
Topic: Storage - Save data to files
Replies: 11
Views: 8369

Re: Storage - Save data to files

thanks that works perfect
by DarthGrover
Mon Jun 23, 2014 2:47 pm
Forum: Libraries and Tools
Topic: Storage - Save data to files
Replies: 11
Views: 8369

Re: Storage - Save data to files

thanks. can you suggest a different library?
by DarthGrover
Mon Jun 23, 2014 1:22 pm
Forum: Support and Development
Topic: i don't understand unit testing-and/or Busted
Replies: 2
Views: 2392

i don't understand unit testing-and/or Busted

Ive been finding myself more and more bogged down with troubleshooting as my game gets bigger. I have made great strides in writing cleaner code but started thinking that busted or something like that could help too. Unfortunately I just cant wrap my mind around how unit testing libraries work. or t...
by DarthGrover
Mon Jun 23, 2014 6:29 am
Forum: Libraries and Tools
Topic: Storage - Save data to files
Replies: 11
Views: 8369

Re: Storage - Save data to files --permission denied

Thanks for this library. I think it really going to help me a lot. But when I tried:

storage.save("myfile.txt", mytable)
I get an error saying permission denied
myfile is in the root folder i tried it as .lua and .txt

I think I am missing a basic concept here.
by DarthGrover
Tue May 06, 2014 12:45 am
Forum: Support and Development
Topic: AnAl Anyone make a small prog. for testing anal animations?
Replies: 1
Views: 2374

AnAl Anyone make a small prog. for testing anal animations?

If there is one. I would love to use it.
by DarthGrover
Wed Mar 12, 2014 4:58 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352202

Re: Löve Frames - change font size?

How do I change font size for a text object in love frames?
by DarthGrover
Mon Mar 10, 2014 5:00 pm
Forum: General
Topic: how to do gen for loop starting at a given point?
Replies: 2
Views: 1941

Re: how to do gen for loop starting at a given point?

I could make it ipairs. Thanks Robin
by DarthGrover
Mon Mar 10, 2014 4:04 pm
Forum: General
Topic: how to do gen for loop starting at a given point?
Replies: 2
Views: 1941

how to do gen for loop starting at a given point?

If I am looping through i,v in pairs in a table and want to compare v to all the remaining v s how do I write a sub loop that begins with the next item in the table and goes to the end?