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

Pages: [1]
1
Graphics / SFML2 ConvexShape setFillColor Error
« on: March 19, 2012, 11:29:26 pm »
Oh wow, my bad.
thanks.

2
Graphics / SFML2 ConvexShape setFillColor Error
« on: March 19, 2012, 09:21:05 pm »
Hey guys, so basically what i'm seeing is when creating a convex shape, the setFillColor isn't just effecting the inside of the convex shape, it's effecting the outside slightly. it's fairly difficult to explain, but when the convex shape points drop below a certain point, the fill color is show above it.
For instance,

http://dl.dropbox.com/u/2644125/WaterChainProblem.png

Any help/guidance/explanations would be greatly appreciated.

3
Window / Framerate drops from 1.6 to 2.0
« on: February 24, 2012, 12:50:10 am »
Please Help?! I am also having this problem, essentially the exact same thing! any help would be much appreciated.

4
System / sf::Thread and cin
« on: December 12, 2011, 10:20:43 pm »
Ah, Perfect. All set now. Thanks!

5
System / sf::Thread and cin
« on: December 12, 2011, 05:20:08 pm »
Okay, would you mind taking a look?

The pertinent info is Init() which calls Listener() where Listener() tries to std::cin.

https://github.com/b3ngr33ni3r/Magnet/blob/experimental/Console/Console.cpp

https://github.com/b3ngr33ni3r/Magnet/blob/experimental/Console/Console.h

6
System / sf::Thread and cin
« on: December 12, 2011, 12:40:22 am »
Hey guys, quick question. i'm trying to get user input while still running another thread (this other thread is drawing a sf::RenderWindow). however, when attempting to cin in the thread, it pauses the entire program, causing the sf::RenderWindow to freeze up. So, i'm wondering how to get userinput in a thread while not stopping the main program (i'm guessing i can't use cin)


Thanks.

Pages: [1]