Commit Graph

  • 51676b65db Fix missing include of <algorithm> copyrat90 2024-05-24 12:57:51 +0900
  • 159a065aac
    Fix missing include of <algorithm> copyrat90 2024-05-24 12:57:51 +0900
  • e705aaa460
    Replace const char* with std::string_view Chris Thrasher 2024-05-23 12:05:43 -0600
  • 51a707628b Simplify implementations of types without an empty state Chris Thrasher 2024-05-22 21:18:25 -0600
  • cc87ef7a3c Use std::string_view to construct sf::Shaders without allocations Chris Thrasher 2024-05-23 12:45:52 -0600
  • 0d29d3d431
    Simplify implementations of types without an empty state Chris Thrasher 2024-05-22 21:18:25 -0600
  • 79410c08c6
    Use std::string_view to construct sf::Shaders without allocations Chris Thrasher 2024-05-23 12:45:52 -0600
  • eb4170796a Fix geometry shader example Chris Thrasher 2024-05-23 13:22:43 -0600
  • 8e0d71605c
    Fix geometry shader example Chris Thrasher 2024-05-23 13:22:43 -0600
  • fdcd899d2b Remove default empty state of sf::RenderTexture Chris Thrasher 2024-05-21 15:12:13 -0600
  • b62dcc25bc
    Remove default empty state of sf::RenderTexture Chris Thrasher 2024-05-21 15:12:13 -0600
  • 6f459bb14c Remove redundant parentheses Chris Thrasher 2024-05-21 11:45:03 -0600
  • e6bc1cbab8
    Remove redundant parentheses Chris Thrasher 2024-05-21 11:45:03 -0600
  • e6d4ee7ad1 Fix sound file docs Chris Thrasher 2024-05-22 16:37:09 -0600
  • c08cafa388
    Fix sound file docs Chris Thrasher 2024-05-22 16:37:09 -0600
  • 8b36da3625 Use '{}' for default parameter initialization vittorioromeo 2024-05-22 13:07:46 +0200
  • e9fadbbcb3 Remove default empty state of sf::InputSoundFile and sf::OutputSoundFile Chris Thrasher 2024-05-20 19:42:43 -0600
  • aea9d753f4 Use '{}' for default parameter initialization vittorioromeo 2024-05-22 13:07:46 +0200
  • 3f84010e01 formatting L0laapk3 2024-05-21 22:58:47 +0200
  • 9c7fc2c014
    Remove default empty state of sf::InputSoundFile and sf::OutputSoundFile Chris Thrasher 2024-05-20 19:42:43 -0600
  • 949dfa7e95 process comments L0laapk3 2024-05-21 22:31:22 +0200
  • 53ade4baf1 Remove default empty state of sf::Cursor Chris Thrasher 2024-05-20 19:04:40 -0600
  • 9f71ad3b24 Upgrade clang-tidy for Linux jobs Chris Thrasher 2024-05-20 21:27:29 -0600
  • b4108c94d1
    Upgrade clang-tidy for Linux jobs Chris Thrasher 2024-05-20 21:27:29 -0600
  • 51e620bffd
    Remove default empty state of sf::Cursor Chris Thrasher 2024-05-20 19:04:40 -0600
  • 4e11138124 calculate all the correct answers for tests L0laapk3 2024-05-21 00:26:46 +0200
  • 951e90c8fc remove third row from transform L0laapk3 2024-05-20 21:34:05 +0200
  • 143867701b WIP vittorioromeo 2024-05-20 17:23:39 +0200
  • f2b5226640 gMerge branch 'master' of https://github.com/SFML/SFML into feature/remove_sf_audioresource vittorioromeo 2024-05-20 16:19:33 +0200
  • 7234fc149b Remove default empty state of sf::Shader Chris Thrasher 2024-05-18 19:53:07 -0600
  • d543d32e29 Make user aware that findCharactarPos returns top of the line position Shane Whitmire 2024-05-12 21:31:28 -0500
  • c016920b75 Merge branch 'master' of https://github.com/SFML/SFML into feature/remove_sf_audioresource vittorioromeo 2024-05-20 00:30:45 +0200
  • 6a4e804cdb
    Remove default empty state of sf::Shader Chris Thrasher 2024-05-18 19:53:07 -0600
  • 504b850f03 Remove default empty state of sf::Font Chris Thrasher 2024-05-18 11:06:12 -0600
  • 0ac278b2d6 Remove default empty state of sf::Image Chris Thrasher 2024-05-18 13:07:26 -0600
  • add6422e6b Remove default empty state of sf::SoundBuffer Chris Thrasher 2024-05-18 15:37:06 -0600
  • f87c0b87fd Add attribute vittorioromeo 2024-05-19 19:37:39 +0200
  • 3ab71d17b3 Fix merge vittorioromeo 2024-05-19 19:20:00 +0200
  • 7229a6de15 Use 'atexit' registration feature/remove_sf_audioresource vittorioromeo 2024-05-19 19:18:55 +0200
  • 8f0939c2c4
    Remove default empty state of sf::Font Chris Thrasher 2024-05-18 11:06:12 -0600
  • bf5aaaa3f7
    Remove default empty state of sf::SoundBuffer Chris Thrasher 2024-05-18 15:37:06 -0600
  • a97a19a867
    Remove default empty state of sf::Image Chris Thrasher 2024-05-18 13:07:26 -0600
  • 1a40f01957 Replaced SoundFileReaderWav implementation with miniaudio (dr_)wav decoder. binary1248 2024-05-17 03:59:35 +0200
  • 201de2ce7a Remove sf::AudioResource vittorioromeo 2024-05-04 19:30:40 +0200
  • 002b8953fa Added support for user defined sound effect implementations. binary1248 2024-05-04 17:50:59 +0200
  • 5ac3dee503
    Added support for user defined sound effect implementations. binary1248 2024-05-04 17:50:59 +0200
  • 4199eefab9
    Replaced SoundFileReaderWav implementation with miniaudio (dr_)wav decoder. binary1248 2024-05-17 03:59:35 +0200
  • c89c32d7ba Allow more GitHub Actions runners to run the audio tests. Chris Thrasher 2023-04-15 20:50:24 -0600
  • 7e489b27df
    Allow more GitHub Actions runners to run the audio tests. Chris Thrasher 2023-04-15 20:50:24 -0600
  • 6766268f36 Use the SoundSource derived type specific status Lukas Dürrenberger 2024-05-16 20:57:40 +0200
  • 1a5a44f1e0 Use the SoundSource derived type specific status Lukas Dürrenberger 2024-05-16 20:57:40 +0200
  • 9722fb3724 Add tests for Audio module types Chris Thrasher 2023-04-15 20:50:24 -0600
  • 27c48ce79b
    Add tests for Audio module types Chris Thrasher 2023-04-15 20:50:24 -0600
  • 9b7c791787 Refactor usage of 'err()' with miniaudio results vittorioromeo 2024-05-16 00:20:00 +0200
  • a61eb6aeef Do not use 'sf::err' in examples Vittorio Romeo 2024-05-15 03:00:19 +0200
  • e9ecfafeb3
    Do not use 'sf::err' in examples Vittorio Romeo 2024-05-15 03:00:19 +0200
  • 353cd9717f Add <array> to PCH.hpp Vittorio Romeo 2024-05-15 00:02:54 +0200
  • c0f9c78308 Remove redundant cache var assignment Chris Thrasher 2024-05-14 15:53:02 -0600
  • 9f78608a2d
    Add <array> to PCH.hpp Vittorio Romeo 2024-05-15 00:02:54 +0200
  • 3f8c85b1ba Simplify 'sf::Err' and prevent data races vittorioromeo 2024-05-14 23:57:42 +0200
  • 6058ff68b6
    Remove redundant cache var assignment Chris Thrasher 2024-05-14 15:53:02 -0600
  • b619f5ab23
    Remove unimplemented function Chris Thrasher 2024-04-26 23:32:57 -0600
  • 1ca9d08ced Use PImpl idiom for 'AudioDevice' vittorioromeo 2024-05-14 23:21:11 +0200
  • 884206ce0c Store angles internally as radians vittorioromeo 2024-05-13 20:30:31 +0200
  • 3345796907 Fall back to using the NULL audio backend if the default backends don't provide any devices. binary1248 2024-04-29 21:51:40 +0200
  • 593c4fe173 Replace C arrays with std::array Chris Thrasher 2024-04-16 23:19:52 -0600
  • 283783b31d fix whitespace trustytrojan 2024-05-14 12:08:54 -0400
  • 23f5a08280 for some reason putting it in Font.cpp breaks calling code, so leaving it in the header for now trustytrojan 2024-05-14 11:58:47 -0400
  • 509163dc49 fix whitespace trustytrojan 2024-05-14 11:42:02 -0400
  • 3bd312c454 added Font::operator bool trustytrojan 2024-05-14 11:35:43 -0400
  • b49dfebcfd
    Merge branch '2.6.x' into master Lukas Dürrenberger 2024-05-14 09:58:17 +0200
  • 207b54e445
    Merge branch '2.6.x' into feature/backmerge Chris Thrasher 2024-05-13 21:07:03 -0600
  • 692032c4af Store angles internally as radians vittorioromeo 2024-05-13 20:30:31 +0200
  • 1e9bf4f36a
    Replace C arrays with std::array Chris Thrasher 2024-04-16 23:19:52 -0600
  • 3acc332de0 Use American spellings Chris Thrasher 2024-05-12 20:15:44 -0500
  • 8c9fa1087e Remove misplaced comma Chris Thrasher 2024-05-12 20:11:29 -0500
  • 742dffa0de Remove reference to old API Chris Thrasher 2024-05-12 18:44:44 -0500
  • b9b8366a45 Fix run-on sentences Chris Thrasher 2024-05-12 18:42:47 -0500
  • 31503844cd Remove unnecessary sf:: namespace usage Chris Thrasher 2024-04-22 10:56:20 -0600
  • 4bdae79e36 Make user aware that findCharactarPos returns top of the line position Shane Whitmire 2024-05-12 21:31:28 -0500
  • d39ec8b7ba Make user aware that findCharactarPos returns top of the line position Shane Whitmire 2024-05-12 21:23:46 -0500
  • da865bdc1f
    Remove unnecessary sf:: namespace usage Chris Thrasher 2024-04-22 10:56:20 -0600
  • b04e49bca5
    Use American spellings Chris Thrasher 2024-05-12 20:15:44 -0500
  • 946a186613
    Remove misplaced comma Chris Thrasher 2024-05-12 20:11:29 -0500
  • 154ebb6cdf
    Remove reference to old API Chris Thrasher 2024-05-12 18:44:44 -0500
  • 4be2a4a962
    Fix run-on sentences Chris Thrasher 2024-05-12 18:42:47 -0500
  • 1a4003fcc0 Add clarification about the RenderTexture state after creation Lukas Dürrenberger 2024-05-12 22:50:22 +0200
  • 06e371ecb9
    Add clarification about the RenderTexture state after creation Lukas Dürrenberger 2024-05-12 22:50:22 +0200
  • 1873ec8adf Fix findCharacterPos not using local bounds Shane Whitmire 2024-05-08 22:37:20 -0500
  • b79d5553fd Move the CPack configuration after SFML_CONFIGURE_EXTRAS alexv 2024-05-06 17:26:38 +0300
  • 4c2c4cad76
    Implement the empty event state with std::monostate Chris Thrasher 2024-05-03 17:11:03 -0600
  • f3e5fa92c5
    Move the CPack configuration after SFML_CONFIGURE_EXTRAS alexv 2024-05-06 17:26:38 +0300
  • b7e1a259f0 Update icons urls and color kimci86 2024-05-08 20:01:07 +0200
  • 0d6a5f7fbe Make the new doxygen clipboard feature work and look good kimci86 2024-05-08 12:46:57 +0200
  • 7f27cad9ae Fix search.js "Uncaught ReferenceError: Cookie is not defined" kimci86 2024-05-08 12:37:16 +0200
  • 66c5fae7c1 Fix XHTML Doxygen docs inconsistencies Lukas Dürrenberger 2024-05-07 23:53:10 +0200
  • 891e567346 Fix missing namespace and file references Lukas Dürrenberger 2024-05-07 21:04:34 +0200
  • 8d88e633e5 Update doxygen input file for doxygen 1.10.0 Lukas Dürrenberger 2024-05-07 20:50:41 +0200
  • d95f99acf1 Fix configuration conflict in doxygen 1.10.0 Lukas Dürrenberger 2024-05-07 20:50:12 +0200
  • 2e0612ae4f I swear i already ran clang format L0laapk3 2024-05-09 01:23:04 +0200