Search found 206 matches

by pekka
Sun Sep 19, 2010 8:20 am
Forum: Support and Development
Topic: Framebuffer error (problem with npot extents)
Replies: 7
Views: 3050

Framebuffer error (problem with npot extents)

EDIT: I believe that using framebuffers with extents that are not power of two can fail. It will result in an error that tells you to inform love devs. However, you should not inform them, but just use pot2 framebuffers for maximum portability. I will need to test this further to be sure. This is wh...
by pekka
Sun Sep 19, 2010 7:52 am
Forum: Support and Development
Topic: This WAV file segfaults Löve
Replies: 6
Views: 4111

Re: This WAV file segfaults Löve

Yeah, yeah, but: It's still a crashing bug, so I'd like to know if it happens to others and whether I should add it to the issue tracker. If Löve can't use WAV files properly, it shouldn't even claim to support them, so people would know to use a better format from the get go. EDIT: I take it a new ...
by pekka
Sun Sep 19, 2010 7:49 am
Forum: Support and Development
Topic: Five seconds of delay between sound repeat (WAV format)
Replies: 3
Views: 1302

Re: Five seconds of delay between sound repeat

Right. I converted it to .ogg and it played every second. I didn't guess the pause was due to the file format... It seems to also happen if I load the WAV as SoundData and then create a sound from it. So I suppose I'll have to remember not to use that format at all then. I'll edit the topic to menti...
by pekka
Sun Sep 19, 2010 6:53 am
Forum: Support and Development
Topic: This WAV file segfaults Löve
Replies: 6
Views: 4111

This WAV file segfaults Löve

Trying to load the attached WAV file segfaults Löve 0.6.2 on my Linux computer. It is possible to play the WAV file with other programs. The following program demonstrates the problem on my computer. How about yours? snd = love.audio.newSource("potion.wav", "static") Disclosure: ...
by pekka
Sun Sep 19, 2010 6:17 am
Forum: Support and Development
Topic: Five seconds of delay between sound repeat (WAV format)
Replies: 3
Views: 1302

Five seconds of delay between sound repeat (WAV format)

EDIT/SUMMARY: The delay happened with a WAV format file, but not with OGG. Use OGG. It is better. Love 0.6.2 and the new beta both do this for me on Linux. I don't normally use the Audio module that much, since Löve is mainly a testbed of game ideas for me. I basically have a bunch of hacks lying ar...
by pekka
Sun Sep 19, 2010 4:59 am
Forum: General
Topic: LÖVE 0.7.0 beta released
Replies: 62
Views: 25688

Re: LÖVE 0.7.0 beta released

Yeah, sorry for the lack of packages, launchpad delayed the amd64 builds for 2 hours :S, the audio messages are related to bluez-alsa, and are nothing to worry about, basically it complains about there not being bluetooth audio devices.. yeah, like you'd need those. Hey, no problem. I like building...
by pekka
Sat Sep 18, 2010 7:43 pm
Forum: General
Topic: LÖVE 0.7.0 beta released
Replies: 62
Views: 25688

Re: LÖVE 0.7.0 beta released

I built the Linux source successfully on Ubuntu 10.04 LTS with an AMD 64-bit processor. It runs. I saw the new "no game" screen. It also runs the demos from Windows version 0.6.2, except that there are bunch of complaints about some audio service thingy. They don't prevent the sinescroller...
by pekka
Sat Sep 18, 2010 7:04 pm
Forum: General
Topic: LÖVE 0.7.0 beta released
Replies: 62
Views: 25688

Re: LÖVE 0.7.0 beta released

Um, why do the debs' file names begin with love_0.6.2 and not _0.7.0?
by pekka
Sun Sep 12, 2010 5:44 pm
Forum: Libraries and Tools
Topic: Löve stock backgrounds
Replies: 5
Views: 1911

Re: Löve stock backgrounds

I think it is a good idea to make some. Go ahead. Please make them have power of two extents while you are it, so they will be maximally usable by all Lövers.
by pekka
Sun Sep 05, 2010 9:18 am
Forum: Support and Development
Topic: Examples of newImageFont usage?
Replies: 6
Views: 2187

Re: Examples of newImageFont usage?

I was talking about version 0.6.2. I'll just stop. This shit is getting ridiculous.