Page 4 of 6

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Sun Nov 16, 2008 5:13 pm
by rude
Green_Hell wrote:

Code: Select all

svn co https://love.svn.sourceforge.net/svnroot/love love
I guess. Copied from sourceforge. ;)
Hold it right there!

Make that:

Code: Select all

svn co https://love.svn.sourceforge.net/svnroot/love/trunk love
;)

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Wed Nov 19, 2008 4:20 am
by appleide
I got this when I compiled and run the latest svn version:

Code: Select all

(press key)
k
Done. This was: 0.6.0 (Jiggly Juice)
I typed the "k". I looked in the code and it appears its working fine even though no window came up. So 0.6.0 is still in development. :roll:
The XCode project had to be changed. Folder names got changed :o .Delete all the sources inside the project except SDLMain. Then delete all the empty groups under "Sources" on the left pane, then just drag back all the folders inside src in love, and add love.cpp, and recompile, re-run ./script.sh.
:)

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Wed Nov 19, 2008 5:26 am
by rude
appleide wrote:I got this when I compiled and run the latest svn version: [... etc]
Good! That means it works! ^^ Sorry for changing things around constantly. :shock:

You should have SVN access now. If you want, you can commit any source changes you had to make, create a folder /platform/macosx, and put the XCode project and related stuff there.

You are now an official LÖVE developer. :D

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Wed Nov 19, 2008 1:40 pm
by appleide
It works :) Okay I'll do that. ^^ Just wondering, what are the criteria-s needed to be met before each release (If they exist)?

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Wed Nov 19, 2008 2:42 pm
by rude
We just use a simple task list where we list all planned features for each release.

Why? Do you want access to it?

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Wed Nov 19, 2008 8:49 pm
by appleide
rude wrote:We just use a simple task list where we list all planned features for each release.

Why? Do you want access to it?
I was curious at when 0.6.0 would be out. ;)

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Thu Nov 20, 2008 7:50 am
by rude

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Sat Nov 29, 2008 10:56 am
by zeroz
Hi folks :)

I'm new to Löve, but have already done some lua programming. Your love package is a real pleasure to use on Os X. I've done two icons for osX, one for love application and one for love documents (From 512px for quickview, to 16px for listview).

Image
Image
Image
Image

.icns files were done with Icon Composer and Fireworks. Here is the link to the archive: http://perso.numericable.fr/zfaktory/, if you're interrested. I've included the .plist files for including the icons in love, just put them in the Contents/Ressources directory.

Keep the good work

ZeroZ

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Sat Nov 29, 2008 3:22 pm
by rude
zeroz wrote:Your love package is a real pleasure to use on Os X.
You can thank appleide for that. ^^

@icons: I like them. Much better than my feeble attempt at pink neko-icons a while back. They do not seem to work that well when scaled down, though. Besides, I also like the generic blue shinyness of the current icons.

Thanks for .plist stuff, whatever that is. I'm sure appleide will know what to do. :D

Re: LOVE 0.5 Mac [UB] Binary, Needs Testers.

Posted: Sat Nov 29, 2008 3:49 pm
by alenofx
I like these icons! Thank you zeroz!

PS: I'm new to Lua and LOVE, used a bit on Linux for a week, but I'm a Mac developer so if you need some help, I'm here. ;)