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

Pages: [1]
1
Feature requests / Re: sf::Clock start() and stop() functions
« on: April 15, 2014, 02:33:54 am »
This has already been discussed before.
Where?, I searched before posting and I couldn't find any related post, sorry if it's duplicated :-\.

It's implemented in the Thor library if you want ;)
Yes, but it will be more useful if we can do this without using any external library, I think SFML can provide this functionality without problem.

I think I have to change the names, start() to resume() and stop() to pause(), as Mario said those current names are a little confusing.

2
These are missing on adding numbers to vectors.
I think he means
Vector2f a = new Vector2f(1, 1);
a += 3;
My knowledge of vectors is limited, but I don't know if this really has a meaning...
No, you can't add a scalar to a vector, just multiply or divide them.

3
Feature requests / sf::Clock start() and stop() functions
« on: April 13, 2014, 02:09:51 am »
Hi  :),
I think that it will be really useful if you can stop and start the sf::Clock, I have implemented what I say https://github.com/edoren/SFML/commit/bbf03755be1d041aaffac01f4eca873d173bf359, just tell me to make a pull request :D. So, what do you think guys?.

Pages: [1]
anything