Page 6 of 11
Re: Offline LÖVE documentation for download
Posted: Tue Oct 08, 2013 7:39 pm
by WZ
Hello.
I made offline version of Love Wiki with httrack. English only. Httrack command, filter, database included, so it's easy to update (at least under Linux). ~2k files, 70MB.
http://www.dropbox.com/s/spavdbvlxbsc4l ... 0.2013.zip
Re: Offline LÖVE documentation for download
Posted: Tue Oct 15, 2013 9:20 pm
by Mr.Smith
How do you filter out other languages in httrack, or just deleted manually?
Re: Offline LÖVE documentation for download
Posted: Fri Oct 18, 2013 1:07 pm
by WZ
With httrack filter, included in "list" and "_0_command" files.
Re: Offline LÖVE documentation for download
Posted: Mon Dec 16, 2013 5:14 am
by paulclinger
Santos wrote:I plan on updating it once 0.9.0 is released, but I might wait until then since the API is changing a bit, and so I can get the information from the wiki, hehe.
Santos, any chance for an API update for 0.9.0? I'll be refreshing the auto-complete files in ZeroBraneStudio, not that 0.9 is out. Thanks! Paul.
Re: Offline LÖVE documentation for download
Posted: Mon Dec 16, 2013 7:31 am
by Santos
Still might not be accurate or complete, and watch out for the love.window.setMode flags.
Edit: New locations.
https://github.com/love2d-community/love-api
http://love2d-community.github.io/love-api/
Re: Offline LÖVE documentation for download
Posted: Thu Dec 19, 2013 10:46 pm
by szensk
Great work Santos. That's exactly what I need.
Re: Offline LÖVE documentation for download
Posted: Thu Dec 19, 2013 11:21 pm
by Roland_Yonaba
Seriously, dude, you should
Git it.
Re: Offline LÖVE documentation for download
Posted: Sat Dec 28, 2013 10:33 pm
by WZ
Re: Offline LÖVE documentation for download
Posted: Thu Apr 24, 2014 8:52 pm
by Santos
Re: Offline LÖVE documentation for download
Posted: Fri Apr 25, 2014 1:16 am
by paulclinger
Santos wrote:Updated for 0.9.1.
Santos, thank you for the update. It seems like getVersion may be missing one level of curly brackets:
Code: Select all
functions = {
name = 'getVersion',
should probably be
Code: Select all
functions = {
{
name = 'getVersion',