Search found 129 matches

by Rucikir
Mon Oct 19, 2020 8:00 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201087

Re: love-release - in Lua ! - makes LÖVE game release easier

I have released love-release 2.0.16 which replaces Bitbucket links with GitHub. Thanks to Alloyed for updating loadconf to support LÖVE 11.3.
by Rucikir
Sat Jun 08, 2019 10:35 am
Forum: Libraries and Tools
Topic: Find globals with LuaJIT (Linux, probably Mac too)
Replies: 12
Views: 13195

Re: Find globals with LuaJIT (Linux, probably Mac too)

but I didn't realize it's available for Debian as the lua-check package I don’t know if the package is up to date on Debian, but if you have installed luarocks, you may prefer to install lua-check this way. luarocks install luacheck they enforce a particular style I tend to like conforming myself t...
by Rucikir
Wed Jun 05, 2019 12:27 pm
Forum: Libraries and Tools
Topic: Find globals with LuaJIT (Linux, probably Mac too)
Replies: 12
Views: 13195

Re: Find globals with LuaJIT (Linux, probably Mac too)

Do you know Luacheck ?
It’s a static analyzer and a linter for Lua, that is very mature and that has a lot of features. It is also well integrated with various editors.
For instance, a run of

Code: Select all

luacheck --std=love+luajit src/
is suitable for checking files using LÖVE.
by Rucikir
Mon Apr 08, 2019 4:13 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201087

Re: love-release - in Lua ! - makes LÖVE game release easier

Yeah, that was very buggy.
Hopefully, as of love-release 2.0.11 and lua-zip 0.2 (I have removed my fork), much of the bugs (if not all) are fixed, except some that are not.

Could you please test now ?
by Rucikir
Fri Feb 01, 2019 9:01 pm
Forum: General
Topic: LÖVErs at FOSDEM ? [2019]
Replies: 10
Views: 14628

Re: LÖVErs at FOSDEM ? [2019]

kikito wrote: Fri Feb 01, 2019 1:42 pm That is not entirely true. There is a "minimalistic languages" room this year, and Lua is there, sharing it with others (Lisp, I think?).
Yep, my bad. A bit of Tcl (didn’t think it still exists), Guile, Racket, …
kikito wrote: Fri Feb 01, 2019 1:42 pm Anyway, if you go, please say hello to Hisham from my part!
Will do!9
by Rucikir
Thu Jan 31, 2019 5:19 pm
Forum: General
Topic: LÖVErs at FOSDEM ? [2019]
Replies: 10
Views: 14628

Re: LÖVErs at FOSDEM ? [2018]

Hi everyone!

It's that time of the year again, where I dig back an old thread. Will you go to FOSDEM 2019?
There isn't a Lua developer room this year, but that does not mean we can't meet.

See you! maybe. And happy new year!
by Rucikir
Wed Dec 05, 2018 7:23 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201087

Re: love-release - in Lua ! - makes LÖVE game release easier

yancouto wrote: Tue Dec 04, 2018 11:00 pm For those who had problem installing love-release, it is because it only works with an old version of luarocks.
I have updated love-release to use LuaRocks 3. It’s tagged v2.0.9 (I may have been presumptuous by tagging early). Have fun!
https://github.com/MisterDA/love-release
by Rucikir
Mon Dec 03, 2018 1:08 pm
Forum: Libraries and Tools
Topic: [Tutorial][0.10] Distributing on all platforms
Replies: 1
Views: 5352

Re: [Tutorial][0.10] Distributing on all platforms

Hi,

I’m happy to see that love-release worked for you.
If you'd like to contribute an AppImage script for love-release, or any new feature or bugfix, I'd be happy to include it.
by Rucikir
Sat Nov 24, 2018 11:12 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 201087

Re: love-release - in Lua ! - makes LÖVE game release easier

Hi all, A minor version of love-release was just released that fixes a bug occurring when byte-compiling a game. love-release tried to byte compile every file from the project, even assets. Thanks to Benoit Giannangeli (@giann) for reporting it. Keep hacking! For the sake of completion, I’m answerin...
by Rucikir
Fri Nov 16, 2018 4:26 pm
Forum: Games and Creations
Topic: Turn your Longboard into a game controller
Replies: 4
Views: 8867

Re: Turn your Longboard into a game controller

That's so much fun!
Controls are somewhat limited though, aren't they?