Search found 5 matches

by Arckanum
Tue May 08, 2012 7:49 pm
Forum: Support and Development
Topic: Problems with the new line drawing system in 0.8
Replies: 13
Views: 5595

Re: Problems with the new line drawing system in 0.8

bartbes wrote:Except it's not broken (afaik). You guys depended on a bug that has now been fixed.
The main question for me is why it works with rough mode though.
by Arckanum
Tue May 08, 2012 7:11 pm
Forum: Support and Development
Topic: Problems with the new line drawing system in 0.8
Replies: 13
Views: 5595

Re: Problems with the new line drawing system in 0.8

Robin wrote:I had exactly the same issue. They told me to use larger line pieces. That means a solid rewrite for me, due to how the game works.
Yeah i'm also working on it, but for the meantime i'm still using 0.7.2.. Perhaps they work on the line system and it's fixed in the next version.
by Arckanum
Mon May 07, 2012 11:42 pm
Forum: Support and Development
Topic: Problems with the new line drawing system in 0.8
Replies: 13
Views: 5595

Re: Problems with the new line drawing system in 0.8

Make sure your blend mode is set to "premultiplied" when you draw the canvas to the screen, if it isn't already. This actually helped quite a lot. I'm working on a very(!) small scale. I guess this is the problem. It always worked with 0.7.2. Rescaling the whole thing should help quite a ...
by Arckanum
Mon May 07, 2012 11:23 pm
Forum: Support and Development
Topic: Problems with the new line drawing system in 0.8
Replies: 13
Views: 5595

Re: Problems with the new line drawing system in 0.8

How about this: if zoom >= far_away then mode = "smooth" else mode ="rough" end Doesnt really work. Smooth still looks like crap the very moment rough is already cutting critical pixels. Look at this sine curve. The first image is with rough mode and the second is zoomed out sim...
by Arckanum
Mon May 07, 2012 11:03 pm
Forum: Support and Development
Topic: Problems with the new line drawing system in 0.8
Replies: 13
Views: 5595

Problems with the new line drawing system in 0.8

I currently have some issues with the new line drawing system in 0.8. When i draw into a canvas with LineStyle("smooth") the lines just appear squashed. I dont know how to explain it, so i'm showing you some comparison images with rough and smooth setting of a coordinate system (nothing el...