Search found 25 matches

by azoyan
Thu Apr 05, 2018 1:34 pm
Forum: General
Topic: 11.0 bugs
Replies: 47
Views: 66802

Re: 11.0 bugs

Where is love.audio.setEffect documentation? I see only https://love2d.org/wiki/Source:setEffect documentation.
by azoyan
Thu Mar 01, 2018 9:15 pm
Forum: Libraries and Tools
Topic: [library] moonshine – Chainable post-processing shaders for LÖVE.
Replies: 12
Views: 29228

Re: [library] moonshine – Chainable post-processing shaders for LÖVE.

Hello! Thank you very much for your library. But I have some problems with shaders on my gadgets. 1. Xiaomi Redmi Note 3 Pro (Android 6.0.1, Qualcomm Snapdragon 650 MSM8956 1800 MHz, Adreno 510) effect godsray Error Cannot compile pixel shader code: Line 15: ERROR: '<': wrong operand types no operat...
by azoyan
Thu Dec 28, 2017 9:03 am
Forum: Support and Development
Topic: Multi-touch bug Android (MIUI)
Replies: 4
Views: 3911

Re: Multi-touch bug Android (MIUI)

slime wrote: Thu Dec 28, 2017 3:35 amDoes multitouch work fine for you in other non-love games on that phone?
Quotha! Yea! In other games third touches is doesn't work too. In applications it's processing this correctly
by azoyan
Thu Dec 28, 2017 1:26 am
Forum: Support and Development
Topic: Multi-touch bug Android (MIUI)
Replies: 4
Views: 3911

Re: Multi-touch bug Android

It looks like it's a problem with that phone's screenshot mode: http://en.miui.com/thread-532593-1-1.html Maybe it is needed to report new issue in love2d? Because, in other applications (no love2d) this bug is disappear: 3 touchpresses processed normal with enabled '3-finger slide screenshot featu...
by azoyan
Wed Dec 27, 2017 8:23 pm
Forum: Support and Development
Topic: Multi-touch bug Android (MIUI)
Replies: 4
Views: 3911

Multi-touch bug Android (MIUI)

Hi all! I have a problem. If you touch and hold your finger on the screen. When the number of fingers is three, the touchrelease event will be called and the release count will be equal of two. Code for test, main.lua : touchPresses = 0 touchReleases = 0 function love.touchpressed(id, x, y, dx, dy, ...