Search found 8 matches

by Elephly
Mon Dec 21, 2015 6:08 pm
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

UPDATE Okay everyone! I've gotten this thing to a point where I'm satisfied with dropping it for another long time. The main things I did this morning were completing the config file usage except for the BUILD_MODE field (I'll leave that doing nothing for now, but at least you can configure a sourc...
by Elephly
Mon Dec 21, 2015 7:40 am
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

UPDATE I made a few changes since my last update. Firstly, I changed the project such that it doesn't include a version of LOVE with it. It makes a lot more sense that way. This way, the project is a lot more compact to start out (like, less than 50Kb) and just more modular in general. So, now when...
by Elephly
Sat Dec 19, 2015 3:45 pm
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

Hey everyone, just wanted to update once more. The powershell script is now caught up with the bash script in terms of functionality. That means that you can build distributions for windows 64-bit and 32-bit as well as mac os x from ANY platform. As always, mac is STILL untested, since i don't own a...
by Elephly
Thu Dec 17, 2015 5:52 am
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

Hi again! Back at you with another update if anybody actually cares! So I basically deepened the Windows support of this puppy (kind of odd considering I started, developed, and only tested this thing on Windows). There is now a powershell script which is near the same level of completion as the ba...
by Elephly
Mon Dec 14, 2015 4:46 am
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

UPDATE I've implemented better Windows support. Now, 7zip is not included with the project and having mingw or cygwin is also not necessary. The project includes a portable mingw bash shell as well as a batch file to run everything. So if you're on windows, instead of running the make.sh, you run t...
by Elephly
Wed May 06, 2015 7:30 pm
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

In your Linux distribution, do you build a .deb-file or a binary? I think the former is much more useful than the latter, but it's of course much more difficult to implement. Currently I don't do anything for Linux distribution, I got lazy there, however I'll keep that in mind for when I get down t...
by Elephly
Mon May 04, 2015 11:59 am
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

Re: love-maker distribution script

Hey everybody, after a long semester, I've come back to love and decided to update this thing I've made (I got sidetracked from the actual GAME I was making...) ^^ Some updates I've implemented are as follows: You are now asked which platform you'd like to distribute to - THAT'S RIGHT! You can relea...
by Elephly
Fri Dec 12, 2014 8:17 pm
Forum: Libraries and Tools
Topic: love-maker distribution script
Replies: 10
Views: 6714

love-maker distribution script

So I'm new to love, and even lua for that matter, but I'm a quick learner and I'm enjoying it. Anyway, I'm pretty big on automation, so I wrote myself a quick script to build my love games with the click of a button. After some tinkering, I decided to make it public, cause I think it works pretty we...