Search found 129 matches
- 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: 215195
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.
- Sat Jun 08, 2019 10:35 am
- Forum: Libraries and Tools
- Topic: Find globals with LuaJIT (Linux, probably Mac too)
- Replies: 12
- Views: 14194
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...
- Wed Jun 05, 2019 12:27 pm
- Forum: Libraries and Tools
- Topic: Find globals with LuaJIT (Linux, probably Mac too)
- Replies: 12
- Views: 14194
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 is suitable for checking files using LÖVE.
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/
- 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: 215195
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 ?
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 ?
- Fri Feb 01, 2019 9:01 pm
- Forum: General
- Topic: LÖVErs at FOSDEM ? [2019]
- Replies: 10
- Views: 16837
Re: LÖVErs at FOSDEM ? [2019]
Yep, my bad. A bit of Tcl (didn’t think it still exists), Guile, Racket, …
Will do!9
- Thu Jan 31, 2019 5:19 pm
- Forum: General
- Topic: LÖVErs at FOSDEM ? [2019]
- Replies: 10
- Views: 16837
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!
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!
- 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: 215195
Re: love-release - in Lua ! - makes LÖVE game release easier
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
- Mon Dec 03, 2018 1:08 pm
- Forum: Libraries and Tools
- Topic: [Tutorial][0.10] Distributing on all platforms
- Replies: 1
- Views: 5894
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.
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.
- 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: 215195
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...
- Fri Nov 16, 2018 4:26 pm
- Forum: Games and Creations
- Topic: Turn your Longboard into a game controller
- Replies: 4
- Views: 9332
Re: Turn your Longboard into a game controller
That's so much fun!
Controls are somewhat limited though, aren't they?
Controls are somewhat limited though, aren't they?