Search found 30 matches

by Fizzadar
Sun Nov 22, 2009 12:46 pm
Forum: Support and Development
Topic: Exactly how reliable is World for a real game? (Big levels)
Replies: 11
Views: 10203

Re: Exactly how reliable is World for a real game? (Big levels)

I'm using method2 for my game, seems to be working quite well so far, you can definitely have huge sections defined in very few shapes, and one large image. I also find it easier to design the entire level in photoshop, then in-game compile the shape positions on top.
by Fizzadar
Fri Nov 20, 2009 5:55 pm
Forum: General
Topic: Love Browser Plugin
Replies: 2
Views: 2959

Re: Love Browser Plugin

by Fizzadar
Wed Nov 18, 2009 10:30 pm
Forum: General
Topic: Love Browser Plugin
Replies: 2
Views: 2959

Love Browser Plugin

-ignore this, I can't search properly-
by Fizzadar
Mon Nov 16, 2009 6:54 pm
Forum: Support and Development
Topic: when does your game slow down?
Replies: 19
Views: 9284

Re: when does your game slow down?

bartbes wrote:So your video card shares memory? Dare I say "lame"? Yes.
No it doesn't, but you make a good point, WTF.

It's a 9600GT, with 512MB of it's own memory, but I was using love.graphics, might have been under love.update, would that change where it's loaded too?
by Fizzadar
Mon Nov 16, 2009 6:30 pm
Forum: Support and Development
Topic: when does your game slow down?
Replies: 19
Views: 9284

Re: when does your game slow down?

When I loaded a new image on draw I managed to fill my 4GB's of RAM before it exploded :D
by Fizzadar
Fri Nov 13, 2009 2:43 am
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104208

Re: 0.6.0 Update

Potato needs a background color on the main section, fyi (as a web dev, I set my default background color to yellow - not white - so I can see where it's neglected). Just a 'lil body { background: #FFFFFF; } would be nice! :P
by Fizzadar
Mon Nov 02, 2009 4:49 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104208

Re: 0.6.0 Update

YEEEEEEEEEEEESSSSSS!

Thanks so much for all the help :)
by Fizzadar
Mon Nov 02, 2009 4:30 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104208

Re: 0.6.0 Update

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0 Dyld Error Message: Library not loaded: /Users/bill/libs/lib/libmodplug.0.dylib Referenced from: /Users/Nick/love/platform/macosx/build/Release/love.app/Contents/MacOS/love Reason: ima...
by Fizzadar
Mon Nov 02, 2009 4:01 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104208

Re: 0.6.0 Update

Haha! It worked!

T_T it crashes on start "love quit unexpectedly".

Crap.
by Fizzadar
Mon Nov 02, 2009 2:45 pm
Forum: General
Topic: 0.6.0 Update
Replies: 221
Views: 104208

Re: 0.6.0 Update

I believe the frameworks are missing the mpg123.framework folder, because it failed due to no including that, apart from that, it was fine. EDIT: I grabbed the framework from the old frameworks ZIP, building now... Failed again says the file 'libltdl.3.dylib' doesn't exist, yet it does... There's al...