General discussion about LÖVE, Lua, game development, puns, and unicorns.
rude
Administrator
Posts: 1052 Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway
Post
by rude » Sat Jun 21, 2008 12:26 am
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. <--
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.
Merkoth
Party member
Posts: 186 Joined: Mon Feb 04, 2008 11:43 pm
Location: Buenos Aires, Argentina
Post
by Merkoth » Sun Jun 22, 2008 3:31 pm
You're welcome, thanks for the release
farvardin
Party member
Posts: 167 Joined: Sat Jun 28, 2008 6:46 pm
Post
by farvardin » Sat Jun 28, 2008 11:48 pm
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)
rude
Administrator
Posts: 1052 Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway
Post
by rude » Sun Jun 29, 2008 2:58 am
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-)
Users browsing this forum: No registered users and 1 guest