-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement remaining SFML 2.6.0 changes #187
Comments
I would Highly recommend you put up a draft Pull request of the one you are working on, so others don't accidentally "take" yours. |
Dibs on SFML/SFML#1047 See PR #190 |
See PR #191 |
Dibs on SFML/SFML#1746 I'll set up a PR later and update this comment with said PR number. I also just realized you can't really make a PR without a change, so calling dibs here first would be best. |
Dibs on SFML/SFML#1851 |
Dibs on SFML/SFML#1688 |
Dibs on SFML/SFML#1669 |
Dibs on SFML/SFML#1757 |
I'm marking SFML/SFML#1666 as complete since using I also considered adding it to |
Dibs on SFML/SFML#1235 |
Dibs on #SFML/SFML#1557 |
I think it's ok to make protected member variables public in this case. We need to look for another instance of this to really know what we should do though. |
I think I missed taking SFML/SFML#1788 off the needed changes list. @ChrisThrasher could you update that list and check this one off? Edit: Oh i see the mini list you created. |
See #207 for an implementation of SFML/SFML#1484 Last 2.6.0 feature! 🥳 |
All done!! |
How about a new CSFML release with these changes? |
Credit to @dogunbound for this list from PR #186. I'm moving this list out to its own issue so we can track these changes while we incrementally merge PRs.
Basically, we need to slowly go through EVERY pull request and see if any change needs to be made and make those changes. If there aren't any changes needed for a specific pull request, mark it as complete.
todo list:
sf::Lock
SFML#1848-Wunused-parameter
,-Wsign-compare
) SFML#1785-Wmissing-braces
warning under clang (for SFML 2.6) SFML#2048ActivityStates
SFML#1845sf::Context::getActiveContext
to stop returning inactive contexts SFML#1794JoystickImpl
with too many file descriptors SFML#1941sf::Music
sometimes failing to loop after seeking SFML#1707The text was updated successfully, but these errors were encountered: