All Versions
10
Latest Version
Avg Release Cycle
212 days
Latest Release
2013 days ago

Changelog History

  • v2.5.1 Changes

    October 15, 2018

    ๐Ÿ”„ Changelog

    SFML 2.5.1

    Also available on the website: https://www.sfml-dev.org/changelog.php#sfml-2.5.1

    General

    • ๐Ÿ›  Various CMake fixes (#1414, #1416, #1436, #1439, #1467, #1470)
    • ๐Ÿ›  Fixed the installation of pkg-config files (#1466)
    • ๐Ÿ›  Fixed two conversion warnings (#1454)
    • ๐Ÿ›  [Android] Fixes all symbols in sfml-main are hidden (#1457, #1460)
    • ๐Ÿ›  [Android] Fixed some #define flag problem (#1458)
    • [Android] Fix deadlock in main cleanup (#1265)
    • [iOS] Modernized toolchain file (#1411)
    • [iOS] Check that <SFML/Main.hpp> is used (#1412)
    • ๐ŸŽ [macOS] Add -ObjC flag to fix static linking on macOS (#1485)

    Window

    ๐Ÿ›  Bugfixes

    • 0๏ธโƒฃ [iOS] Use default supported rotations when none are specified (#1417)
    • ๐Ÿ›  [iOS] Fixed autocomplete window overlaps keyboard (#1473, #1482)
    • ๐Ÿง [Linux] Fixed dual monitor issue (#1226, #1238)
    • ๐Ÿง [Linux] Fixed issue where fullscreen window didn't go over task bars on top and left on in Ubuntu (#1224)
    • ๐Ÿง [Linux] Fixed the Unix clipboard implementation causing an abort due to internal data races in Xlib (#1437)
    • ๐ŸŽ [macOS] Added additional system cursors (#1401, #1413, #1425)
    • ๐Ÿ [Windows] Fixed swapped colors for custom cursors (#1464, #1465, #1491)

    Graphics

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug in which a sf::RenderTexture would not be re-activated after being re-created (#1438)
    • ๐Ÿ›  Fixed sf::RenderTextureImplFBO's destructor incorrectly triggering deletion of other sf::RenderTextureImplFBO's active FBOs (#1440)
    • ๐Ÿ›  Fix sf::RenderWindow::setActive incorrectly trying to unbind an FBO during deactivation (#1442)
    • ๐Ÿ›  Fixed sf::RenderTexture::display() dereferencing a NULL pointer when being called before sf::RenderTexture::create() (#1446)
    • ๐Ÿ›  Fixed bug in sf::Text when applying an outline color/thickness (#1176)
    • Squash duplicated sf::Font glyphs to single chars (#1461)
    • ๐Ÿ›  Fixed two issues with glyph sub-pixel positioning (#1452)
    • โฌ‡๏ธ Reduced context locking & unlocking while creating textures (#1459)
    • ๐Ÿ›  Fixed the error message when the wrong bitmap font size is selected (#1456, #1474, #1492)

    Audio

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed performance issue with reading WAV files (#1450)
  • v2.5.0 Changes

    May 07, 2018

    ๐Ÿ”„ Changelog

    SFML 2.5.0

    Also available on the website: https://www.sfml-dev.org/changelog.php#sfml-2.5.0

    General

    • Replaced FindSFML.cmake with SFMLConfig.cmake (#1335)
    • โšก๏ธ Markdown'd and updated readme, changelog, contributing and license files (#1196, #1368, #1317)
    • ๐Ÿ‘Œ Improve packaging support (#1173)
    • โž• Added Tagfile generation and search (#1327)
    • โž• Added CMake variables to select the modules to be built (#798, #800)
    • ๐Ÿ‘‰ Do not install extlibs if SFML_USE_SYSTEM_DEPS is true (#1236, #1237)
    • ๐Ÿ›  Fixed various type conversion/comparison warnings (#1325)
    • [Android] Increased minimum API version to 14 (#1362)
    • ๐Ÿšš [Android] Removed custom toolchain and added support for the newest NDK version and Gradle (#1350, #1393)
    • โšก๏ธ [iOS] Updated the binary libs from exlibs/libs-ios (#1207, #1209)
    • ๐Ÿ— [iOS] Use a CMake toolchain file for iOS build (#1268, #1269)
    • [iOS] Install extlibs if needed (#1348)
    • ๐Ÿ‘ [iOS] Drop 32 bit support (#1374)
    • [iOS] Force correct iOS architecture for cmake (#1373, #1377)
    • [iOS] Added iOS example (#1378)
    • ๐ŸŽ [macOS] Fixed launch of cocoa examples (#1334)
    • ๐ŸŽ [macOS] Improved application signing process (#1020, #1036, #1194)
    • ๐ŸŽ [macOS] Improved CMake script (#1215, #1371)
    • ๐ŸŽ [macOS] Use -stdlib=libc++ (#1361)
    • ๐Ÿ‘ [OpenBSD] Added support for OpenBSD (#1330)

    System

    ๐Ÿ›  Bugfixes

    • โž• Added protected destructor to sf::NonCopyable to prevent possible resource leaks (#1125, #1161)
    • ๐Ÿ›  Fixed crash when sf::Clock is constructed in a global scope (#1258)

    Window

    ๐Ÿ”‹ Features

    • Implemented Cursor API (#269, #784, #827)
    • Implemented Clipboard API (#715, #1204, #1221)
    • ๐Ÿ“‡ Renamed a few key codes (#1395)
    • โž• Added joystick example (#1363)
    • ๐Ÿ [Windows] Added support for interfacing with joysticks via DirectInput when it is available (#1251, #1326)
    • ๐Ÿ [Windows] Fix discrete GPU preference symbols being exported from the wrong place (#1192, #1406)

    ๐Ÿ›  Bugfixes

    • [Android] Return correct key code for delete/backspace (#1309, #1362)
    • [iOS] Don't need to find vorbisfile or vorbisenc (#1347)
    • ๐Ÿง [Linux] Fixed sf::Window::getPosition() returning incorrect position because of differences in window managers (#1228, #1266)
    • ๐Ÿง [Linux] Fix X11 key repeat handling not filtering out events from other windows (#1223, #1230, #1291)
    • ๐Ÿง [Linux] Restore fullscreen of a non-visible window (#1339)
    • ๐ŸŽ [macOS] Fixed window menu not working (#1091, #1180, #1193)
    • ๐ŸŽ [macOS] Fixed crash with application messing hardware detection e.g. TeamViewer (#1323)
    • ๐ŸŽ [macOS] Added support for (some) Hat/POV axis (#1248)
    • ๐Ÿ [Windows] Prevent uninitialized read by zeroing memory (#1264)
    • ๐Ÿ [Windows] Fixed modifier keys handling (#1357)

    Graphics

    ๐Ÿ”‹ Features

    • Implemented additional line spacing and letter spacing in sf::Text (#928, #1366)
    • โž• Added sf::VertexBuffer class (#1308)
    • โž• Added GPU local texture copying support, allowing performance optimizations and texture swapping (#1119, #1319, #1320)
    • ๐ŸŽ Optimize performance by skipping glTexCoordPointer() call if not needed (#1015)
    • Generate shape outline vertices only if necessary (#925, #1356)
    • Removed dependency to libjpeg, stb_image_write now supports writing JPEG files (#1278, #1279)
    • โšก๏ธ Enable comparing sf::Transform and optimize resetting OpenGL back to the identity matrix (#1298)
    • โž• Added missing setActive() virtual method to sf::RenderTarget (#1157)
    • Updated stb_image to v2.16 and stb_image_write to v1.07 (#1270)
    • โž• Added sf::RenderTexture stencil and multisampling support (#1274, #1285)
    • โž• Added example demonstrating sf::VertexBuffer, sf::Shader and sf::Thread usage (#1352)
    • ๐ŸŽ Optimized sf::RenderTexture performance (#1379)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ†“ Properly free memory in sf::Font::cleanup() (#1119)
    • ๐Ÿ›  Fixed memory leak in sf::Font (#1216)
    • ๐Ÿ›  Fix OpenGL texture coordinate pointer not being updated correctly under certain conditions (#1297)
    • ๐Ÿ›  Fix for broken text when the font is reloaded (#1345)
    • ๐Ÿ›  Fix memory leak in sf::Text (#1233, #1360)
    • ๐Ÿ›  Fixed strict aliasing punning warning when generating the key of a glyph in Font.cpp (#1187, #1396)
    • ๐Ÿ›  Fixed OpenGL version string being parsed incorrectly on some platforms (#1249, #1390)
    • ๐ŸŽ [macOS] Worked around render target bug (#1132, #1342)
    • ๐Ÿ [Windows] Replaced time-based joystick poll with a hardware event handler (#1179, #1195, #1198, #1199, #1421)

    Audio

    ๐Ÿ”‹ Features

    • โž• Added loop point support to sf::Music (#177, #629)
    • โž• Added support for the extensible PCM wave file format (#1296)
    • [iOS] Enable audio module (#1338)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed inconsistent seek behavior in sf::SoundStream (#1118)
    • ๐Ÿ›  Fixed stack overflow in sf::SoundStream::fillAndPushBuffer() (#1154)
    • ๐Ÿ›  Fixed seeking quirks in the FLAC reader (#966, #1162)
    • ๐Ÿ‘ Allow polymorphism with sf::SoundSource (#1185)
    • ๐Ÿ›  Fixed WAV file writer writing wrong header values (#1280, #1281)
    • ๐Ÿ›  Small bugfix to argument of alcCaptureOpenDevice() (#1304, #1305)
    • [iOS] Find OpenAL correctly (#1263, #1376)
    • โšก๏ธ [Windows] Updated OpenAL Soft to 1.18.1 fixing crashes (#1247, #1260)

    Network

    ๐Ÿ”‹ Features

    • โž• Add append/overwrite parameter to Ftp::upload (#1072, #1399)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed wrong condition for building network support (#1253)
    • ๐Ÿ”„ Changed TCP listen backlog from 0 to SOMAXCONN (#1369, #1407)
    • ๐Ÿ›  Fixed socket reuse not conforming to documentation (#1346, #1408)
  • v2.4.2

    February 08, 2017
  • v2.4.1

    November 03, 2016
  • v2.4.0

    August 07, 2016
  • v2.3.2

    August 24, 2015
  • v2.3.1

    June 27, 2015
  • v2.3

    May 03, 2015
  • v2.2

    December 07, 2014
  • v2.1

    July 21, 2013