Commit graph

  • 044eb85872 Fixed Xlib potential errors Laurent Gomila 2012-11-01 22:23:00 +0100
  • 42118dc217 Minor modification to the API doc Laurent Gomila 2012-11-01 16:13:07 +0100
  • 40b5a3fa84 Recompiled dependencies on Windows to fix linker errors when compiling static libs with static runtime Laurent Gomila 2012-11-01 12:12:53 +0100
  • c02e375399 Renamed Ftp::ListingDirectory::getFilenames() to getListing() Laurent Gomila 2012-10-26 17:09:43 +0200
  • 49f37ee8b3 Fixed the sf::Font texture corruption bug for big character sizes Laurent Gomila 2012-10-26 16:49:46 +0200
  • 109d914bcb Changed SetWindowText to SetWindowTextA in the Win32 implementation (fixes a compiler error when SFML was compiled in Unicode mode) Laurent Gomila 2012-10-23 10:04:01 +0200
  • 121cfeb6a3 Removed Shader::unbind (was not used internally, less consistent with sf::Texture and could be confusing for users) Laurent Gomila 2012-10-20 23:38:39 +0200
  • 4c04a0ce8f Fixed compile error with std::abs in Sprite.cpp Laurent Gomila 2012-10-06 18:30:58 +0200
  • 8e4091f9af Makes joystick button ordering predictable. Ryan Fields 2012-10-05 10:26:50 -0400
  • 26fa99f197 Recompiled MSVC external libs so that they don't produce the "... conflicts with default lib" linker error anymore Laurent Gomila 2012-10-04 22:49:55 +0200
  • 7656693013 Minor updates in the documentation of sf::Shader Laurent Gomila 2012-10-02 08:19:21 +0200
  • 226be57589 Fixed compile error with Clang/C++11 Laurent Gomila 2012-10-01 21:05:37 +0200
  • 6e81dabeda Fixed cracks with ogg music files (fixes #271) Laurent Gomila 2012-09-27 22:21:29 +0200
  • 79df4146f0 Removed useless sf:: Laurent Gomila 2012-09-27 08:01:54 +0200
  • 1bb206a380 Fixed the local bounds of sf::Text not updated when assigned an empty string Laurent Gomila 2012-09-26 23:08:42 +0200
  • 57f81d4051 Disabled an optimization in sf::Shape that could break rendering Laurent Gomila 2012-09-21 22:06:27 +0200
  • da64dbe89f "Fixed" warning and crash caused by XCreateIC on Linux Laurent Gomila 2012-09-21 14:13:01 +0200
  • f5bca33eaa Fixed X11 error caused by the previous commit Laurent Gomila 2012-09-19 23:12:45 +0200
  • b75e340dc0 All windows and contexts now use the same X display (Linux) Laurent Gomila 2012-09-18 22:45:29 +0200
  • 2308c5a627 Minor correction in API doc Laurent Gomila 2012-09-18 18:51:24 +0200
  • eaa5ae9c55 disabled the combination of BUILD_SHARED_LIBS and SFML_USE_STATIC_STD_LIBS in the build files Laurent Gomila 2012-09-16 20:12:42 +0200
  • 6790904c80 Minor correction in API documentation Laurent Gomila 2012-09-01 23:26:20 +0200
  • 04620b9f2f sf::Mouse::isButtonPressed nows uses logical buttons Laurent Gomila 2012-08-27 10:33:36 +0200
  • 18f1b6263a Joystick check on Linux is now a lot faster (globally improves the performances of pollEvent) Laurent Gomila 2012-08-26 14:57:43 +0200
  • d716b3657c Minor improvement in VertexArray::getBounds Laurent Gomila 2012-08-24 16:20:27 +0200
  • 692240f60d sf::Sprite::setTexture(..., false) resets the texture rect only if it hasn't been set before Laurent Gomila 2012-08-24 16:19:43 +0200
  • 1d80eaa59b Revert Transformable documentation Marco Antognini 2012-08-23 17:15:03 +0200
  • f970a6441f Minor corrections in API documentation Marco Antognini 2012-08-23 12:34:51 +0200
  • 757a785ed7 Updated Cocoa example Marco Antognini 2012-08-20 19:26:30 +0200
  • abd842510e Fixed divide by zero when calling getPlayingOffset on an uninitialized sound stream Laurent Gomila 2012-08-13 23:11:27 +0200
  • 1336a70eac Minor corrections in API documentation Laurent Gomila 2012-08-11 20:27:30 +0200
  • 1b1bc4c067 sf::Text no longer forces the BlendAlpha blending mode Laurent Gomila 2012-08-10 15:03:28 +0200
  • 2b3d9bdd91 Fixed GL_MATRIX_MODE incorrectly restored after calling popGLStates Laurent Gomila 2012-08-08 20:44:52 +0200
  • 0670bad198 Minor correction in API documentation Laurent Gomila 2012-08-07 17:31:45 +0200
  • e4ea6865cd Removed Arial.hpp from CMakeLists.txt Laurent Gomila 2012-08-04 11:24:43 +0200
  • a0c1f5f50f Removed the built-in default font Laurent Gomila 2012-08-03 23:50:34 +0200
  • a3357d9c10 Merge pull request #266 from Undeterminant/master Laurent Gomila 2012-08-02 09:28:24 -0700
  • 655a4dc33d Added dependencies to pkg-config files. Alex Charron 2012-08-02 12:05:27 -0400
  • db1f1b8fa1 Minor corrections in API documentation Laurent Gomila 2012-07-31 17:51:01 +0200
  • 4875915b0f Merge pull request #264 from binary1248/patch-1 Laurent Gomila 2012-07-30 23:01:59 -0700
  • 7f1217bfd1 Use glDeleteRenderbuffersEXT to delete m_depthBuffer binary1248 2012-07-31 03:19:50 +0300
  • 81e4209482 Minor correction in API documentation Laurent Gomila 2012-07-28 20:45:00 +0200
  • bdfc2dc3f5 Improved Xcode templates Marco Antognini 2012-07-16 17:34:26 +0200
  • 68494d0dbb Fixed sf::Keyboard on Mac OS X Marco Antognini 2012-07-16 16:27:27 +0200
  • 3e2c3b8c95 Corrections in API documentation Laurent Gomila 2012-07-15 15:04:37 +0200
  • 3180f83160 Changed Transformable::setRotation so that the angle is always in [0 .. 360] Laurent Gomila 2012-07-15 14:56:23 +0200
  • e85bd1baf6 Corrections in API documentation Laurent Gomila 2012-07-15 14:55:13 +0200
  • 26d5620817 Shape::setOutlineThickness now allows negative values Laurent Gomila 2012-07-15 13:47:14 +0200
  • e3261f0430 Corrections in API documentation Laurent Gomila 2012-07-14 17:26:21 +0200
  • 396f675ca2 Fixed Xcode templates script Marco Antognini 2012-07-13 12:09:11 +0200
  • e7284cd665 Minor correction in API documentation Laurent Gomila 2012-07-10 20:22:08 +0200
  • faf8a233db Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-07-09 23:32:11 +0200
  • 7faf5857ec Added a sf::Key::Unknown key code for unsupported keys Laurent Gomila 2012-07-09 23:26:37 +0200
  • bfda3b8c34 Improved Xcode templates and the readme (Close #224) Marco Antognini 2012-07-08 19:21:15 +0200
  • 51680ac49c Substituted tabulations with spaces and fixed an issue similar to #233 Marco Antognini 2012-07-08 18:15:24 +0200
  • 4a482b2385 Fixed TextEntered event on Mac OS X (Close #192) Marco Antognini 2012-04-22 09:17:14 +0200
  • c3fb58b33f Texture::bind no longer crashes when the texture is invalid Laurent Gomila 2012-07-07 21:38:57 +0200
  • 449c7b0e3e Minor correction in comments Laurent Gomila 2012-07-07 20:14:45 +0200
  • aa1007a619 Minor corrections in the documentation of FindSFML.cmake (components order) Laurent Gomila 2012-07-07 17:22:40 +0200
  • d22a3189a1 Merge pull request #249 from kimci86/master Laurent Gomila 2012-07-07 08:04:45 -0700
  • 75fee5675a Better behavior of sf::Event::Resized on Windows kimci86 2012-07-06 18:44:45 +0200
  • 3c0de3e00e Merge pull request #245 from rcmagic/patch-1 Laurent Gomila 2012-07-01 13:44:34 -0700
  • 7d96eb8c62 Fixed bug in the Windows joystick handling converting POV hat angles to their PovX and PovY component axes. Chase LaCas 2012-07-01 16:26:12 -0400
  • bba63dfae0 Minor correction in API doc Laurent Gomila 2012-06-30 20:11:43 +0200
  • 679ec71b95 Forgot a little something in the previous commit :) Laurent Gomila 2012-06-26 21:56:55 +0200
  • aa534a0936 Fixed crash in SocketSelector::add when passing an invalid socket Laurent Gomila 2012-06-26 21:55:45 +0200
  • 5706111088 A sprite can now be flipped by setting a texture rect with negative width/height Laurent Gomila 2012-06-19 18:36:12 +0200
  • dd51b3d8ff Renamed Keyboard::Back to Keyboard::BackSpace Laurent Gomila 2012-06-19 18:21:16 +0200
  • d7b4e26dc6 Removed the MSCGEN detection -- in fact it was not used Laurent Gomila 2012-06-17 13:09:25 +0200
  • 491b6501ab Merge pull request #238 from MarioLiebisch/master Laurent Gomila 2012-06-17 03:49:54 -0700
  • 777d4d30f8 Fixed alternative name lookup for mscgen in CMake. Mario Liebisch 2012-06-17 11:18:38 +0200
  • 617c3b7759 Made CMake look for mscgen Mario Liebisch 2012-06-16 20:00:18 +0200
  • a39d36e0db Fixed templates' compatibility issue with Xcode 4.3.3 (Close #233) Marco Antognini 2012-06-16 13:28:46 +0200
  • 3d02d4c795 OpenGL culling is now explicitly disabled in SFML's internal states Laurent Gomila 2012-06-14 18:05:47 +0200
  • c4c2c77686 Minor fix in the API doc Laurent Gomila 2012-06-13 17:21:27 +0200
  • 9242c38bdd Updated the forum links in readme.txt Laurent Gomila 2012-06-07 19:16:52 +0200
  • eadd0b1596 Minor corrections in API doc Laurent Gomila 2012-06-06 22:06:45 +0200
  • 82be322731 Fixed Mac OS X fullscreen mode Marco Antognini 2012-06-06 13:36:21 +0200
  • 8eb5073c33 Minor correction the API doc of sf::Shader Laurent Gomila 2012-05-30 17:22:13 +0200
  • ac9bda51ca Improved the API documentation of sf::Event (added the mapping between event types and members) Laurent Gomila 2012-05-24 15:56:51 +0200
  • 945c848b37 Minor correction in API doc Laurent Gomila 2012-05-18 18:47:26 +0200
  • 76e04a8d00 Added a workaround in JoystickImpl::isConnected on Windows, to limit the number of calls to joyGetPosEx which takes too long in certain situations Laurent Gomila 2012-05-13 21:53:27 +0200
  • ac43578f75 Fixed crash when creating an empty sf::Image Laurent Gomila 2012-05-10 22:48:02 +0200
  • 5207930169 Fixed glyphs sometimes not shown with high font sizes Laurent Gomila 2012-05-10 18:07:17 +0200
  • 3c317cab9b Fixed crash when loading empty shaders Laurent Gomila 2012-05-09 18:03:54 +0200
  • 8327870c9f Fixed warnings with recent MinGW versions that already define the Windows version macros Laurent Gomila 2012-05-06 17:32:10 +0200
  • 1187c29327 Minor correction API doc Laurent Gomila 2012-05-02 19:30:28 +0200
  • f784fe4c07 fix for static builds with mingw-w64 compilers - part 2 Baruch 2012-05-01 23:01:56 +0300
  • 165f2b1888 fix for static builds with mingw-w64 compilers - part 1 Baruch 2012-05-01 23:00:24 +0300
  • 19cdceb039 Fixed Mac OS X 10.6 support Marco Antognini 2012-04-29 21:12:39 +0200
  • b18b771c33 Fixed typos Marco Antognini 2012-04-28 22:05:10 +0200
  • cc4a5e2d48 Improved Xcode Templates (close #212) Marco Antognini 2012-04-22 16:01:31 +0200
  • 3994742aed Fixed regression introduced in fixing #207 Marco Antognini 2012-04-22 09:59:02 +0200
  • 66a1ed7825 Minor corrections in API doc Laurent Gomila 2012-04-24 17:40:49 +0200
  • 233fe32fab Minor corrections in API doc Laurent Gomila 2012-04-23 18:15:32 +0200
  • e9a6840e7d Minor corrections in API doc Laurent Gomila 2012-04-22 08:53:57 +0200
  • d37065e4de Improved -setWindowPositionToX:Y: Marco Antognini 2012-04-21 19:26:26 +0200
  • 3e8961d05f Fixed view resizing with Cocoa (close #207) Marco Antognini 2012-04-19 19:50:13 +0200
  • eebaa27d17 Minor corrections in API doc Laurent Gomila 2012-04-20 22:28:45 +0200
  • ac43b8a4cf Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-04-20 19:09:58 +0200