Search found 7 matches

by Shviller
Sun Aug 23, 2015 1:46 pm
Forum: Ports
Topic: Motor2D - Löve2D for the Web with Emscripten
Replies: 20
Views: 25113

Re: Motor2D - Löve2D for the Web with Emscripten

Quick question:

Code: Select all

self.font:getWrap(...)
returns 0, nil. The font object was created with

Code: Select all

love.graphics.newFont(12)
Is this supposed to happen?

Thanks in advance and thanks for making Motor2D in the first place!
by Shviller
Sat Aug 08, 2015 11:27 am
Forum: Libraries and Tools
Topic: Löve2D documentation (docset) for offline browsing
Replies: 12
Views: 22614

Re: Löve2D documentation (docset) for offline browsing

I tired all three (5.1, 5.2, 5.3), they all behave the same. However, the solution turned out to be simple: I upgraded to the currently latest unstable build.
by Shviller
Fri Aug 07, 2015 3:39 pm
Forum: Libraries and Tools
Topic: Löve2D documentation (docset) for offline browsing
Replies: 12
Views: 22614

Re: Löve2D documentation (docset) for offline browsing

Aha, so this is where the version/platform might matter. This is how it looks for me:
Image
Löve's docset works fine, however. Well, at least now I know that Lua's docset actually works too, and the problem is on my end.
by Shviller
Thu Aug 06, 2015 10:55 pm
Forum: Libraries and Tools
Topic: Löve2D documentation (docset) for offline browsing
Replies: 12
Views: 22614

Re: Löve2D documentation (docset) for offline browsing

Looks like I'm having a problem with colons. Am I doing something wrong? Turns out, I was doing something wrong. Specifically, Zeal uses colons to specify a prefix that narrows the search down to specific docsets. So in my case, I want not just ` ImageData: `, but rather ` lua 5.1,love2d:ImageData:...
by Shviller
Thu Aug 06, 2015 2:37 pm
Forum: Libraries and Tools
Topic: Löve2D documentation (docset) for offline browsing
Replies: 12
Views: 22614

Re: Löve2D documentation (docset) for offline browsing

Looks like I'm having a problem with colons. The moment I enter one, I lose all results:
Image
Am I doing something wrong?
(using Zeal 0.1.1, built Apr 20 2015, in case it matters)
by Shviller
Sun Jul 20, 2014 8:23 pm
Forum: Libraries and Tools
Topic: MetaLua preprocessor for LÖVE
Replies: 2
Views: 2829

Re: MetaLua preprocessor for LÖVE

This looks nice. Thanks! Would you please consider submitting the rockspec (and the rock) for installing this to Moonrocks? Despite the code being packaged as a bunch (9, not counting better-metalua) of rocks, I don't feel comfortable releasing them properly yet. Mostly because they include only th...
by Shviller
Sat Jul 19, 2014 11:12 pm
Forum: Libraries and Tools
Topic: MetaLua preprocessor for LÖVE
Replies: 2
Views: 2829

MetaLua preprocessor for LÖVE

Hello everyone. I made a thing, and while it is a part of a much larger work in progress, it might be of use for someone already. What it is This is a MetaLua ( their current repo ) preprocessor, allowing you to use macros and other compile-time metaprogramming techniques in your LÖVE code. For exam...