Commit Graph

  • 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
  • 44eb058fc5 Update icons urls and color kimci86 2024-05-08 20:01:07 +0200
  • bc70eb2178 modify comment L0laapk3 2024-05-08 18:53:53 +0200
  • 3695efab47 run clang-format L0laapk3 2024-05-08 18:48:33 +0200
  • 0bcb822a46 fix mac import L0laapk3 2024-05-08 17:34:11 +0200
  • 9111429bc1 Make the new doxygen clipboard feature work and look good kimci86 2024-05-08 12:46:57 +0200
  • b9e4e631b8 Fix search.js "Uncaught ReferenceError: Cookie is not defined" kimci86 2024-05-08 12:37:16 +0200
  • 59a4bebdc7 Fix XHTML Doxygen docs inconsistencies Lukas Dürrenberger 2024-05-07 23:53:10 +0200
  • 43f928ebee replace a tab with spaces L0laapk3 2024-05-08 16:18:01 +0200
  • 18067b1de4 add default constructors to make build pass L0laapk3 2024-05-08 16:00:44 +0200
  • 77712f640d alfabetic L0laapk3 2024-05-08 13:56:37 +0200
  • 29d52b5fee minimize diff L0laapk3 2024-05-08 13:55:10 +0200
  • ee6144b1d6 remove from gitignore L0laapk3 2024-05-08 13:51:27 +0200
  • 30aa1665b1 MonitorImpl::getPrimaryMonitor->createPrimaryMonitor L0laapk3 2024-05-08 13:51:13 +0200
  • ccc417531a move compilation unit of Monitor destr L0laapk3 2024-05-08 13:00:51 +0200
  • 8d125983d6 documentation L0laapk3 2024-05-08 12:27:31 +0200
  • ec5aaaaff9 convert added cmake lines to spaces L0laapk3 2024-05-08 11:13:25 +0200
  • e0c0b831ee replace VideoMode references L0laapk3 2024-05-08 11:07:44 +0200
  • de7b827587 resolve conflict L0laapk3 2024-05-08 10:57:26 +0200
  • 23c45bb028 update cmakelists L0laapk3 2024-05-08 10:56:19 +0200
  • 9633c1c8ae add placeholder class note to monitorX11 L0laapk3 2024-05-08 10:38:53 +0200
  • f6df6b6a08 minimize diff L0laapk3 2024-05-08 10:31:24 +0200
  • b4649e76c7 fix comments and style L0laapk3 2024-05-08 10:22:31 +0200
  • f194c1bbc1 fix copy-pasted comments L0laapk3 2024-05-08 10:04:26 +0200
  • 4aa3474d7e move unix monitor impl to another branch L0laapk3 2024-05-08 10:02:21 +0200
  • 2dc5c67814 Fix missing namespace and file references Lukas Dürrenberger 2024-05-07 21:04:34 +0200
  • 04f567501a Update doxygen input file for doxygen 1.10.0 Lukas Dürrenberger 2024-05-07 20:50:41 +0200
  • 8e0bd30045 Fix configuration conflict in doxygen 1.10.0 Lukas Dürrenberger 2024-05-07 20:50:12 +0200
  • 0777ce5ead Update to Catch2 v3.6.0 Chris Thrasher 2024-05-05 13:13:12 -0600
  • 2f23555501
    Update to Catch2 v3.6.0 Chris Thrasher 2024-05-05 13:13:12 -0600
  • bb217fb658 Merge branch 'feature/use_miniaudio_split' of https://github.com/vittorioromeo/SFML into feature/use_miniaudio_split vittorioromeo 2024-05-07 12:35:49 +0200
  • 8a0f6b9a36 pimpl 'AudioDevice' vittorioromeo 2024-05-07 12:35:44 +0200
  • 415668cb82 Update 'stb_image' to 2.29 vittorioromeo 2024-05-07 02:09:24 +0200
  • 906ce0fc7c Update 'stb_image' to 2.29 vittorioromeo 2024-05-07 02:09:24 +0200
  • 67fae8a301 Work around stalled Android CI job Chris Thrasher 2024-05-06 18:27:20 -0600
  • e466a37209
    Work around stalled Android CI job Chris Thrasher 2024-05-06 18:27:20 -0600
  • d1f4232f9c Use "split" version of 'miniaudio' vittorioromeo 2024-05-07 02:20:21 +0200
  • 907364bd15 convert indent to spaces L0laapk3 2024-05-06 18:52:02 +0200
  • 34e99d0a89 add placeholder implementations for the other platforms L0laapk3 2024-05-06 18:25:36 +0200
  • 70d88e3bfe fix documentation and add MonitorImplWin32 L0laapk3 2024-05-06 18:19:01 +0200
  • 743a39e5b7 Implement MonitorImplX11 L0laapk3 2024-05-06 18:09:48 +0200
  • 5f27a2882b make Monitor a ptr object to MonitorImpl L0laapk3 2024-05-06 17:19:14 +0200
  • 1d5fdda5a4 rename VideoImpl to MonitorImpl L0laapk3 2024-05-06 16:33:50 +0200
  • faaab05b3f add a Monitor class L0laapk3 2024-05-06 16:29:43 +0200
  • 3649570e0c fix borderless flicker L0laapk3 2024-05-05 20:28:11 +0200
  • ae269e1149 Make 'Event.inl' self-contained vittorioromeo 2024-05-06 03:40:31 +0200
  • a07e965624
    Make 'Event.inl' self-contained vittorioromeo 2024-05-06 03:40:31 +0200
  • 2d9cc54242 Work around failing network test on Android x86_64 API 24 Chris Thrasher 2024-05-05 13:05:21 -0600
  • 4def82292f
    Work around failing network test on Android x86_64 API 24 Chris Thrasher 2024-05-05 13:05:21 -0600
  • fe735e9304 Merge branch 'master' of https://github.com/SFML/SFML into feature/pch_improvements_and_catch2_support vittorioromeo 2024-05-05 01:55:15 +0200
  • eda12d03d7 wip vittorioromeo 2024-05-05 01:54:40 +0200
  • c6f60317cd Merge branch 'master' of https://github.com/SFML/SFML into feature/enable_pch_for_shared_libs vittorioromeo 2024-05-05 01:53:20 +0200
  • 2d51fefb72 Remove sf::AudioResource vittorioromeo 2024-05-04 19:30:40 +0200
  • 2386653bd3 Add GitHub actions support for running x86, x86_64 and arm64-v8a Android tests using an Android emulator. binary1248 2024-04-14 01:23:36 +0200
  • 4daeac6459 Fall back to stdio when performing file input on Android without an activity. binary1248 2024-04-14 01:09:48 +0200
  • ca0a231b35 Add operator bool() to sf::Event for checking if the event type is not Empty trustytrojan 2024-05-01 21:43:24 -0400
  • 9534c000f6 Added missing \param field from sf::Keyboard::getDescription(Scancode code) in docs Andrei 2024-05-02 16:14:18 -0700
  • 27036308b6
    Add operator bool() to sf::Event for checking if the event type is not Empty trustytrojan 2024-05-01 21:43:24 -0400
  • 8caa511bdf
    Added missing \param field from sf::Keyboard::getDescription(Scancode code) in docs Andrei 2024-05-02 16:14:18 -0700
  • b7c526efc2 Fix API documentation bugs Chris Thrasher 2024-05-02 16:42:30 -0600
  • a744fc5859
    Fix API documentation bugs Chris Thrasher 2024-05-02 16:42:30 -0600
  • 7ae30586dd
    Merge 9a16f85e14 into 59447dd8e5 trustytrojan 2024-05-01 17:29:25 -0400
  • 9a16f85e14 replacing old event-loop style in all comments; fixed templating bug by removing template from operator bool; until i get approval to add Event.cpp back, will keep it in Event.hpp, since it builds that way. trustytrojan 2024-05-01 16:38:45 -0400
  • 57dcbe7696 documentation changes; make pollEvent and waitEvent make sense for the new Event::operator bool trustytrojan 2024-05-01 16:09:21 -0400
  • 9c6d7d646c add Event::operator bool() to quickly check if an event's inner type if Empty trustytrojan 2024-05-01 15:48:13 -0400
  • 59447dd8e5 Rewrite sf::Event API to improve type safety Chris Thrasher 2023-11-03 21:47:14 -0600
  • fdb604b01d
    Add GitHub actions support for running x86, x86_64 and arm64-v8a Android tests using an Android emulator. binary1248 2024-04-14 01:23:36 +0200
  • db8eb35e3c
    Fall back to stdio when performing file input on Android without an activity. binary1248 2024-04-14 01:09:48 +0200
  • b447d41c6e Updated readme to point to SFML 2.6.1 Andrei 2024-04-29 15:50:05 -0700
  • 07413ea1ee Updated readme to point to SFML 2.6.1 Andrei 2024-04-29 15:50:05 -0700
  • 749fbb03d3
    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
  • 73126c93a3 Use std::optional to express functions that may not return a value Chris Thrasher 2024-04-28 10:14:46 -0600
  • 678aaa8ddd
    Use std::optional to express functions that may not return a value Chris Thrasher 2024-04-28 10:14:46 -0600
  • 71395e746e Define SoundStream::NoLoop as constexpr instead of enum kimci86 2024-04-28 11:11:46 +0200
  • bdd348c142 Make Sound::Status a scoped enumeration kimci86 2024-04-28 11:11:02 +0200
  • 9f0658a66a Define SoundStream::NoLoop as constexpr instead of enum kimci86 2024-04-28 11:11:46 +0200
  • 5b2cb9680d Make Sound::Status a scoped enumeration kimci86 2024-04-28 11:11:02 +0200
  • 0423c4546a
    Rewrite sf::Event API to improve type safety Chris Thrasher 2023-11-03 21:47:14 -0600
  • 04c36fdd1a Improve const correctness Chris Thrasher 2024-04-25 22:58:19 +0000
  • dd08d54317 Improve const correctness Chris Thrasher 2024-04-25 22:58:19 +0000
  • 1d95c65526 Prohibit use of malloc Chris Thrasher 2024-04-27 06:11:41 +0000
  • 65c894b43d Prohibit use of malloc Chris Thrasher 2024-04-27 06:11:41 +0000
  • eb9c84309f Unify TODO comment style for better searchability Chris Thrasher 2024-04-26 23:16:57 -0600
  • 249caa2fb2 Require that variables are initialized Chris Thrasher 2024-04-27 06:44:27 +0000
  • 1ba5a1e968
    Require that variables are initialized Chris Thrasher 2024-04-27 06:44:27 +0000
  • 719d9e4711
    Unify TODO comment style for better searchability Chris Thrasher 2024-04-26 23:16:57 -0600
  • 174448f5fa Fix joystickButton being used for Joystick(Dis)Connected event Lorenzooone 2024-04-26 14:01:37 +0200
  • d94ebc6e73
    Fix joystickButton being used for Joystick(Dis)Connected event Lorenzooone 2024-04-26 14:01:37 +0200
  • 5da286487a Address clang-tidy-18 warnings on Linux Chris Thrasher 2024-04-25 22:33:53 +0000
  • 360233ff55 Address clang-tidy-18 warnings on Linux Chris Thrasher 2024-04-25 22:33:53 +0000
  • c0ca39ed21 Added Sound Effects example. binary1248 2024-03-25 00:06:21 +0100
  • 34fde883b9 Replaced OpenAL with miniaudio. binary1248 2023-04-16 16:12:31 +0200
  • b0e45cfaba Moved libatomic linking to upper level CMakeLists.txt since it applies to multiple modules. binary1248 2024-01-27 15:13:00 +0100
  • 13490da51c
    Added Sound Effects example. binary1248 2024-03-25 00:06:21 +0100
  • 3333ecd090
    Replaced OpenAL with miniaudio. binary1248 2023-04-16 16:12:31 +0200