Commit graph

  • 53f7ae5d09 Avoided unnecessary toLower string conversions Jan Haller 2014-02-19 16:12:17 +0100
  • 79134ba665 Removed unnecessary null pointer checks in Window.cpp Jan Haller 2014-02-19 15:33:10 +0100
  • 83ea194f07 Fixed forgotten members in sf::Font::operator= Jan Haller 2014-02-15 18:37:35 +0100
  • 52661339de Merge pull request #509 from ophui-/master Bromeon 2014-02-15 18:25:19 +0100
  • 09860f7a02 Added String::substring() method Jan Haller 2014-02-09 22:18:34 +0100
  • aeed9dddac Fixed typo in Windows keyboard implementation Jan Haller 2014-02-06 20:22:21 +0100
  • 12d81304e6 Updated copyright year to 2014 Jan Haller 2014-02-06 19:35:47 +0100
  • 48db71fb69 Added String::replace() methods Jan Haller 2014-02-05 22:42:17 +0100
  • e074b6775e Added documentation note on coordinates and undistorted rendering Jan Haller 2014-02-05 10:27:59 +0100
  • b5e7e431a5 Fixed potential memory leak in sf::Font ophui 2013-12-15 19:01:43 +0000
  • 4a300547f3 Added String::toUtf8/16/32 functions (#501) Laurent Gomila 2013-12-04 22:54:17 +0100
  • 58f60f2279 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2013-11-30 22:37:02 +0100
  • de3ea71631 Fixed divide by zero in Shape.cpp (#499) Laurent Gomila 2013-11-30 20:57:18 +0100
  • 5fae13f8b3 Merge pull request #497 from wintertime/master Laurent Gomila 2013-11-26 22:33:14 -0800
  • ab361c4903 fix a few typos in comments Sebastian Zhorel 2013-11-26 22:56:35 +0100
  • ef1d29bf73 Fixed joystick POV values on Windows (PovX and PovY were inverted) Laurent Gomila 2013-11-26 22:30:51 +0100
  • f1c30f106a Fixed joystick POV values on Windows (PovX and PovY were inverted) Laurent Gomila 2013-11-26 22:28:03 +0100
  • 4063f5d9eb Merge pull request #496 from Valloric/typo-fix Laurent Gomila 2013-11-26 13:12:47 -0800
  • c3813f71ee Fix 'instanciate' typo; correct is 'instantiate' Strahinja Val Markovic 2013-11-26 12:57:54 -0800
  • 4cddde79fe Updated FindSFML.cmake to provide a list of 3rd-party dependencies when SFML is linked statically Laurent Gomila 2013-11-04 22:38:25 +0100
  • c06243c0f6 Whitespace fix Laurent Gomila 2013-11-04 22:36:30 +0100
  • ff555d6f85 Optimized Window::waitEvent a bit (no sleep if events are available at first try) Laurent Gomila 2013-11-04 07:37:50 +0100
  • f69a35e63d Whitespace fix Laurent Gomila 2013-11-01 15:14:18 +0100
  • 0c39c1b146 Fixed bug with sf::Texture (and especially with sf::RenderTexture) on old graphics cards (#418) Laurent Gomila 2013-10-30 23:31:42 +0100
  • 56c2eb8cea Merge pull request #337 from MarioLiebisch/chunked-http Laurent Gomila 2013-10-24 02:57:04 -0700
  • 306b77bfc5 Added support for chunked http transfers sf::Http now understands transfers that are sent using Chunked Transfer Encoding (RFC 2616; section 3.6.1). Mario Liebisch 2012-12-11 19:08:56 +0100
  • dbf01a775b Removed the hack that copied external libs into SFML static libs, users now have to link them explicitly Laurent Gomila 2013-10-16 20:47:14 +0200
  • c2a9ed6b83 Merge pull request #482 from eXpl0it3r/master Laurent Gomila 2013-10-15 07:37:39 -0700
  • 004c12cfd2 Changed VS version to MSVC version and added support for VS 2013 and TDM compilers. Lukas Dürrenberger 2013-10-15 15:46:50 +0200
  • 3670eec5dd Fixed MSVC version detection code in CMake files Laurent Gomila 2013-10-15 07:55:01 +0200
  • 08b49cc15c Fixed RenderTarget::resetGLStates() not explicitly setting the default polygon mode (glPolygonMode) (#480) Laurent Gomila 2013-10-14 16:55:23 +0200
  • 2ff58edd9a Fixed sf::SoundBuffer returning wrong duration for sounds containing more than ~4.3 million samples Laurent Gomila 2013-10-11 19:21:31 +0200
  • db77b76d91 Merge pull request #470 from Foaly/MultiSoundInput Laurent Gomila 2013-10-11 07:39:07 -0700
  • a66fe2721b Improved resizing window on OS X (#474) Marco Antognini 2013-10-09 10:42:36 +0200
  • b1ad9dceac Added support for selecting audio capture device (fixes #220) Foaly 2013-09-19 01:44:59 +0200
  • 9b0ed300b5 Made compiler and OS variable names much clearer in CMake files Laurent Gomila 2013-10-09 08:01:10 +0200
  • fe12270d62 Fixed window size not correctly updated when changed through Window::setSize (#474) Laurent Gomila 2013-10-08 22:59:53 +0200
  • cc3dc29ef4 Added joystick implementation for FreeBSD (#477) David Demelier 2013-10-08 22:40:11 +0200
  • 713aed7079 Fixed IpAddress::getLocalAddress on OS X and improved SocketImpl for Unix & Windows Marco Antognini 2013-10-07 13:25:00 +0200
  • 5931236858 Merge pull request #475 from binary1248/timer_resolution_fix Laurent Gomila 2013-10-07 00:45:16 -0700
  • 50332a8186 Additional comments regarding sleep implementation. binary1248 2013-10-07 08:34:23 +0200
  • 42cf79bfc3 Updated Xcode's templates readme Marco Antognini 2013-10-04 20:57:42 +0200
  • cd68d66204 Removed support for Windows 9x (required deprecated functions) (#469) Laurent Gomila 2013-10-02 23:07:54 +0200
  • b8f15d5a71 Fixed minor compiler warnings in sf::Text Laurent Gomila 2013-10-02 22:40:24 +0200
  • 4dcd1f9c75 Fixed compiler warnings in sf::Rect (#458) Laurent Gomila 2013-10-02 22:39:57 +0200
  • 980477c1f1 Fixed Window::setSize not working without the sf::Style::Resize style (#466) Laurent Gomila 2013-10-01 18:28:25 +0200
  • eee18a515a Fixed minor warning about member initialization order in sf::SoundRecorder Laurent Gomila 2013-10-01 18:27:42 +0200
  • cd84e84286 Merge pull request #457 from MarioLiebisch/issue-437 Laurent Gomila 2013-09-24 22:36:36 -0700
  • 9d3ea9399b Fixed mouse clicks not activating windows (Win32) Mario Liebisch 2013-08-28 11:31:32 +0200
  • 2ea3beb1f6 Update Xcode template default choice for compiler / std lib Marco Antognini 2013-09-22 19:16:17 +0200
  • 3a809d98f1 Fix template compatibility with Xcode 5 Marco Antognini 2013-09-22 19:03:36 +0200
  • 735aed62b0 Remove more trailing spaces Marco Antognini 2013-09-22 18:58:50 +0200
  • 5bf065a709 Catch first key pressed event of CMD, Shift, Alt or Ctrl on OS X Marco Antognini 2013-09-21 14:34:33 +0200
  • d77fce1b77 Avoid warning message Marco Antognini 2013-09-21 14:24:59 +0200
  • 00bc73f1f3 Minor improvement of Xcode templates Marco Antognini 2013-09-21 15:06:56 +0200
  • c83027ec9c Automatically activate the next window when one is closed Marco Antognini 2013-09-21 21:31:59 +0200
  • a6dba586ee Implement Application Menu for OS X (close #11) Marco Antognini 2013-09-21 14:01:51 +0200
  • 369b7faa1c Refactoring of HIDInputManager Marco Antognini 2013-09-20 22:04:15 +0200
  • d77f241938 Fix crash related to keyboard / mouse disconnection on OS X (close #467) Marco Antognini 2013-09-20 21:50:46 +0200
  • e5c6f6cd7a Fix Key Released events in fullscreen (close #465) Marco Antognini 2013-09-20 18:44:08 +0200
  • 1b113c2c22 Fix typo Marco Antognini 2013-09-20 15:11:22 +0200
  • 6f68192272 Update © dates Marco Antognini 2013-09-20 15:04:41 +0200
  • 2b8f20c89f Remove trailing spaces Marco Antognini 2013-09-20 15:00:11 +0200
  • c0f3587a7c Improve window resizing on OS X (close #468) Marco Antognini 2013-09-20 14:48:23 +0200
  • 718588ff1d Made the non-support of HTTPS more explicit Laurent Gomila 2013-09-16 22:31:35 +0200
  • 7c4b058c9a The texture matrix is now reset in Texture::bind(NULL) Laurent Gomila 2013-09-16 22:30:58 +0200
  • 44b98b4406 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2013-08-26 20:56:20 +0200
  • 77238767ee Improved joystick detection performances on Linux (avoids endless calls to open when a joystick node cannot be open) Laurent Gomila 2013-08-26 20:54:26 +0200
  • ed1c17a236 Added String::fromUtf8/16/32 functions (#196) Laurent Gomila 2013-08-24 14:45:59 +0200
  • 5ffe258320 Forgot to include <Utf.hpp> in <String.hpp> Laurent Gomila 2013-08-24 23:43:33 +0200
  • c6651bfd30 Fixed stupid compile error in previous commit Laurent Gomila 2013-08-24 23:40:48 +0200
  • a89874f733 Added String::fromUtf8/16/32 functions (#196) Laurent Gomila 2013-08-24 14:45:59 +0200
  • de0401a02e Merge pull request #453 from Bromeon/master Laurent Gomila 2013-08-21 04:43:07 -0700
  • 6cf30e1751 Added operator for division of two sf::Time objects Jan Haller 2013-08-21 12:12:34 +0200
  • 5f4257187e Fixed bug in sf::Text bounds calculation (was introduced in SFML 2.1) Laurent Gomila 2013-08-17 19:26:46 +0200
  • c6767d0af1 Fixed crash in the Linux implementation of Joystick, when inotify failed to initialize Laurent Gomila 2013-08-15 23:15:11 +0200
  • 5173f51d52 Minor corrections in comments and syntax Laurent Gomila 2013-08-15 09:28:43 +0200
  • d9ba54f285 Improved text quality (especially visible at small sizes, and with pixelated fonts) (#228) Laurent Gomila 2013-08-12 19:03:56 +0200
  • 424c424376 Minor indentation and namespace fix Laurent Gomila 2013-08-12 19:02:12 +0200
  • a7f7c57a72 Merge pull request #430 from Foaly/timeOperators Laurent Gomila 2013-08-11 22:46:21 -0700
  • 5feca74178 Fix whitespace Foaly 2013-08-11 23:44:39 +0200
  • b9d0295c89 Added SoundRecorder::setProcessingInterval (#333) Laurent Gomila 2013-08-11 19:39:52 +0200
  • 5624948042 Fixed TcpSocket::connect with timeout could switch a blocking socket to non-blocking mode on immediate connection success (#221) Laurent Gomila 2013-08-09 16:13:58 +0200
  • 7caf2e64b6 Added Font::getInfo to retrieve various information about the font (for now, only the family name) (#164) Laurent Gomila 2013-08-09 16:02:53 +0200
  • 6d4c844959 Added operator - for sf::Color (#114) Laurent Gomila 2013-08-09 14:57:32 +0200
  • c697623689 Replaced the custom sfml_parse_arguments CMake macro with the standard equivalent cmake_parse_arguments Laurent Gomila 2013-08-07 19:57:59 +0200
  • d077210750 Updated OpenAL to version 1.15.1 Laurent Gomila 2013-08-04 23:07:25 +0200
  • 92ed9fd1db Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2013-08-04 20:40:51 +0200
  • 93b2152a08 Changed the default value of SFML_INSTALL_PKGCONFIG_FILES to FALSE (the generated pkg-config files contain local paths and thus are not suitable for distribution) Laurent Gomila 2013-08-04 20:40:10 +0200
  • 90f4dbc89b Fix typo (close #438) Marco Antognini 2013-07-29 15:55:31 +0200
  • 6c1899d0f7 Updated version number 2.1 Laurent Gomila 2013-07-21 09:03:27 +0200
  • 7cd545bd96 Merge pull request #431 from Kratos714/master Laurent Gomila 2013-07-19 04:37:48 -0700
  • 5a42c91985 Avoid const_cast, static buffer and buffer overlap Emmanuel Atse 2013-07-18 16:23:57 +0200
  • 43a21e2acc Fixed some uninitialized values Emmanuel Atse 2013-07-18 04:11:35 +0200
  • 3c429387f2 Fixed undefined behavior of returned pointer Emmanuel Atse 2013-07-18 04:04:22 +0200
  • 0c0b3c2a3a Modulo operators for sf::Time (fixes #429) Foaly 2013-07-17 12:24:24 +0200
  • b3357eed2a Fixed bug when maximizing a window on Windows (was introduced recently) Laurent Gomila 2013-07-11 23:10:51 +0200
  • 9528fbc893 Fixed MouseMove event sometimes not generated when holding left button on Windows (#225) Laurent Gomila 2013-07-11 23:02:33 +0200
  • 5c431b4b93 Fixed bounding rect of sf::Text ignoring whitespaces (216) Laurent Gomila 2013-07-11 22:40:14 +0200
  • 947ab5fd87 Added a workaround for a bug in the OS X implementation of OpenAL (unsupported channel count no properly detected) (#201) Laurent Gomila 2013-07-10 13:55:16 +0200