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 - Daddi

Pages: 1 ... 3 4 [5]
61
General / Re: Strangest sf::sleep bug
« on: February 19, 2013, 11:33:20 am »
The earlier posted fix sets timeBeginPeriod every time before a single sleep is engaged. A better solution may be to do this once during the initialization of the application.

62
General / Re: Strangest sf::sleep bug
« on: February 19, 2013, 10:33:44 am »
Thats very intersting! But I wonder, why this doesn't happen on every windows machine. At home, everythings fine, at work -> sleep "bug".

63
General / Re: Strangest sf::sleep bug
« on: February 18, 2013, 11:07:28 pm »
Yes, the moment the chrome browser starts, the bug seems to vanish.
Could it be, that chrome sets windows sleep-time temporarily down to 1 (instead of 15.6 which was named earlier) and back after it gets closed?

64
General / Re: Strangest sf::sleep bug
« on: February 18, 2013, 01:30:15 pm »
I didn't try it yet but tonigt I will compile the sources and report the results

Edit:
Just using timeBeginPeriod(1) and timeEndPeriod(1) before/after the sleep command has the same effect as opening chrome.

65
General / Re: Strangest sf::sleep bug
« on: February 18, 2013, 10:50:59 am »
I encountered the same problem but just since I use Windows 8 at home. Could this be a reason for this bug?

66
Graphics / Re: RenderTexture won't clear properly
« on: October 21, 2012, 12:58:46 am »
This is the results of running your code:


I am running the AMD Catalyst 12.8 drivers, which is the current version.

I get the same results using the SFML 2.0 RC.
Graphicscard is also an AMD, but its a 6950.

When it occured within my project i thought it were my fault, but it seems to be a more general problem.

Pages: 1 ... 3 4 [5]
anything