Love 0.8.0 now stable. breaks Ortho Robot and Not Tetris 2
-
- Posts: 104
- Joined: 10 Feb 2012, 23:57
well, after having to reformat my computer a few weeks ago, i downgraded to ubuntu 10.04. making love 0.8.0 inaccessible as an unstable package. but i found today that 0.8.0 is stable, but it breaks the old games. Ortho Robot works fine so far, until it crashes on exit
http://i39.tinypic.com/21opvk8.png
Not Tetris 2, however, is completely broken and won't start at all
http://i44.tinypic.com/1194fv7.png
i'll take a look at ortho robot about the exit command and see if i can update it to Mari0's command to fix it. as for Not Tetris 2, that may take a while as i'm still a total noob to lua coding
http://i39.tinypic.com/21opvk8.png
Not Tetris 2, however, is completely broken and won't start at all
http://i44.tinypic.com/1194fv7.png
i'll take a look at ortho robot about the exit command and see if i can update it to Mari0's command to fix it. as for Not Tetris 2, that may take a while as i'm still a total noob to lua coding
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
the exit command just needs to change to love.event.quit() instead of love.event.push('q')
-
- Posts: 104
- Joined: 10 Feb 2012, 23:57
yeah, i got that after looking at the 2. Not Tetris 2, however pretty much needs to be updated, which would be a pain
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
love.physics{} was updated a lot so it would be a real pain. But worth it though
-
- Posts: 2996
- Joined: 02 Feb 2012, 21:32
Translation: I don't want to spend time fixing my first game up so that 5% of users can play it again.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
In all the requires delete all the .lua at the end.
-
- Stabyourself.net
- Posts: 2145
- Joined: 01 Feb 2012, 20:19
You're pretty bad at thisCamewel wrote:Translation: I don't want to spend time fixing my first game up so that 5% of users can play it again.
-
- Posts: 2996
- Joined: 02 Feb 2012, 21:32
Translation: It's insignificant and who cares and I can't be bothered deal with it.
-
- Stabyourself.net
- Posts: 2145
- Joined: 01 Feb 2012, 20:19
Translation: I don't feel like doing it but know that I have to, so just chill for the moment.
-
- Posts: 2996
- Joined: 02 Feb 2012, 21:32
I was miles off. I must have miscounted the 'e's.
-
- Posts: 2
- Joined: 20 May 2012, 11:55
This will fix the broken require calls at the beginning, but not the problems with the physics module …rokit boy wrote:In all the requires delete all the .lua at the end.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
But I think the game can be rewritten with the new physics but the gameplay will be the same.l3u wrote:This will fix the broken require calls at the beginning, but not the problems with the physics module …rokit boy wrote:In all the requires delete all the .lua at the end.
-
- Posts: 2
- Joined: 20 May 2012, 11:55
Sure! Probably, not much code has to be changed. I looked at the sources, but I don't have enough knowledge about Lua and esp. the Löve framework to see what exactly has to be done to make it work with 0.8.0. – so I hope, the author(s) of Not Tetris 2 will do that.
At least for Gentoo Linux, a solution would be to be able to install more than one version of the Löve framework. I requested this here: https://bugs.gentoo.org/show_bug.cgi?id=416703 … let's see what happens ;-)
At least for Gentoo Linux, a solution would be to be able to install more than one version of the Löve framework. I requested this here: https://bugs.gentoo.org/show_bug.cgi?id=416703 … let's see what happens ;-)
-
- Stabyourself.net
- Posts: 1447
- Joined: 06 Jan 2012, 12:07
I'm pretty sure this was said before, but regardless:
Ortho Robot works after the basic 0.7.2->0.8.0 changes, while Not Tetris 2 requires a lot more work.
Ortho Robot works after the basic 0.7.2->0.8.0 changes, while Not Tetris 2 requires a lot more work.