Commit Graph

  • 61d78105e3 Assert against C-style string arguments being null Chris Thrasher 2024-09-05 15:19:39 -06:00
  • 36001e09db
    Rename Vector2 & Vector3 functions to better fit the naming convention Lukas Dürrenberger 2024-09-06 00:00:29 +02:00
  • 428d1098f4
    Assert against C-style string arguments being null Chris Thrasher 2024-09-05 15:19:39 -06:00
  • ed19dee547 .. mohcine-otmane 2024-09-04 23:26:05 +01:00
  • e16f895057 Add missing openal name Lorenzooone 2024-09-02 06:13:14 +02:00
  • 2210d17db2 Add missing openal name Lorenzooone 2024-09-02 06:13:14 +02:00
  • 74dfd76b25 Pass sf::Vector2<T> by value in test code Chris Thrasher 2024-07-28 17:34:30 -06:00
  • 73e5abe583 Fix typo in migration guide Chris Thrasher 2024-08-30 11:50:19 -06:00
  • 4b52ea6252
    Pass sf::Vector2<T> by value in test code Chris Thrasher 2024-07-28 17:34:30 -06:00
  • ae636e0119
    Fix typo in migration guide Chris Thrasher 2024-08-30 11:50:19 -06:00
  • b55327b5b9 Remove unused header Chris Thrasher 2024-08-20 16:43:14 -06:00
  • 5cd6932d29
    Remove unused header Chris Thrasher 2024-08-20 16:43:14 -06:00
  • a7f7026804 Fix Doxygen warning Chris Thrasher 2024-08-30 10:26:35 -06:00
  • 8ed98e337b Treat Doxygen warnings as errors Chris Thrasher 2024-08-30 10:14:27 -06:00
  • 44339c3d67 Fix event handling stack corruption on MSVC ZXShady 2024-07-21 19:36:14 +00:00
  • 618d4e3560
    Fix event handling stack corruption on MSVC ZXShady 2024-07-21 19:36:14 +00:00
  • c0659d6206
    Fix Doxygen warning Chris Thrasher 2024-08-30 10:26:35 -06:00
  • cb1ae6c8be
    Treat Doxygen warnings as errors Chris Thrasher 2024-08-30 10:14:27 -06:00
  • 27943ea774 Disallow constructing sf::String from std::nullptr_t Chris Thrasher 2024-06-30 22:26:41 -06:00
  • 705aa7e891 Add migration guide Chris Thrasher 2024-08-21 10:07:12 -06:00
  • 1bc2e81711 Fix incorrect clang-format documentation Chris Thrasher 2024-08-26 10:03:22 -06:00
  • 0546b6ba38
    Add migration guide Chris Thrasher 2024-08-21 10:07:12 -06:00
  • 72332256dd
    Fix incorrect clang-format documentation Chris Thrasher 2024-08-26 10:03:22 -06:00
  • 4a463ec136 Throw custom sf::Exception type Chris Thrasher 2024-08-20 15:30:38 -06:00
  • 94bf2b03b9
    Throw custom sf::Exception type Chris Thrasher 2024-08-20 15:30:38 -06:00
  • 6589d5a847 Fix incorrect merge conflict resolution Chris Thrasher 2024-08-22 22:37:49 -06:00
  • d694717ac8
    Fix incorrect merge conflict resolution Chris Thrasher 2024-08-22 22:37:49 -06:00
  • e192d6e6f8
    Merge branch '2.6.x' into master Lukas Dürrenberger 2024-08-22 09:33:43 +01:00
  • d324367603
    Warn about the current state of development in the pull request template (#3199) rini c 2024-08-22 05:16:40 -03:00
  • b8f47464fb
    Link to readme section rini c 2024-08-22 03:39:09 -03:00
  • 5698a3d269
    Warn about the current state of development in the pull request template rini c 2024-08-22 03:27:59 -03:00
  • b60b7b4fcb
    Use imported target for openal to simplify copying dll's Jonny 2024-08-21 23:22:52 +01:00
  • 7d1d630457 Reimplement event assertions to loosen constexpr restrictions on event subtypes Chris Thrasher 2024-08-21 10:15:33 -06:00
  • 6827ccd9eb
    Reimplement event assertions to loosen constexpr restrictions on event subtypes Chris Thrasher 2024-08-21 10:15:33 -06:00
  • 238cd2c56d
    Merge remote-tracking branch 'origin/2.6.x' into feature/backmerge Chris Thrasher 2024-08-21 11:49:29 -06:00
  • c6e0f1ad2b Fix how macOS fullscreen video modes are detected Chris Thrasher 2023-12-18 17:16:42 -06:00
  • 50ced215d0 gitignore vs folder Jonny Paton 2024-08-20 15:14:40 +01:00
  • a8eb5c92ff gitignore vs folder Jonny Paton 2024-08-20 15:14:40 +01:00
  • 3464e6d398 ios fix - openal is a tbd library in newer ios SDK's JonnyPtn 2024-08-20 15:03:18 +01:00
  • 42c786592f
    Fix how macOS fullscreen video modes are detected Chris Thrasher 2023-12-18 17:16:42 -06:00
  • e02adf5ddd Use imported target for openal to simplify copying dll's Jonny Paton 2024-08-20 14:22:32 +01:00
  • f574a03970 Make macos scaling for Desktop and Fullscreen Modes consistent Lorenzooone 2024-08-17 03:55:52 +02:00
  • 8f6a8316ad chore: update stb_image from 2.29 to 2.30 CosminPerRam 2024-08-15 16:54:46 +03:00
  • 9d435cf92a chore: update stb_image from 2.29 to 2.30 CosminPerRam 2024-08-15 16:54:46 +03:00
  • fa9f991686 Mark standard library types as code in doc strings Lukas Dürrenberger 2024-08-14 10:51:02 +02:00
  • eaa1598dbc Mark standard library types as code in doc strings Lukas Dürrenberger 2024-08-14 10:51:02 +02:00
  • 6a94997ac9 chore: update catch2 from 3.6.0 to 3.7.0 CosminPerRam 2024-08-15 01:21:21 +03:00
  • ceb61d5b56 chore: update catch2 from 3.6.0 to 3.7.0 CosminPerRam 2024-08-15 01:21:21 +03:00
  • 8096ba24fc Rename getLoop() to isLooping() and setLoop() to setLooping() Michal Tabaszewski 2024-08-05 20:55:10 +02:00
  • a71b3a497b Remove use of deprecated ALooper_pollAll Chris Thrasher 2024-08-05 15:15:31 -06:00
  • 444b2b90c0
    Rename getLoop() to isLooping() and setLoop() to setLooping() Michal Tabaszewski 2024-08-05 20:55:10 +02:00
  • d6dd172c04
    Remove use of deprecated ALooper_pollAll Chris Thrasher 2024-08-05 15:15:31 -06:00
  • 408a98fee2
    Fix how macOS fullscreen video modes are detected Chris Thrasher 2023-12-18 17:16:42 -06:00
  • 40339ff06a
    Specify sf::Image's save format via a scoped enumeration image_save_format Chris Thrasher 2024-07-13 13:49:56 -06:00
  • e185f6d53e Replace factory functions with throwing constructors binary1248 2024-07-06 04:24:00 +02:00
  • 698f265277 (Re-)Introduce default constructors and load/open member functions for resource objects that can be reused. binary1248 2024-07-06 03:38:32 +02:00
  • 55cdefce11
    Replace factory functions with throwing constructors binary1248 2024-07-06 04:24:00 +02:00
  • be5b2b080f
    (Re-)Introduce default constructors and load/open member functions for resource objects that can be reused. binary1248 2024-07-06 03:38:32 +02:00
  • cf62029a48
    Merge 4aee858fef7a209a41c653f03e5be822f8546a49 into 6b4da70e153dbd3e2716750aa07907a883730488 Chris Thrasher 2024-08-07 21:30:06 -06:00
  • 6b4da70e15 Remove use of deprecated ALooper_pollAll Chris Thrasher 2024-08-05 15:15:31 -06:00
  • 8c8792ebb4
    Remove use of deprecated ALooper_pollAll Chris Thrasher 2024-08-05 15:15:31 -06:00
  • 2a4ca6e053 Prevent crash when setting empty uniform array Chris Thrasher 2024-07-31 11:00:41 -06:00
  • d7541cbfe6
    Prevent crash when setting empty uniform array Chris Thrasher 2024-07-31 11:00:41 -06:00
  • dffdaa52a7 Pass sf::Colors by value Chris Thrasher 2024-06-29 10:48:52 -06:00
  • 779b963530 Stop using macOS 11 images Chris Thrasher 2024-07-28 16:29:12 -06:00
  • d3560a7646
    Pass sf::Colors by value Chris Thrasher 2024-06-29 10:48:52 -06:00
  • 1a2f5373f6
    Stop using macOS 11 images Chris Thrasher 2024-07-28 16:29:12 -06:00
  • 03179abbf6 Fix issue with openal arm requiring vc_redist Lorenzooone 2024-07-25 12:47:19 +02:00
  • b50f62da43 Test constexpr construction of aggregates Chris Thrasher 2024-07-16 13:39:03 -06:00
  • fffa031a87
    Test constexpr construction of aggregates Chris Thrasher 2024-07-16 13:39:03 -06:00
  • 8c895fd7e1 Pass sf::IpAddress by value ZXShady 2024-07-27 01:11:03 +00:00
  • 3663b55467
    Pass sf::IpAddress by value ZXShady 2024-07-27 01:11:03 +00:00
  • d6acbf7efb
    Update InputSoundFile.cpp (#3177) ZXShady 2024-07-26 08:15:41 +03:00
  • e386aed71c
    Merge branch 'SFML:master' into remove_redunant_clear ZXShady 2024-07-26 06:59:38 +03:00
  • 6c0872dc59 Update InputSoundFile.cpp ZXShady 2024-07-26 05:03:02 +00:00
  • 8cf62c7a07 Fix issue with openal arm requiring vc_redist Lorenzooone 2024-07-25 12:47:19 +02:00
  • a256c5cdcd
    Remove useless attributes from implementation files (#3175) ZXShady 2024-07-22 07:50:00 +03:00
  • 4c14e405c9 formatting ZXShady 2024-07-22 04:30:59 +00:00
  • 1743f8ea47 remove unnecesary attributes in implementation files ZXShady 2024-07-22 04:19:45 +00:00
  • b0b4c7ff3d Fix documentation regarding bit widths Chris Thrasher 2024-07-21 17:06:56 -06:00
  • 6858895ad9
    Fix documentation regarding bit widths Chris Thrasher 2024-07-21 17:06:56 -06:00
  • 0831f055ce Require that sf::WindowBase::handleEvents receives at least one argument Chris Thrasher 2024-07-21 10:46:09 -06:00
  • 63d57e5305
    Require that sf::WindowBase::handleEvents receives at least one argument Chris Thrasher 2024-07-21 10:46:09 -06:00
  • 1ea1adf8af added type trait header ZXShady 2024-07-20 18:12:39 +00:00
  • c4190ca50b Update Image.cpp ZXShady 2024-07-20 17:53:50 +00:00
  • c847e179d4 fix event handling bug with MSVC ZXShady 2024-07-20 17:51:36 +00:00
  • f4d34aaa63 simplfy and reformat sf::Image ZXShady 2024-07-20 00:39:09 +00:00
  • 1107c29c3a
    Convert sf::Utf<T> template into 3 namespaces utf_namespaces Chris Thrasher 2024-07-19 11:58:28 -06:00
  • c8c8673259 Pass sf::Vector2<T>s by value Chris Thrasher 2024-06-28 17:25:12 -06:00
  • 13ba49c67d
    Use struct when all type members are public Chris Thrasher 2024-07-06 09:28:08 -06:00
  • a4f7a374ec
    Pass sf::Vector2<T>s by value Chris Thrasher 2024-06-28 17:25:12 -06:00
  • 1dc88569c2 Apply changes ZXShady 2024-07-18 20:35:37 +00:00
  • 6c415471d2 Apply changes ZXShady 2024-07-18 20:35:37 +00:00
  • 9d418b033f Fixed broken joystick axis mappings under Linux Alexander Weinrauch 2024-07-17 18:20:41 +02:00
  • c398d072a5 Fixed broken joystick axis mappings under Linux Alexander Weinrauch 2024-07-17 18:20:41 +02:00
  • b4c7e4a890 Stop running tests that sometimes hang indefinitely Chris Thrasher 2024-07-17 16:22:37 -06:00
  • 58e14e5c8e
    Stop running tests that sometimes hang indefinitely Chris Thrasher 2024-07-17 16:22:37 -06:00
  • 7083b6562e Fix typos Chris Thrasher 2024-07-15 12:25:36 -06:00
  • 5eb57ae5f1 Fix white square problem in OpenGL example Bambo-Borris 2024-07-15 00:53:30 +01:00
  • a10242009d
    Fix typos Chris Thrasher 2024-07-15 12:25:36 -06:00