Search found 10 matches

by iza
Mon May 17, 2010 10:52 pm
Forum: Support and Development
Topic: SQL Support
Replies: 25
Views: 12317

Re: SQL Support

by iza
Thu Jan 28, 2010 5:35 pm
Forum: Libraries and Tools
Topic: Pölygamy: a collection of LÖVE helper libraries
Replies: 54
Views: 34823

Re: Pölygamy: a collection of LÖVE helper libraries

Haha I love the name.
by iza
Wed Jan 20, 2010 8:27 pm
Forum: General
Topic: Hosting
Replies: 14
Views: 7182

Re: Hosting

I'm a fan of WebFaction , though it isn't the cheapest and offers a lot of features you might not need. You might be able to get free hosting from AmbitiousLemon ; not sure about their reliability. NearlyFreeSpeech is awesome if the bandwith requirements are relatively low, though if you use a lot i...
by iza
Tue Dec 29, 2009 9:28 pm
Forum: General
Topic: notepad++ and love - a suggestion
Replies: 10
Views: 8398

Re: notepad++ and love - a suggestion

Robin wrote:With \" you can include a literal ". Change it to

Code: Select all

love.exe "C:\path-to-my-dir\mydir\\"
and it should work
Ah-HA so that's why; I never thought of that; thanks
by iza
Tue Dec 29, 2009 7:31 pm
Forum: General
Topic: notepad++ and love - a suggestion
Replies: 10
Views: 8398

Re: notepad++ and love - a suggestion

It doesn't work with the trailing slash on the directory path (quite annoying actually -- I use programmer's notepad and there's no way to remove it in the built-in path variable, so I had to hard-code the directory in my run script); try C:\love\love.exe "C:\path-to-my-dir\mydir" instead ...
by iza
Sat Dec 12, 2009 10:00 pm
Forum: General
Topic: Announcing LOVEFEST!!!
Replies: 12
Views: 5883

Re: Announcing LOVEFEST!!!

TechnoCat wrote:I have finals week this week so I will not be joining. I would like to join subsequent competitions though.
Same
by iza
Fri Dec 11, 2009 5:00 am
Forum: Support and Development
Topic: Ubuntu Build Problems
Replies: 4
Views: 4050

Re: Ubuntu Build Problems

Sounds like you're running 64 bit ubuntu and grabbed the 32 bit package.
Try the x64 build
(looks like there isn't one quite as recent up yet, but 20091123 is there)
by iza
Sun Nov 29, 2009 3:39 pm
Forum: General
Topic: What script editor do you use?
Replies: 13
Views: 11629

Re: What script editor do you use?

bartbes wrote:On windows I usually use SciTE (the one that comes with the lua distribution), and on linux I use either vim or geany (geany has some nice features, and I use it for LÖVE itself too), depending on whether I am working in a console.
Geany works beautifully on Windows as well.
by iza
Sun Nov 29, 2009 1:20 am
Forum: General
Topic: What script editor do you use?
Replies: 13
Views: 11629

Re: What script editor do you use?

I like Programmer's Notepad.

Quite similar to Notepad++, but a little less cluttered I find. It doesn't have as many plug-ins but the important stuff is built-in.
by iza
Sat Jul 11, 2009 7:29 pm
Forum: Support and Development
Topic: GLSL in Löve
Replies: 23
Views: 16064

Re: GLSL in Löve

*bump* I would really really want this feature. (not necessarily GLSL, but any sort of shader support) I'm planning on making a game in which lighting would play an integral part, and the only good way I could see implementing it is with shaders. Edit; On a somewhat related note, if shader support i...