Search found 57 matches

by Sslaxx
Sun Mar 29, 2009 5:51 pm
Forum: Support and Development
Topic: Which .lua Editor do you use?
Replies: 33
Views: 23967

Re: Which .lua Editor do you use?

Alex wrote:Vim. I am a snob.
I thought that being a snob was using Emacs.
by Sslaxx
Sun Mar 29, 2009 12:22 pm
Forum: Support and Development
Topic: Which .lua Editor do you use?
Replies: 33
Views: 23967

Re: Which .lua Editor do you use?

If DEVötiön runs under Mono, I may well use that. Otherwise, my Lua editing tool of choice is GEdit.
by Sslaxx
Thu Mar 26, 2009 8:01 pm
Forum: General
Topic: Nice Lua Article + Era of Chaos and DOOM
Replies: 12
Views: 6581

Re: Nice Lua Article + Era of Chaos and DOOM

rude wrote:I will be completely unavailable from March 28th to April 14th. Any questions directed at me during this time will be met with silence.
Hope you have fun!
by Sslaxx
Thu Mar 26, 2009 8:00 pm
Forum: General
Topic: Is LÖVE really necessary?
Replies: 54
Views: 47002

Re: Is LÖVE really necessary?

I was attracted to LOVE by its built in physics engine, use of Lua, and how simple the functions are. Plus, it's open source and free!. That's something flash can't compare to. I do feel that this engine needs more TLC before it gets to commercial level, but I am positive that some pretty amazing g...
by Sslaxx
Mon Feb 23, 2009 12:14 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20477

Re: [Problem]Game wont start up!

Glad to have been of some help to you.
by Sslaxx
Mon Feb 23, 2009 12:01 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20477

Re: [Problem]Game wont start up!

Tested under my copy of XP. OK, from the command line: Say you've installed LÖVE in C:\Develop\LOVE and your project is in a directory called Test. On the command line you've cd-ed into your Test directory. c:\Develop\Love\Love.exe ..\Test doesn't work. start c:\Develop\Love\Love.exe ..\Test does wo...
by Sslaxx
Sun Feb 22, 2009 9:49 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20477

Re: [Problem]Game wont start up!

ZFG wrote:The Demo's? Yeah, they work fine.
That is very odd. The demos work fine, yet your game doesn't? Hmmm.

Step-by-step, could you say how you try to run one of your own projects? If you can, include any relevant directory names etc.?
by Sslaxx
Sun Feb 22, 2009 6:59 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20477

Re: [Problem]Game wont start up!

lbhoward wrote:If you are using Vista it might be worth disabling that silly UAC feature or whatever it is called - fortunately I decimated mine a while back so I don't recall its name, have you tried rightclicking the .love file and 'Run as... Administrator'?
ZFG, see if this works for you?
by Sslaxx
Sun Feb 22, 2009 6:52 pm
Forum: Support and Development
Topic: [Problem]Game wont start up!
Replies: 26
Views: 20477

Re: [Problem]Game wont start up!

Skofo wrote:Works perfectly for me. :shock: Perhaps there's something wrong with your LOVE installation.
This is what I'm leaning towards, Skofo, re http://www.sonicfangameshq.com/forum/sh ... php?t=5313 this thread when I'd tried to help him.
by Sslaxx
Sat Feb 21, 2009 10:40 am
Forum: Support and Development
Topic: Getting the width/height of an image.
Replies: 2
Views: 1593

Re: Getting the width/height of an image.

bartbes wrote:->docs: http://love2d.org/docs/Image.html
There are normal getHeight and getWidth functions for images.
Thanks! I was looking under the graphics section for some reason, not Image. Oh well.