Search found 10 matches
- Mon May 17, 2010 10:52 pm
- Forum: Support and Development
- Topic: SQL Support
- Replies: 25
- Views: 13171
- Thu Jan 28, 2010 5:35 pm
- Forum: Libraries and Tools
- Topic: Pölygamy: a collection of LÖVE helper libraries
- Replies: 54
- Views: 37013
Re: Pölygamy: a collection of LÖVE helper libraries
Haha I love the name.
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...
- Tue Dec 29, 2009 9:28 pm
- Forum: General
- Topic: notepad++ and love - a suggestion
- Replies: 10
- Views: 8885
Re: notepad++ and love - a suggestion
Ah-HA so that's why; I never thought of that; thanksRobin wrote:With \" you can include a literal ". Change it toand it should workCode: Select all
love.exe "C:\path-to-my-dir\mydir\\"
- Tue Dec 29, 2009 7:31 pm
- Forum: General
- Topic: notepad++ and love - a suggestion
- Replies: 10
- Views: 8885
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 ...
- Sat Dec 12, 2009 10:00 pm
- Forum: General
- Topic: Announcing LOVEFEST!!!
- Replies: 12
- Views: 6273
Re: Announcing LOVEFEST!!!
SameTechnoCat wrote:I have finals week this week so I will not be joining. I would like to join subsequent competitions though.
- Fri Dec 11, 2009 5:00 am
- Forum: Support and Development
- Topic: Ubuntu Build Problems
- Replies: 4
- Views: 4271
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)
Try the x64 build
(looks like there isn't one quite as recent up yet, but 20091123 is there)
- Sun Nov 29, 2009 3:39 pm
- Forum: General
- Topic: What script editor do you use?
- Replies: 13
- Views: 12385
Re: What script editor do you use?
Geany works beautifully on Windows as well.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.
- Sun Nov 29, 2009 1:20 am
- Forum: General
- Topic: What script editor do you use?
- Replies: 13
- Views: 12385
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.
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.
- Sat Jul 11, 2009 7:29 pm
- Forum: Support and Development
- Topic: GLSL in Löve
- Replies: 23
- Views: 17299
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...