15
I Use This!
Moderate Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use `std::` namespace More... 9 months ago
Fix outdated template code More... 9 months ago
Remove default empty state of `sf::Texture` More... 9 months ago
Fix missing include of <algorithm> More... 9 months ago
Fix geometry shader example More... 9 months ago
Use `std::string_view` to construct `sf::Shader`s without allocations More... 9 months ago
Replace `const char*` with `std::string_view` More... 9 months ago
Simplify implementations of types without an empty state More... 9 months ago
Fix sound file docs More... 9 months ago
Use '{}' for default parameter initialization More... 9 months ago
Remove default empty state of `sf::RenderTexture` More... 9 months ago
Remove redundant parentheses More... 9 months ago
Reduce pointer usage More... 9 months ago
Upgrade clang-tidy for Linux jobs More... 9 months ago
Remove default empty state of `sf::InputSoundFile` and `sf::OutputSoundFile` More... 9 months ago
Added support for retrieving a list of audio playback devices, getting the default audio playback device and changing the audio playback device during runtime. More... 9 months ago
Remove default empty state of `sf::Cursor` More... 9 months ago
Remove default empty state of `sf::Shader` More... 9 months ago
Remove default empty state of `sf::SoundBuffer` More... 9 months ago
Remove default empty state of `sf::Image` More... 9 months ago
Remove default empty state of `sf::Font` More... 9 months ago
Remove unnecessary static casts More... 9 months ago
Replaced SoundFileReaderWav implementation with miniaudio (dr_)wav decoder. More... 9 months ago
Use the SoundSource derived type specific status More... 9 months ago
Do not use 'sf::err' in examples More... 9 months ago
Add `<array>` to PCH.hpp More... 9 months ago
Remove redundant cache var assignment More... 9 months ago
Merge branch '2.6.x' into master More... 9 months ago
Merge branch '2.6.x' into feature/backmerge More... 9 months ago
Store angles internally as radians More... 9 months ago