Search found 3 matches

by Tomis
Sun Feb 02, 2014 12:34 pm
Forum: General
Topic: LÖVE 0.9.0 released
Replies: 87
Views: 93796

Re: LÖVE 0.9.0 released

Thanks pib, it works.
by Tomis
Sat Jan 18, 2014 2:08 pm
Forum: General
Topic: LÖVE 0.9.0 released
Replies: 87
Views: 93796

Re: LÖVE 0.9.0 released

0.9 also broke Cupid but nobody seems to have noticed. When starting Love you briefly get a message saying "boot.lua:322: attempt to index field 'window' (a nil value); it seems Cupid is doing something that Love doesn't like afterwards, but I couldn't quite find the cause. I also sent a messag...
by Tomis
Fri Jan 17, 2014 10:14 am
Forum: General
Topic: LÖVE 0.9.0 released
Replies: 87
Views: 93796

Re: LÖVE 0.9.0 released

The switch to LuaJIT gave me a small bit of trouble, in the sense that my code using variable number of arguments ( the three dots - ... ) stopped working because I was using the "arg" table to access parameters, which seems to be deprecated in Lua 5.1 and replaced by { ... }, but still us...