Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dom96

Pages: [1]
1
General / X error on application exit.
« on: August 12, 2011, 02:13:26 pm »
Anyone?

2
General / X error on application exit.
« on: August 09, 2011, 01:06:32 pm »
bump

3
Graphics / Rotating Text gives ugly results
« on: August 08, 2011, 02:36:55 pm »
Yes. Sorry. I should have been more clear.

I tested single characters at first and the dot appeared on all of the characters that I tested.

I then tested a couple of sentences, and only the first character of the sentence has that dot.

4
Graphics / Rotating Text gives ugly results
« on: August 08, 2011, 02:23:16 am »
It seems to happen with every character. Although I only tested a few. It even happens with sentences, there is always a small dot somewhere around the first character.

5
Graphics / Rotating Text gives ugly results
« on: August 07, 2011, 08:12:19 pm »
Thanks. It's back to how it was previously now. I have noticed another small issue with rotation. An artifact, a small dot:

Rotation: 36.2624


I will try rounding my angle maybe that will remove that artifact. Although I think this is still a bug.

EDIT: No, that doesn't help.

6
Graphics / Rotating Text gives ugly results
« on: August 07, 2011, 02:21:34 pm »
No problem!
Thanks for the quick reply.

7
Graphics / Rotating Text gives ugly results
« on: August 07, 2011, 12:24:45 pm »
Hello, I have just pulled the latest changes in the git repo and they seem to have made rotating Text very ugly.



Here I made the Text bigger:



This only happens with angles which are not multiples of 90.

Is there any way to go back to the previous behaviour?

8
General / X error on application exit.
« on: August 06, 2011, 04:54:22 pm »
Hello,
I have been playing with SFML for the past couple of days. I have noticed an error when I close my window. The error is:
Quote
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ""
      after 1845 requests (1844 known processed) with 0 events remaining.


I have ignored this for a while, but I have recently noticed that win.EnableVerticalSync(true); causes strange X lag. Moving the window feels sluggish and using other applications feels sluggish too while my SFML application is running. Furthermore, if I instead use win.SetFramerateLimit(60); everything is snappy.

Any ideas what the problem is?

Pages: [1]
anything