Search found 42 matches

by Centauri Soldier
Mon Jan 20, 2020 5:30 am
Forum: General
Topic: LÖVE 11.3 released!
Replies: 49
Views: 1142993

Re: LÖVE 11.3 released!

Will LOVE be updating Lua to 5.4 in the foreseeable future?
by Centauri Soldier
Thu Jan 16, 2020 6:07 pm
Forum: Libraries and Tools
Topic: 32logex
Replies: 0
Views: 7618

32logex

I decided to modify the wondeful 32 Lines of Goodness to suit my own project and it turned out to be pretty useful for more than that one project. So, I thought I'd share it here for anyone else who might need such functionality. I know, it's not 32 lines anymore. I left that in the name to honor th...
by Centauri Soldier
Tue Nov 07, 2017 4:07 pm
Forum: Libraries and Tools
Topic: LuaTable A small library to convert tables back to lua code
Replies: 5
Views: 8461

Re: LuaTable A small library to convert tables back to lua code

Hi there and thanks for sharing your code. I do have a question regarding it. Instead of parsing the table, why not just use loadstring() to bring a table into lua again? Also, a suggestion if you do use this method, would be to (if already saved) look for meta info for each table when loading it ba...
by Centauri Soldier
Mon Aug 29, 2016 5:23 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: Content Redacted. Please Delete Thread.

If you mean " criticism ", it's a bit more complicated than that and I'd rather not go into it; however, your attitude is a good example of what I mean by negativity. Being a musician and an artist, I respond well to both negative and positive criticism so long as it's constructive. That b...
by Centauri Soldier
Sun Aug 28, 2016 8:35 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12610

Re: Content Redacted. Please Delete Thread.

The original content is still on my github, I'm just not posting updates to the module here any longer due to the negativity of some members and staff in this community. Feel free to communicate with me on github about the projects. Also, they are still listed in the libraries page on the main love2...
by Centauri Soldier
Sun Aug 28, 2016 8:34 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: Content Redacted. Please Delete Thread.

The original content is still on my github, I'm just not posting updates to the module here any longer due to the negativity of some members and staff in this community. Feel free to communicate with me on github about the projects. Also, they are still listed in the libraries page on the main love2...
by Centauri Soldier
Mon Aug 22, 2016 1:17 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: SQLite3 for Lua - A Simple Database System

If you say "I'm gonna fix this issue like this" and then post "I fixed the issue like this", that looks like the same thing to me so it's double posting I see, well in that case you may want to go look up the definition of double-post in order to alleviate your confusion. Your l...
by Centauri Soldier
Mon Aug 22, 2016 1:14 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: SQLite3 for Lua - A Simple Database System

Thanks for the well-thought-out tips, slime :). As it turns out, you're right, LOVE does do all those things but this plugin is meant for Lua, not just LOVE so I had to come up with my own way of getting that info. I would have much rather used LOVE though lol, since it makes it so easy. As far mac ...
by Centauri Soldier
Mon Aug 22, 2016 12:35 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: SQLite3 for Lua - A Simple Database System

Don't double post, you can edit your posts... I didn't double post. The update having its own post was intentional. A double-post is when there are two separate posts with identical content. ...also it doesn't really solve the issue, 2MB of memory consumed by a string is not something I would want ...
by Centauri Soldier
Sun Aug 21, 2016 11:10 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21479

Re: SQLite3 for Lua - A Simple Database System

All Library data is now removed after library file as been written to prevent unnecessary data retention in memory.