Search found 4835 matches

by bartbes
Tue Nov 04, 2008 3:35 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 224642

Re: Networking Library

Ok, before putting that one in I need two votes (just post them).

And I know you guys are busy (election day..), however I do need some input (just like a program :D) to make the lib whatever YOU want it to be.
I don't know what you need!
by bartbes
Tue Nov 04, 2008 1:35 pm
Forum: Games and Creations
Topic: Zombie Apocalypse! D:
Replies: 18
Views: 30488

Re: Zombie Apocalypse! D:

I was playing around with it, and noticed the difficulty variable. After looking some more I found it increases once the timer has got exactly 30 seconds.

Code: Select all

if diffup == 30 then
However, as this (almost) never happens, this doesn't do anything, I think you meant:

Code: Select all

if diffup < 30 then
by bartbes
Mon Nov 03, 2008 8:28 pm
Forum: Games and Creations
Topic: Moon lander
Replies: 8
Views: 9911

Re: Moon lander

I guess Envy doesn't automatically load the font?
Maybe there's some option in envy, but you could also add the following to the load callback.

Code: Select all

love.graphics.setFont(envy.defaultFont)
EDIT:
There might be some kind of bug? Sometimes I stop somewhere in mid-air.
by bartbes
Mon Nov 03, 2008 3:54 pm
Forum: Games and Creations
Topic: Moon lander
Replies: 8
Views: 9911

Re: Moon lander

I löve it! :D
I'd suggest adding a reset and quit button though.
by bartbes
Mon Nov 03, 2008 3:48 pm
Forum: Support and Development
Topic: Opening files in zip files
Replies: 4
Views: 8839

Re: Opening files in zip files

Ok... I'll just have to unzip then...
by bartbes
Sun Nov 02, 2008 11:49 am
Forum: Support and Development
Topic: Opening files in zip files
Replies: 4
Views: 8839

Re: Opening files in zip files

It's meant for a zip in the save dir
by bartbes
Sat Nov 01, 2008 9:04 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 224642

Re: Networking Library

Added binary packing lib.

Remember as I have nothing to test this with, it is untested :roll:
However if you do test this please post your results
by bartbes
Sat Nov 01, 2008 6:44 pm
Forum: Support and Development
Topic: Opening files in zip files
Replies: 4
Views: 8839

Opening files in zip files

Is there a way I can open files that are in zip files? I already tried

Code: Select all

love.filesystem.include("some.zip/some.lua")
I guess this isn't implemented or documented? I don't know anything about PhysicsFS, except that it is used to read the love(/zip) files.
by bartbes
Sat Nov 01, 2008 4:04 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 224642

Re: Networking Library

Ok added LUBE, sorry for the one who voted already.
Unless someone's got a REAL good idea, I'm not going to change the poll again.
by bartbes
Sat Nov 01, 2008 3:08 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 224642

Re: Networking Library

Added poll