Commit graph

  • c10c458169 Add Github Actions. master MrZeusTheCoder 2020-11-06 15:09:46 -0500
  • baa8a3f1e4 Update CMake integration for Opus feature/opus Lukas Dürrenberger 2020-11-18 20:16:37 +0100
  • 8774acddb1 Fix Opus audio sample rate to 48kHz Sérgio Agostinho 2018-01-25 14:42:59 +0000
  • 4e38acb2e6 Added Windows extlibs binaries for Opus and Opusfile. Lukas Dürrenberger 2017-08-02 15:19:51 +0200
  • d07d3f3dcc Fixed opus header after code was rewritten, make more use of RAII Ferdinand Thiessen 2016-04-03 23:22:24 +0200
  • 7738edb412 Rewrote c99 like code to valid code, more changes to comply coding style Ferdinand Thiessen 2016-04-03 20:23:32 +0200
  • 2a9d27266d Rewrite of writeInt in opus writer to comply with codingstyle Ferdinand Thiessen 2016-04-03 15:23:24 +0200
  • 122e28f906 Added static opus libraries and headers Ferdinand Thiessen 2016-04-03 02:51:20 +0200
  • 33030541b8 Opus: Replaced example file, coding style and rewrote writeInt in opuswriter Ferdinand Thiessen 2016-04-02 23:40:19 +0200
  • 00152be845 Added example opus file, added libopus to android scripts. Ferdinand Thiessen 2016-02-22 00:55:47 +0100
  • dc7d81f5dc Added opus encoder support. Ferdinand Thiessen 2016-02-22 00:08:14 +0100
  • f67a9f0515 Added Opus sound file support, added SoundFileReaderOpus and FindOpus cmake Module Ferdinand Thiessen 2016-02-21 16:08:44 +0100
  • a61d471451 Link legacy_stdio_definitions.lib on MSVC -- fixes linker errors for sprintf() & Co. bugfix/stb-race-condition Jan Haller 2020-10-31 11:59:06 +0100
  • 53ee8d39aa Update stb_image (2.16 -> 2.26) and stb_image_write (1.07 -> 1.15) Jan Haller 2020-10-22 00:11:50 +0200
  • 59df9d0d88 Implement smoothing for fonts Jonny Paton 2020-09-19 21:48:14 +0100
  • a96057866d Removed explicit link to Xcursor and rely on X11 interface target Corentin Schreiber 2020-08-28 08:27:20 +0100
  • 0d82b99c7d Added missing dependency on Xcursor in SFMLConfigDependencies.cmake.in Corentin Schreiber 2020-08-27 08:12:18 +0100
  • 77145c130f Fixed bug of spurious vertical white lines with monochrome cursor Corentin Schreiber 2020-08-21 19:44:24 +0100
  • a2fde65113 Simplified and clarified code for monochrome bit/byte computations Corentin Schreiber 2020-08-21 19:43:45 +0100
  • 9cb67520c7 Fixed black/white threshold computation for Unix monochrome cursors Corentin Schreiber 2020-08-21 09:58:20 +0100
  • d93cd6dd30 Fixed Unix monochrome cursor implementation with non-power-of-two images Corentin Schreiber 2020-08-21 09:57:59 +0100
  • 603bc9ee41 Changed code formatting to follow SFML guidelines Corentin Schreiber 2020-08-21 09:22:59 +0100
  • aaf8ef1c89 Updated Cursor documentation for colored cursors on Unix Corentin Schreiber 2020-08-20 21:43:13 +0100
  • 54ac286a67 Added support for colored cursors in Unix implementation Corentin Schreiber 2020-08-20 21:20:28 +0100
  • fc573bc584 Added Xcursor to linux dependencies Corentin Schreiber 2020-08-20 21:19:59 +0100
  • 9b596cc8d9 Update the copyright year to 2020 Lukas Dürrenberger 2020-09-12 15:27:45 +0200
  • d4ebba3aaf Add Visual Studio 2019 builds to Travis Lukas Dürrenberger 2020-09-12 13:24:18 +0200
  • 5eea8032db replace dead link in Config.hpp file mcz 2020-08-31 20:48:35 +0200
  • 241b542ca3 Added XFlush call to WindowImplX11::setMouseCursor Bruno Van de Velde 2020-07-18 10:13:49 +0200
  • 40ec0bf37d Separate sf::Texture copy/move assignment operator feature/move-semantics Jan Haller 2020-07-05 16:02:12 +0200
  • 81b8c138ba Add move semantics to sf::Texture, using combined copy/move assignment operator Jan Haller 2020-07-05 15:54:12 +0200
  • 3557c46ae6 Add support for buffered DirectInput data to reduce polling load when it is supported. Only attempt setting a DirectInput device's axis mode if the device reports having axes and its axis mode is not already set to absolute. If the axis mode still can't be set to absolute, blacklist the device so that any future attempts will abort early. This should help when dealing with broken device drivers that report being game controllers and not fully supporting game controller functionality. binary1248 2020-01-04 02:51:18 +0100
  • 95c98093e9 Adjustable processing interval in SoundStream #1517 scotth 2020-05-28 21:06:18 +0930
  • 0337568846 Remove link in documentation main page Lukas Dürrenberger 2020-05-26 23:37:00 +0200
  • 43187455e4 Added Font::hasGlyph() 東風谷早苗 (こちやさなえ) 2020-02-26 18:55:09 +0800
  • f93372f98a Added missing documentation about TcpListener::listen and Socket::AnyPort. Quentin Bazin 2020-05-11 15:01:26 +0200
  • f57d4620ab Update travis config for android SDK changes Jonny 2020-05-14 10:39:18 +0100
  • e538240922 Fix compiler errors due to branch rebasing feature/scancode_linux feature/scancode Lukas Dürrenberger 2020-04-15 20:51:56 +0200
  • 00c10ad600 Code review small fixes Elias Daler 2018-05-16 09:30:16 +0300
  • 2dfdfc3930 Remove fallthrough in switch-case Elias Daler 2018-04-10 01:53:02 +0300
  • 6684ead5d6 Better descriptions for some keys (e.g. "Shift (Left)" -> "Left Shift") Elias Daler 2018-04-10 00:04:27 +0300
  • 2e66791d52 Removed duplication in a comment Elias Daler 2018-04-10 00:00:40 +0300
  • babd5af074 Code review changes Elias Daler 2018-04-09 23:56:55 +0300
  • dae210e75c Fix formatting Elias Daler 2018-04-07 22:56:53 +0300
  • c99611a226 Really fix enter keys confusion... Elias Daler 2018-04-07 22:53:45 +0300
  • 2ca993e96e Swap ScanEnter and ScanReturn (ScanEnter = Numpad Enter, ScanReturn = Keyboard Enter) Elias Daler 2018-04-07 22:45:18 +0300
  • 0632f88379 Better order of includes Elias Daler 2018-04-03 02:14:15 +0300
  • d78858fe37 Added "ReverseSolidus" support Elias Daler 2018-04-03 01:34:41 +0300
  • 993cf0bcdc Correct initialization of mapping arrays Elias Daler 2018-04-03 01:16:06 +0300
  • 8850944f83 Changed getDescription output: Alt -> Meta, System -> Super Elias Daler 2018-04-03 00:11:31 +0300
  • e430aa3106 Added NullKeyCode constant for readability Elias Daler 2018-04-02 22:39:47 +0300
  • e40063ab6f Small fixes Elias Daler 2018-03-31 18:12:40 +0300
  • 16a95cfc20 * Removed redundant "sf::" where possible * Moved some functions from sf::priv::anonymous to anonymous namespace. Elias Daler 2018-03-31 18:10:39 +0300
  • 75e793218f Coding standards fix (braces on other line) Elias Daler 2018-03-31 17:55:36 +0300
  • c4f72fe8c2 Safety and handling of edge cases Elias Daler 2018-03-31 14:20:52 +0300
  • 6cef8046dd Small refactorings Elias Daler 2018-03-31 13:48:32 +0300
  • 56457d922a X11InputManager -> KeyboardImpl Elias Daler 2018-03-31 02:58:01 +0300
  • 281d3d8528 X11InputManager now only has static members Elias Daler 2018-03-31 02:49:44 +0300
  • 02b9dafc6f Almost got rid of singleton (move a lot of stuff into free functions) Elias Daler 2018-03-31 02:36:11 +0300
  • e845e50142 X11InputManager doesn't need m_display now Elias Daler 2018-03-31 02:25:51 +0300
  • 5cb59b802c KeySym to sf::Keyboard::Key mapping (also made better names for keycode, sf::Scancode and sf::Key conversion functions) Elias Daler 2018-03-31 02:09:21 +0300
  • ba513484fc Generate KeySym -> Unicode mapping, so we don't need to make fake events in getDescription now Elias Daler 2018-03-31 01:47:06 +0300
  • 7a862c917a Fixed broken code Elias Daler 2018-03-30 23:44:36 +0300
  • 37a49302af getDescription implementation for X11 Elias Daler 2018-03-29 23:33:14 +0300
  • 84a19239a4 Add comments for functions and follow SFML's coding standard more closely Elias Daler 2018-03-29 21:50:42 +0300
  • 79a37aa845 Store pointer to Display in X11InputManager Elias Daler 2018-03-29 21:11:37 +0300
  • fd771a510e Initial Windows implementation jonathan.r.paton@googlemail.com 2017-09-28 20:28:42 +0100
  • 4bb268c806 Use Scan prefix instead of s and getDescription instead of localizedRepresentation. Lukas Dürrenberger 2017-09-09 01:21:29 +0200
  • ec1a10e66d Add new API for scancodes Marco Antognini 2017-03-27 00:36:59 +0200
  • 4ac3033d1a Add minor changes according to the review Lukas Dürrenberger 2020-01-21 21:19:40 +0100
  • 8b23ac1c48 Use Scan prefix instead of s and getDescription instead of localizedRepresentation. Lukas Dürrenberger 2017-09-09 01:21:29 +0200
  • 92594f2632 Handle layout changes on macOS Marco Antognini 2017-05-26 11:03:21 +0200
  • dfdb29eecb Add support of scancodes for macOS Marco Antognini 2017-03-28 23:37:06 +0200
  • e35732366d Add new API for scancodes Marco Antognini 2017-03-27 00:36:59 +0200
  • 50e173e403 Update documentation Jonny 2020-02-04 23:37:28 +0000
  • 632a015663 Added readCurrentReadPosition in sf::Packet Michal Marszalek 2018-03-10 19:20:04 +0100
  • 1d20edebc7 SFMLConfigDependencies.cmake.in: Vorbis uppercase Jan Hahlganß 2020-01-22 20:26:25 +0100
  • f0066f2aff Resolve additional merge conflicts feature/scancode_windows Lukas Dürrenberger 2020-01-22 16:02:12 +0100
  • fdeb89a191 Removed rogue declaration jonathan.r.paton@googlemail.com 2017-10-04 15:26:52 +0100
  • 950d10c49f Added and fixed some scancodes jonathan.r.paton@googlemail.com 2017-10-04 15:21:18 +0100
  • 7f9bca43c5 Initial Windows implementation jonathan.r.paton@googlemail.com 2017-09-28 20:28:42 +0100
  • 188aaae7a1 Add support of scancodes for macOS Marco Antognini 2017-03-28 23:37:06 +0200
  • e1380f182a Add new API for scancodes Marco Antognini 2017-03-27 00:36:59 +0200
  • 6c8544413f Add minor changes according to the review Lukas Dürrenberger 2020-01-21 21:19:40 +0100
  • cf3752ce77 Use Scan prefix instead of s and getDescription instead of localizedRepresentation. Lukas Dürrenberger 2017-09-09 01:21:29 +0200
  • 7a99260ead Handle layout changes on macOS Marco Antognini 2017-05-26 11:03:21 +0200
  • 9dc7f3dc79 Add support of scancodes for macOS Marco Antognini 2017-03-28 23:37:06 +0200
  • e122972832 Add new API for scancodes Marco Antognini 2017-03-27 00:36:59 +0200
  • 110fb75513 Rename FindVorbis -> FindVORBIS, for consistency with exported variables (e.g. VORBIS_FOUND) Jan Haller 2019-12-08 10:27:09 +0100
  • 519e1f9572 Improve sf::Transform documentation Jan Haller 2019-12-07 20:03:13 +0100
  • bf98acc61f Force OpenGL states to be reset when RenderTarget detects that a new context has to be tracked. In the case a context is re-created, FBO RenderTextures would not trigger resetting of the OpenGL states if they were drawn to first since re-initialization of the RenderTarget only happens when a context owner such as a RenderWindow is re-created. Fixes #1625. binary1248 2019-12-09 00:57:15 +0100
  • a1d4bc80c2 Changed Doxygen single-line comment format Mario Liebisch 2019-11-14 13:57:48 +0100
  • fcd52afb5c
    Implemented initial support for modular rendering backends. Currently only the existing GL1 renderer implementation is available. feature/modular_rendering_backends binary1248 2019-05-08 01:05:25 +0200
  • 80c3bdc23c Fix CMake scripts to install and find doxygen's generated SFML.tag file kimci86 2019-11-14 20:45:09 +0100
  • 6a79ebf1b3 Fixed text rendering artifacts on Radeon cards, revised. Radek Dutkiewicz 2019-10-23 00:53:34 +0100
  • 689f468e36 Fixed text rendering artifacts on Radeon cards. Radek Dutkiewicz 2019-03-09 03:54:45 +0000
  • 6272f853c1 Add support for creating Vulkan window surfaces. binary1248 2018-09-15 11:49:16 +0200
  • 8886134156 fix(compilation): clang compilation on windows Sztergbaum Roman 2019-09-14 15:41:57 +0200
  • 2eb70c6537 Replaced glLoadGen loader with glad loader and dynamically load EGL and GLES extensions as is done for desktop GL. Lukas Dürrenberger 2019-04-13 13:16:32 +0200
  • f2b8e6397b Remove the glFlush() call that became unnecessary after 3871e01a9f was merged. This also fixes glFlush() being called in a state in which no context would be active in specific use cases. binary1248 2019-08-30 23:05:03 +0200