Page 1 of 1

LOVE 0.3.1

Posted: Sat Jun 21, 2008 12:26 am
by rude
Hey all.

Just a bugfix release this time. 0.3.0 did have some horrible bugs though, so you should upgrade right ayway.
  • Fixed segfault related to graphics (on exit).
  • Fixed wait-forever bug related to audio (on exit).
  • Fixed error reporting not working across modules. <-- :o
  • Fixed bug where games with a trailing "/" would not start.
  • Fixed bug which caused love.timer.sleep to delay for (way) too long.
  • Updated love.exe to redirect stdout/stderr properly on Windows (again).
(Check task manager for love.exe, or ps aux | grep love if you never reboot - there may be duplicates 8-) , wait-forever bug was EVIL.)

Many thanks to Merkoth for the discovery of most of these bugs. :)

Re: LOVE 0.3.1

Posted: Sun Jun 22, 2008 3:31 pm
by Merkoth
You're welcome, thanks for the release :)

Re: LOVE 0.3.1

Posted: Sat Jun 28, 2008 11:48 pm
by farvardin
great !

Will you include a working "make install" in the next release ? It would help people to install it.
I've noticed also the makefiles are linking to lua5.1, but it prevents many people to build it on linux (their systems is requesting for lua only)

Re: LOVE 0.3.1

Posted: Sun Jun 29, 2008 2:58 am
by rude
Tido (the Linux maintainer) has created an autotools build thingie which is supposed to fix that problem (and others) ... maybe we'll include it in the next release.

Thanks for pointing that out. 8-)