SFML icon indicating copy to clipboard operation
SFML copied to clipboard

Simple and Fast Multimedia Library

Results 305 SFML issues
Sort by recently updated
recently updated
newest added

## Description I believe an SDK update fixed whatever issues were causing us to previously disable certain warnings on Android because as far as I can tell it's fine to...

Reduce repetition by moving version, release, OpenGL ES and Android suspend clock defines into the Config.hpp header, which is now configured during project configuration. Issue: #2079 Practically reverts: #2161 ##...

feature
s:undecided
m:config

## Description Over time I accumulate lots of little fixes that I find while solving other problems. I've collected enough build system improvements to justify a PR now. Each commit...

## Description This PR implements the ideas outlined [here](https://github.com/SFML/SFML/wiki/SD%3A-CPP-17-Support#chrono-api). 100% code coverage is maintained for `sf::Time`. One important design note is how the constructor from `std::chrono::duration` does not perform a...

feature
m:sfml-system
s:accepted

This fixes text crawling explained in issue [#2129](https://github.com/SFML/SFML/issues/2129) Thanks a lot for making a contribution to SFML! 🙂 Before you create the pull request, we ask you to check the...

bug
m:sfml-graphics
s:undecided

## Description One of SFML 3's specific goals is to support move semantics. One such obstacle to implementing move semantics is not necessary knowing when the compiler is or is...

feature
s:accepted
m:unittest

## Subject of the issue setPosition applies an erroneous behind the scene offset when it is ran. ## Your environment * linux / x11 * SFML 2.5.1 * g++ main.cpp...

feature
m:doc

* [x] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before? (previously appeared in forum posts as requests, and also in an issue / PR: https://github.com/SFML/SFML/issues/1802)...

feature
m:sfml-graphics

## Description Chipping away at more C++17 modernizations from [here](https://github.com/SFML/SFML/wiki/SD%3A-CPP-17-Support#filesystem-api). To keep scope manageable, this PR only touches the Network module. ## Tasks * [x] Tested on Linux * [x]...

feature
m:sfml-network
s:accepted

## Description For now, test utilities for all SFML modules are compiled in a single library, which means for example that tests for the System module are linked with Graphics...

feature
m:unittest