Search found 129 matches

by Rucikir
Wed Apr 23, 2014 8:45 am
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202275

Re: Love-Release. Bash script to make it easier.

Thanks for the answer.
I removed the game.ico stuff, and turned it to support MacOS instead.

EDIT: I have found something in order to set the icon for Windows, from Linux http://www.nongnu.org/icoutils/. Do someone knows about it ?
by Rucikir
Mon Apr 21, 2014 8:21 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202275

Re: Love-Release. Bash script to make it easier.

Hi everyone ! It's been a while... I just decided to work again on this little thing, and I've added a few things that may makes life easier. Now 0.9.1 by default. If a conf.lua file is provided, the script will try to detect the right version of Love to use. If a ProjectName.icns file is provided, ...
by Rucikir
Sat Apr 05, 2014 5:04 pm
Forum: Support and Development
Topic: Installing Love2d on Ubuntu 14.04
Replies: 11
Views: 14750

Re: Installing Love2d on Ubuntu 14.04

Yes, It seems that bartbes has corrected the bug in love-unstable, but has not yet pushed the new package in love stable. For me, love-unstable works fine.
by Rucikir
Fri Apr 04, 2014 5:29 pm
Forum: Support and Development
Topic: Installing Love2d on Ubuntu 14.04
Replies: 11
Views: 14750

Re: Installing Love2d on Ubuntu 14.04

I works fine ! Thank you.
by Rucikir
Thu Apr 03, 2014 6:41 pm
Forum: Support and Development
Topic: Installing Love2d on Ubuntu 14.04
Replies: 11
Views: 14750

Re: Installing Love2d on Ubuntu 14.04

I think I found it... liblove requires libmng1, and libmng1 is not present on Ubuntu Trusty repos (I'm running the beta). On Trusty you only have http://packages.ubuntu.com/trusty/libmng2, and not libmng1, but on Saucy you only have libmng1. Ah, I couldn't test on trusty sadly, I'll see about getti...
by Rucikir
Wed Apr 02, 2014 7:11 pm
Forum: General
Topic: LÖVE 0.9.1 released
Replies: 39
Views: 73301

Re: LÖVE 0.9.1 released

I think I found it... liblove requires libmng1, and libmng1 is not present on Ubuntu Trusty repos (I'm running the beta).
On Trusty you only have http://packages.ubuntu.com/trusty/libmng2, and not libmng1, but on Saucy you only have libmng1.
by Rucikir
Wed Apr 02, 2014 6:46 pm
Forum: General
Topic: LÖVE 0.9.1 released
Replies: 39
Views: 73301

Re: LÖVE 0.9.1 released

Hi,
I do not really know how you usually do, but the packages on Ubuntu's PPA are broken, and out-of date on the officials repo.
I'm expecting someone to say "It's normal, it has always been", but it would be nice to fix this, nuh ?
by Rucikir
Sat Feb 01, 2014 2:27 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202275

Re: Love-Release. Bash script to make it easier.

Ok, so maybe I did not explained really well how it worked... You should run it in your project's directory, like /home//MyProjects/MyAwesomeGame , where all your files ( main.lua and stuff) are stored. Then, the scripts takes by default every file it founds, zips them and makes the executable. If y...
by Rucikir
Tue Jan 21, 2014 7:38 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202275

Re: Love-Release. Bash script to make it easier.

Hi everybody,
I've just added something to ensure the script's posterity: one can simply at the beginning of the script edit this line.

Code: Select all

## Edit this if you want to use another Löve version.
LOVE_VERSION=0.9.0
And then the rest of the script will follow your choice.
Have a good day.
by Rucikir
Sun Dec 22, 2013 7:58 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202275

Re: Love-Release. Bash script to make it easier.

Hi everybody ! It's been a while since I've not made anything with this script, so before Xmas, I've rewritten some part of it. Here is a small list of the new changes... But with the things here , with StackMachine and stuff, it seems my work is obsolete. + FULL SUPPORT OF LOVE 0.9.0 !! + Short hel...