Sasha Szpakowski
Sasha Szpakowski
Are the filled shapes mismatching, or is it the lines? (Or both?) If it's the lines, does it only happen with rendering smooth lines, or is it reproducible with rough...
On macOS in both LÖVE 11.3 and 0.10.2 the `socket.select` call always times out and the `print(udp:receivefrom())` codepath is never hit, regardless of whether the `sendto` call is commented or...
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- I've not been able to reproduce any weirdness on linux. I always see main.lua, and baseDirectory is never empty,...
**Original comment by Premek (Bitbucket: [premek](https://bitbucket.org/premek), GitHub: [premek](https://github.com/premek)).** ---------------------------------------- One more case that I'm experiencing on linux: ``` #!bash premek@nuc:~/prog/forest$ ls src/main.lua src/main.lua premek@nuc:~/prog/forest$ love src/ SourceBaseDirectory /home/premek/prog/forest WorkingDirectory /home/premek/prog/forest...
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- That is correct, it's the path that contains the source. To love there's really no difference between a .love...
> Ideally, you want no conversions happening anywhere in the rendering chain, obviously. That's not correct. Intermediate sRGB-encoded render targets are both desired and supported. I'd appreciate it if you...
**Original comment by Matthias Richter (Bitbucket: [vrld](https://bitbucket.org/vrld), GitHub: [vrld](https://github.com/vrld)).** ---------------------------------------- Line-join-modes have been on my to-do for some time, thogh only as 'none' (equivalent to several calls to love.graphics.line()), 'miter'...
**Original comment by Karl Hobley (Bitbucket: [kaedroho](https://bitbucket.org/kaedroho), GitHub: [kaedroho](https://github.com/kaedroho)).** ---------------------------------------- In my game, I got "round" line caps by simply drawing circles at each end of the line and it...
**Original comment by Matthias Richter (Bitbucket: [vrld](https://bitbucket.org/vrld), GitHub: [vrld](https://github.com/vrld)).** ---------------------------------------- Half of it fixed as of a9e1ef3
**Original comment by SpotlightKid (Bitbucket: [SpotlightKid](https://bitbucket.org/SpotlightKid), GitHub: [SpotlightKid](https://github.com/SpotlightKid)).** ---------------------------------------- I get this error when trying to use `love.graphics.getLineJoin()`: ``` Error: main.lua:89: Unknown line join stack traceback: [C]: in function 'getLineJoin'...