Search found 375 matches

by bmelts
Sat May 21, 2011 3:13 am
Forum: Support and Development
Topic: Extremely Strange Lock Up on Mac
Replies: 13
Views: 4736

Re: Extremely Strange Lock Up on Mac

Are you using threads?
by bmelts
Mon May 16, 2011 5:07 pm
Forum: Support and Development
Topic: Building for mac app store?
Replies: 22
Views: 8785

Re: Building for mac app store?

It's not quite as easy as just making a .app, unfortunately. Thanks to the way the Mac App Store works, there's various certificates and flags and stuff that can only be worked with inside Xcode. I don't have a Mac Developer Account (yet?), so I couldn't tell you how to actually go about doing it, b...
by bmelts
Sat May 14, 2011 1:38 am
Forum: Support and Development
Topic: Fonts in LOVE (VERY big problem)
Replies: 39
Views: 13101

Re: Fonts in LOVE (VERY big problem)

As I said earlier, due to the fact that our game lets you use any resolution, ttf fonts will take a lot of memory. Also ttf fonts slow as hell (I wrote about it) because LOVE makes new texture for each glyph. Bitmap fonts use only one texture. Two things: 1) TTF fonts will be much faster and more e...
by bmelts
Wed May 11, 2011 7:00 pm
Forum: Support and Development
Topic: Fonts in LOVE (VERY big problem)
Replies: 39
Views: 13101

Re: Fonts in LOVE (VERY big problem)

Good lord, what did you do to those fonts? They do not usually look that way.
by bmelts
Mon May 09, 2011 5:42 pm
Forum: General
Topic: LÖVE distribution website
Replies: 103
Views: 35220

Re: LÖVE distribution website

kikito wrote:(I like LÖVE Hub, even if the domain name would look like a dating website's)
I don't see why. I figured whatever this ends up being would be under the love2d.org umbrella, so the URL would be http://hub.love2d.org or http://love2d.org/hub/ or something of the sort.
by bmelts
Sun May 08, 2011 9:25 pm
Forum: General
Topic: LÖVE distribution website
Replies: 103
Views: 35220

Re: LÖVE distribution website

I like LÖVE Hub. It's punchy, has some nice assonance, and mirrors the LÖVE Club.

Plus, LÖVEbucket just sounds... wrong.
by bmelts
Sat May 07, 2011 5:22 pm
Forum: General
Topic: LÖVE distribution website
Replies: 103
Views: 35220

Re: LÖVE distribution website

My vote's for LÖVE Shack (thanks Tentus). It fits and it's punny, which is more than I can say for the current name.
by bmelts
Thu May 05, 2011 11:40 pm
Forum: General
Topic: LÖVE distribution website
Replies: 103
Views: 35220

Re: LÖVE distribution website

Feature request: a better name :monocle:
by bmelts
Thu May 05, 2011 11:35 pm
Forum: Support and Development
Topic: Love crashes without error, don't know whats wrong 7.1/7.2
Replies: 17
Views: 5628

Re: Love crashes without error, don't know whats wrong 7.1/7

miko wrote:My suggestion for love would be to redefine b2Assert() to a love-friendly version, so there would be no more "crashes without error".
bartbes tried, I'm not sure how much success he had with that endeavor but my suspicion is "not much".
by bmelts
Thu May 05, 2011 8:12 pm
Forum: Support and Development
Topic: Love crashes without error, don't know whats wrong 7.1/7.2
Replies: 17
Views: 5628

Re: Love crashes without error, don't know whats wrong 7.1/7

The error has to do with physics (of course it does...) - it looks like Box2D doesn't like something to do with your RectangleShape creation in TerrainSquare. I'm not sure what yet, though.