Commit Graph

  • 14cff7406f Disallow construction from const T&& Chris Thrasher 2024-06-23 15:38:16 -0600
  • 93e1eb456e
    Disallow construction from const T&& Chris Thrasher 2024-06-23 15:38:16 -0600
  • 86c1a71a93 Remove default empty state of sf::Event vittorioromeo 2024-06-23 12:30:02 +0200
  • c00abe8385
    Added assert that a texture is valid when attempting to bind it. binary1248 2024-06-23 14:23:33 +0200
  • 07137de6e6 Remove default empty state of sf::Event vittorioromeo 2024-06-23 12:30:02 +0200
  • db245a440f Enable standard library assertions in CI vittorioromeo 2024-06-23 03:30:42 +0200
  • f41a768370
    Enable standard library assertions in CI vittorioromeo 2024-06-23 03:30:42 +0200
  • e10eae1a3a Remove sf::VertexArray in lieu of std::vector<sf::Vertex> vittorioromeo 2024-06-23 02:36:26 +0200
  • 0a6d44fff1 Use built-in CMake support for iOS Lukas Dürrenberger 2024-06-22 20:48:47 +0200
  • 59c4eba0e5 Update checkout action to the latest version Lukas Dürrenberger 2024-06-19 23:28:45 +0200
  • 32bfb30293 Update macOS GitHub Actions images Lukas Dürrenberger 2024-06-19 23:28:04 +0200
  • 4e9b671fec Use built-in CMake support for iOS Lukas Dürrenberger 2024-06-22 20:48:47 +0200
  • f0a87204f6 Refactor sf::Text geometry update code vittorioromeo 2024-06-21 22:26:51 +0200
  • dfd14dbc1b Fixed cache state not correctly being ignored when switching between RenderTargets within a single context. binary1248 2024-06-21 16:56:48 +0200
  • 2324cde662
    Allow Sprite to share ownership of underlying Texture data. binary1248 2024-06-21 20:53:20 +0200
  • 28ba30eaf3
    Fixed cache state not correctly being ignored when switching between RenderTargets within a single context. binary1248 2024-06-21 16:56:48 +0200
  • f05baef521 Fix oversights from 735f2d9 Chris Thrasher 2024-06-19 02:54:16 +0000
  • 448dc08f5d Update checkout action to the latest version Lukas Dürrenberger 2024-06-19 23:28:45 +0200
  • 71af3d65a3 Update macOS GitHub Actions images Lukas Dürrenberger 2024-06-19 23:28:04 +0200
  • 4d5297ee3b
    Fix oversights from 735f2d9 Chris Thrasher 2024-06-19 02:54:16 +0000
  • 447e7b3844 Replace static_casts with vector operations Chris Thrasher 2024-06-18 12:59:36 -0600
  • 6f5711e799 Decrease test precision to reduce flakey failures Chris Thrasher 2024-06-18 11:34:31 -0600
  • ab52b8a72c
    Replace static_casts with vector operations Chris Thrasher 2024-06-18 12:59:36 -0600
  • 735f2d972d Replace sentinel values with std::optional Chris Thrasher 2024-06-04 21:48:19 -0600
  • 4715e62072
    Decrease test precision to reduce flakey failures Chris Thrasher 2024-06-18 11:34:31 -0600
  • ace827b5de
    Replace sentinel values with std::optional Chris Thrasher 2024-06-04 21:48:19 -0600
  • 8805b93c57 Work around errors with code coverage upload job Chris Thrasher 2024-06-17 22:41:50 -0600
  • 20051432aa
    Work around errors with code coverage upload job Chris Thrasher 2024-06-17 22:41:50 -0600
  • eb762db342 Fix sf::VideoMode usage example kimci86 2024-05-04 13:10:58 +0200
  • d99d673330 Use std:: namespace Chris Thrasher 2024-06-04 22:38:39 -0600
  • e5d53adb59
    Use std:: namespace Chris Thrasher 2024-06-04 22:38:39 -0600
  • 9f88867d90 Enable clang-tidy bugprone-misplaced-widening-cast check bugprone-misplaced-widening-cast Chris Thrasher 2024-06-17 13:01:00 -0600
  • 9c126d4c66 Fix sf::VideoMode usage example kimci86 2024-05-04 13:10:58 +0200
  • 5580720ae0 Fix inconsistent factory function name Chris Thrasher 2024-06-17 09:27:41 -0600
  • 873d88e381
    Fix inconsistent factory function name Chris Thrasher 2024-06-17 09:27:41 -0600
  • 16e9ae131d Fix poor setPlayingOffset precision (missing float conversion) vittorioromeo 2024-06-16 20:19:50 +0200
  • 66ecf34356 Create a new font page in Font::loadPage only when needed kimci86 2024-06-16 15:50:16 +0200
  • c627cbc9f4 Fix poor setPlayingOffset precision (missing float conversion) vittorioromeo 2024-06-16 20:19:50 +0200
  • 562bd984a5 Create a new font page in Font::loadPage only when needed kimci86 2024-06-16 15:50:16 +0200
  • a563c1bf2e Optimize std::optional creation, enable more [N]RVO opportunities vittorioromeo 2024-06-16 13:16:19 +0200
  • f96bf1f300 Rename Rect comparison operands to avoid confusion kimci86 2024-05-04 22:28:08 +0200
  • 58e83056bb Some simplifications taking advantage of Rect position and size members kimci86 2024-06-15 19:46:40 +0200
  • 65c0a8183c Simplify Rect unit tests kimci86 2024-05-04 15:01:52 +0200
  • 1fd510c4bf Update Rect documentation kimci86 2024-05-04 15:01:52 +0200
  • c371bc6816 Remove Rect getPosition and getSize methods kimci86 2024-06-05 22:26:02 +0200
  • 7e5ed78219 Replace Rect members left, top, width, height by position and size kimci86 2024-06-15 18:42:23 +0200
  • 9356430c3e Rename Rect comparison operands to avoid confusion kimci86 2024-05-04 22:28:08 +0200
  • cef6c0ee7d Some simplifications taking advantage of Rect position and size members kimci86 2024-06-15 19:46:40 +0200
  • 2b39ce01dc Simplify Rect unit tests kimci86 2024-05-04 15:01:52 +0200
  • cb30418f5a Update Rect documentation kimci86 2024-05-04 15:01:52 +0200
  • bddacecbec Remove Rect getPosition and getSize methods kimci86 2024-06-05 22:26:02 +0200
  • 146530d35d Replace Rect members left, top, width, height by position and size kimci86 2024-06-15 18:42:23 +0200
  • 630cc3f63e Testable debug run-time lifetime tracking vittorioromeo 2024-06-15 18:28:52 +0200
  • d6faafe3a0 break event handling loop after window.close() vittorioromeo 2024-06-14 15:20:17 +0200
  • e7b23ffcd1 Add timeout parameter to waitEvent vittorioromeo 2024-06-14 13:53:58 +0200
  • c508f9c801 Add timeout parameter to waitEvent vittorioromeo 2024-06-14 13:53:58 +0200
  • 51efe50ec4 Simplify sf::Sprite implementation and reduce branches vittorioromeo 2024-06-12 23:23:06 +0200
  • 25f18db09f Simplify sf::Sprite implementation and reduce branches vittorioromeo 2024-06-12 23:23:06 +0200
  • 2f54312481 Fix documentation bugs Chris Thrasher 2024-06-12 10:00:04 -0500
  • f58c2637e2
    Fix documentation bugs Chris Thrasher 2024-06-12 10:00:04 -0500
  • da17ec4f11 Fix void return value on a void function Lukas Dürrenberger 2024-06-12 18:30:14 +0200
  • 8428fcac18 Revert "Disable problematic MSVC mutex flag temporarily" Lukas Dürrenberger 2024-06-10 22:30:26 +0200
  • c71d456550 Revert "Update LLVM on Windows manually" Lukas Dürrenberger 2024-06-10 22:30:19 +0200
  • 305a30dae0 Fix void return value on a void function Lukas Dürrenberger 2024-06-12 18:30:14 +0200
  • c59bb394ef Revert "Disable problematic MSVC mutex flag temporarily" Lukas Dürrenberger 2024-06-10 22:30:26 +0200
  • 1f1383d4d8 Revert "Update LLVM on Windows manually" Lukas Dürrenberger 2024-06-10 22:30:19 +0200
  • 5646e05e8a Switch out minimp3 with the dr_mp3 implementation bugfix/switch-to-dr_mp3 Lukas Dürrenberger 2024-05-13 00:16:24 +0200
  • 304a7c1d69 Remove default empty state of sf::FileInputStream Chris Thrasher 2024-06-09 22:02:54 -0500
  • 58944d6339 Improve/simplify SoundEffects.cpp example vittorioromeo 2024-06-11 14:30:46 +0200
  • 5bd7ab2f22 Implement planned modernizations feature/opus Chris Thrasher 2022-01-18 10:17:49 -0700
  • 1fadff6ca4 Fix integer conversion warnings Chris Thrasher 2022-01-18 10:13:13 -0700
  • c723f8aa22 Use override keyword Chris Thrasher 2022-01-18 10:04:56 -0700
  • 4fab55bf61 Update CMake integration for Opus Lukas Dürrenberger 2020-11-18 20:16:37 +0100
  • 4008cbfe6a Fix Opus audio sample rate to 48kHz Sérgio Agostinho 2018-01-25 14:42:59 +0000
  • aaae80e7f4 Added Windows extlibs binaries for Opus and Opusfile. Lukas Dürrenberger 2017-08-02 15:19:51 +0200
  • 1b09926a50 Fixed opus header after code was rewritten, make more use of RAII Ferdinand Thiessen 2016-04-03 23:22:24 +0200
  • d1774b21e6 Rewrote c99 like code to valid code, more changes to comply coding style Ferdinand Thiessen 2016-04-03 20:23:32 +0200
  • 2a85734694 Rewrite of writeInt in opus writer to comply with codingstyle Ferdinand Thiessen 2016-04-03 15:23:24 +0200
  • af406d9201 Added static opus libraries and headers Ferdinand Thiessen 2016-04-03 02:51:20 +0200
  • 90b6f3286e Opus: Replaced example file, coding style and rewrote writeInt in opuswriter Ferdinand Thiessen 2016-04-02 23:40:19 +0200
  • 96d4b28bf2 Added example opus file, added libopus to android scripts. Ferdinand Thiessen 2016-02-22 00:55:47 +0100
  • 7345d08d9c Added opus encoder support. Ferdinand Thiessen 2016-02-22 00:08:14 +0100
  • 15bb2ef28e Added Opus sound file support, added SoundFileReaderOpus and FindOpus cmake Module Ferdinand Thiessen 2016-02-21 16:08:44 +0100
  • a0c6381c2b Add a graphical test for RectangleShape feature/test_graphics Lukas Dürrenberger 2022-07-18 09:02:06 +0200
  • 37ac80dbe5 Update documentation of creating Music and Cursor copyrat90 2024-06-11 16:23:05 +0900
  • db2567eeca Update documentation of creating Music and Cursor copyrat90 2024-06-11 16:23:05 +0900
  • 788b938bc9
    Remove default empty state of sf::FileInputStream Chris Thrasher 2024-06-09 22:02:54 -0500
  • 571eee359f Fix speaker name conflicts with miniaudio macros in unity builds vittorioromeo 2024-06-10 23:02:16 +0200
  • eabea655c5 Update self-referential owner ptr when moving SoundStream vittorioromeo 2024-06-09 04:37:42 +0200
  • 81881911cf Fix speaker name conflicts with miniaudio macros in unity builds vittorioromeo 2024-06-10 23:02:16 +0200
  • 8215f94e10 Update self-referential owner ptr when moving SoundStream vittorioromeo 2024-06-09 04:37:42 +0200
  • a303cee386 Consistently print errors in factory functions vittorioromeo 2024-06-10 17:11:43 +0200
  • d27bfcb6a6 Consistently print errors in factory functions vittorioromeo 2024-06-10 17:11:43 +0200
  • 52fb26c6cd Fix optional comparison to integer value Chris Thrasher 2024-06-09 21:17:56 -0500
  • 366b119963 Remove default empty state of sf::MemoryInputStream Chris Thrasher 2024-05-02 11:06:56 -0600
  • ef1d549547
    Merge branch 'SFML:master' into master Prashanth Kumar 2024-06-10 17:42:46 +0530
  • fe58bb99fe Merge branch 'master' of https://github.com/prashanthKumar0/SFML prashanthKumar0 2024-06-10 17:41:39 +0530
  • c5f61ffad3 Added libfreetype as gitmodule under vendor subdir prashanthKumar0 2024-06-10 17:37:08 +0530
  • 7dd7899035
    Fix optional comparison to integer value Chris Thrasher 2024-06-09 21:17:56 -0500
  • 3933dec3b8
    Remove default empty state of sf::MemoryInputStream Chris Thrasher 2024-05-02 11:06:56 -0600