Search found 42 matches

by Centauri Soldier
Sun Aug 21, 2016 11:07 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21618

Re: SQLite3 for Lua - A Simple Database System

Thanks for the feedback, Positive07. I see your point about the extra memory. Although I would venture to say that using less than 2mb of memory is trivial; however, due to the fact that such consumption seems to be a concern (and out of acknowledgement of good programming practices :P), I will null...
by Centauri Soldier
Sun Aug 21, 2016 10:32 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21618

Re: SQLite3 for Lua - A Simple Database System

Removed the need for the library files and removed the files themselves.
The source directory is no longer required, SQLite3 now needs only the path to a writeable directory.

SQLite3 is configured to work for LOVE right out of the box: just require("myplugins.sqlite3") and go!
by Centauri Soldier
Sun Aug 21, 2016 7:39 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21618

Re: SQLite3 for Lua - A Simple Database System

Updated to automatically write the appropriate dll/so file to the calling directory when the program is archived (.love) or compiled (.exe).
by Centauri Soldier
Sat Aug 20, 2016 4:08 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12691

Re: Dox - A Lua Documentation Generator Script (v0.0.9)

Updated Dox to work with Linux.
by Centauri Soldier
Sat Aug 20, 2016 3:24 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12691

Re: Dox - A Lua Documentation Generator Script (v0.0.7)

I'm glad you're getting use of out this, Antonio and thanks for the kind words :D.
by Centauri Soldier
Sat Aug 20, 2016 12:36 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 24
Views: 21618

Content Redacted. Please Delete Thread.

Content Redacted.
by Centauri Soldier
Wed Aug 10, 2016 4:30 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12691

Re: Dox - A Lua Documentation Generator Script

Linux support is forthcoming but won't be complete for a little while. I'll update here when it's done.

It works perfectly on Windows though. I should note (as is shown on the Github) that this is an alpha release so all planned features may not yet be available.
by Centauri Soldier
Wed Aug 10, 2016 3:34 am
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12691

Re: Dox - A Lua Documentation Generator Script

I suggest trying Dox out and seeing what needs it does not fulfill then let me know and I'll see what I can do. As far as functions with the same name in the module, I may be able to add that ability relatively easy. The return type can be anything you type into your comment block so it can easily b...
by Centauri Soldier
Tue Aug 09, 2016 11:05 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 353844

Re: Löve Frames - A GUI Library

Will do, thanks again, Kenny.