Search found 13 matches

by Mercurialol
Wed Aug 13, 2014 6:49 am
Forum: General
Topic: isConvex returns false for a rotated rectangle
Replies: 2
Views: 2232

Re: isConvex returns false for a rotated rectangle

I feel stupid. :death: Thanks ;)
by Mercurialol
Tue Aug 12, 2014 9:49 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 118559

Re: LOVE users map

Belgrade, Serbia.
by Mercurialol
Tue Aug 12, 2014 9:30 pm
Forum: General
Topic: isConvex returns false for a rotated rectangle
Replies: 2
Views: 2232

isConvex returns false for a rotated rectangle

Drawing a rotated rectangle as a polygon is missing one side. It's a simple polygon, but math.isConvex returns false, even though it's a perfectly rotated rectangle (by 45 degrees). Any ideas ? love.graphics.setColor(255, 80, 0) love.graphics.polygon('fill', 320, 0, 350, 30, 280, 40, 310, 70) http:/...
by Mercurialol
Fri May 16, 2014 5:37 pm
Forum: Support and Development
Topic: Lua version
Replies: 4
Views: 7908

Re: Lua version

Slime: Wow, you're right! I didn't see any mention of this on wiki, though.

Thanks
by Mercurialol
Fri May 16, 2014 7:22 am
Forum: Support and Development
Topic: Lua version
Replies: 4
Views: 7908

Re: Lua version

Thanks. Setting up 'bit' doesn't look like that simple. Edit: I've been trying to follow install instructions on the official website. A little bit of help would be appreciated. I downloaded the lua 5.1.5. source and LuaBitOp-1.0.2 cd LuaBitOp-1.0.2 make macosx /Applications/Xcode.app/Contents/Devel...
by Mercurialol
Thu May 15, 2014 4:52 pm
Forum: Support and Development
Topic: Lua version
Replies: 4
Views: 7908

Lua version

Hey, I was trying to use bit32, but I'm getting attempt to index global 'bit32' (a nil value) . I ran 'lua -v', and it returns 'Lua 5.2.3', so I'm guessing that's not the lua version that Love is using. How to find out the actual lua version? Does it mean I'll have to use third party libs for bitwis...
by Mercurialol
Tue May 13, 2014 7:50 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51156

Re: ZeroBrane Studio Lua IDE v0.50 is out

@Mercurialol, what's the name of the folder you are trying to delete? I did a bit of investigation on this. ls -a inside the folder gives me: ". .. .DS_Store". So I ran "rm .DS_Store". After that, I successfully deleted the folder from the IDE :megagrin: Yes, it's a combination ...
by Mercurialol
Mon May 12, 2014 8:40 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51156

Re: ZeroBrane Studio Lua IDE v0.50 is out

ZBS doesn't allow deletion of non-empty folders as a safety measure. The Delete item will become enabled if the folder is empty. Actually, I have an empty folder that I can't delete. Confirmation dialog pops up and nothing happens after clicking on 'Yes'. Also, shortcuts are a bit messed up. http:/...
by Mercurialol
Fri May 09, 2014 5:49 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51156

Re: ZeroBrane Studio Lua IDE v0.50 is out

@paul - alright, thank you. Noticed another thing: delete folder does nothing(OS X Mavericks).

Btw. what's the best way of reporting bugs ?
by Mercurialol
Mon May 05, 2014 8:13 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51156

Re: ZeroBrane Studio Lua IDE v0.50 is out

Editor looks blurry and pixelated on my MacBook retina display :( Mercurialol, try setting hidpi=true in the config: http://studio.zerobrane.com/doc-faq.html#why-is-the-text-blurry-in-the-editor-when-running-on-retina-display-osx Awesome, the text editor looks great now! The only thing left pixelat...