Simon Naarmann

Results 165 comments of Simon Naarmann

Thanks for the feedback and the video! This is a glaring, annoying bug. Your OS cursor warps to a completely wrong position outside the Lix window; according to your description,...

Please clone my [exmousewarp example program](https://github.com/SimonN/exmousewarp); this is Allegro 5's own example for mouse warping that I converted from C to D. After cloning, enter its main directory, then build...

Thanks a lot! (160, 120) is not expected, it should always be (320, 240) in the console. I'm getting close to filing a bug directly against Allegro 5. Let me...

Thanks! With your test against the unmodified Allegro 5 example in C, it looks even more like an Allegro issue. Consider to [file a bug against Allegro 5](https://github.com/liballeg/allegro5/issues) and link...

Idea: When you ungroup, we first compute the center of the group, then ungroup, then rotate the loose tiles around that center. Similar with mirroring. The editor's Hover class already...

SimonN: When you nudge erasers into position, do you use the mouse or the keyboard? I have a loose idea to not draw any selection rectangles during mouse move Nepster:...

The bug exists, but the title and descriptions are likely wrong. The bug manifests when the selbox is not centered in the image.

Forestidia said in IRC: I've gotten so used to the blueprints [in NeoLemmix] in short time so that it feels strange in Lix that they aren't there.

I agree, the skill names should be translated. There's an overseeable number of skills. A German UI user reading English skill names will easily guess what is what. I agree...

Equivalent to this bug in C++ Lix: http://asdfasdf.ethz.ch/~simon/bb/topic.php?topic=212 Copy&paste from the description behind that link: Proposed fix: Put a flag for non-permanent gadgets and flingers in the lookup map. If...