Sasha Szpakowski
Sasha Szpakowski
**[Original report](https://bitbucket.org/rude/love/issue/1016) by Landon “Karai” Manning (Bitbucket: [karai17](https://bitbucket.org/karai17), GitHub: [karai17](https://github.com/karai17)).** ---------------------------------------- I am trying to draw an input cursor for an input box. My problem is this: let's say I...
I think this should be displaying the same brightness for each of the three textures rendered, but in LÖVE 12 the last two are darker and in LÖVE 11 the...
**[Original report](https://bitbucket.org/rude/love/issue/1478) by Vexatos (Bitbucket: [Vexatos](https://bitbucket.org/Vexatos), GitHub: [Vexatos](https://github.com/Vexatos)).** ---------------------------------------- As mistakenly pointed out in #1471, changing the window icon in conf.lua (or calling setIcon manually) works on Windows, but not...
**[Original report](https://bitbucket.org/rude/love/issue/1466) by Tim Anema (Bitbucket: [tanema](https://bitbucket.org/tanema), GitHub: [tanema](https://github.com/tanema)).** ---------------------------------------- I cannot seem to change the Icon in a OSX build in the normal way. I tried changing the plist...
**[Original report](https://bitbucket.org/rude/love/issue/1200) by Saggi Mizrahi (Bitbucket: [ficoos](https://bitbucket.org/ficoos), GitHub: [ficoos](https://github.com/ficoos)).** ---------------------------------------- It would be nice to have a feature similar to MOAI where you can have a plugins directory specified where...
**[Original report](https://bitbucket.org/rude/love/issue/1387) by jarodwright (Bitbucket: [jarodwright](https://bitbucket.org/jarodwright), ).** ---------------------------------------- Because fonts are rasterized, when applying a transform to a font it doesn't scale well like most other draw functions. For performance...
**[Original report](https://bitbucket.org/rude/love/issue/1125) by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- As highlighted in #1023, the current physics API isn't exactly nice. It's not the worst, but Fixtures especially are...
**[Original report](https://bitbucket.org/rude/love/issue/1431) by IoriBranford (Bitbucket: [IoriBranford](https://bitbucket.org/IoriBranford), GitHub: [IoriBranford](https://github.com/IoriBranford)).** ---------------------------------------- I'm cross-building LOVE for armhf (Raspberry Pi) using Buildroot with Linaro 2017.11 toolchain. Everything compiles OK, but when linking to make...
**[Original report](https://bitbucket.org/rude/love/issue/642) by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- There are few issues with `seek` and `tell` I think. They set and get a property of the Source, rather than...
**[Original report](https://bitbucket.org/rude/love/issue/659) by Karl Hobley (Bitbucket: [kaedroho](https://bitbucket.org/kaedroho), GitHub: [kaedroho](https://github.com/kaedroho)).** ---------------------------------------- lineCaps and lineJoins are very handy as they let you have things like smooth lines. I imagine the implementation won't...