Commit Graph

  • 274d316891 Merge pull request #218 from BMBurstein/master Laurent Gomila 2013-02-17 08:28:12 -08:00
  • a97577ccbe Merge pull request #351 from Shizmob/master Laurent Gomila 2013-02-12 10:56:05 -08:00
  • b1dc62a554 Fixed tiny style issues. Shiz 2013-02-12 18:29:58 +01:00
  • 9ba19e34a2 Simplified UTF-8 encoding procedure for X11 window title. Shiz 2013-02-12 17:44:01 +01:00
  • 6bc077688e Added Unicode window title support. Shiz 2013-02-11 19:21:51 +01:00
  • 9cf259c365 Minor addition in the API documentation Laurent Gomila 2013-02-02 20:42:00 +01:00
  • fa69228716 Fixed joysticks not detected when checked at application startup. Laurent Gomila 2013-02-02 10:08:43 +01:00
  • f3d2129f9f Improved the API documentation stylesheet Laurent Gomila 2013-01-30 21:35:34 +01:00
  • 7be3f3af82 Minor indentation correction Laurent Gomila 2013-01-29 22:39:58 +01:00
  • e75045358e Removed unused #include Laurent Gomila 2013-01-25 21:33:01 +01:00
  • 802b9378cb Improve Xcode templates : now you can target 10.5 without headache ! Marco Antognini 2013-01-21 12:42:58 +01:00
  • 13eb867686 Merge branch 'joybutton-ordering-osx' of git://github.com/ryanfields/SFML into fix/joystick Marco Antognini 2013-01-21 10:03:40 +01:00
  • a674135834 Improve Xcode templates post build script : now copy freetype too Marco Antognini 2013-01-21 08:45:04 +01:00
  • 54bc864484 Add freetype.framework and edit CMake accordingly. (Close #241) Marco Antognini 2013-01-19 16:20:01 +01:00
  • 538d49aace Remove a part of CMake script that doesn't work any more. Marco Antognini 2013-01-19 11:23:12 +01:00
  • b4941d0f9e Improve Xcode 4 templates (close #285) Marco Antognini 2012-12-29 22:08:19 +01:00
  • e11ed81f72 Fix compilation issue on 10.5 Marco Antognini 2012-12-28 22:52:23 +01:00
  • b0333dfc16 Fix get/set window position on OS X Marco Antognini 2012-10-10 18:53:23 +02:00
  • 9fac5d74dc Fixed minor typecast warning in Shader.cpp Laurent Gomila 2013-01-16 22:52:21 +01:00
  • 20db4969c5 Added setting of the timer resolution in the Win32 implementation of Sleep and rewrote the Unix Sleep implementation to use nanosleep instead of pthread_cond_timedwait to prevent spurious wakeups from causing the function to return too early. binary1248 2013-01-11 05:34:23 +01:00
  • 91e1743516 Changed Texture::bind and Shader::bind to be static functions, that can accept a null argument Laurent Gomila 2013-01-08 22:24:43 +01:00
  • 38da3f4338 Fixed computation of the alpha channel in sf::BlendAdd Laurent Gomila 2013-01-03 20:34:51 +01:00
  • 2285e3d344 Fixed the repeated keys detection algorithm on Linux Laurent Gomila 2013-01-03 20:31:20 +01:00
  • 527bb287a5 Minor modification to the API documentation Laurent Gomila 2012-12-30 09:54:09 +01:00
  • dd48427bb8 Improved the success message in FindSFML.cmake Laurent Gomila 2012-12-23 09:25:16 +01:00
  • 03b8a1c3a7 Disabled fix #271 for ogg cracks (the solution slows down the loading too much) Laurent Gomila 2012-12-17 20:16:54 +01:00
  • d41837bf16 Fixed example in the API doc of sf::SocketSelector Laurent Gomila 2012-12-14 15:06:03 +01:00
  • 2e22038be7 Correction in the API documentation Laurent Gomila 2012-12-04 20:39:29 +01:00
  • 3eb32ded68 Correction in the API documentation Laurent Gomila 2012-12-04 20:36:39 +01:00
  • 288bc87d3a Updated the main page of the API documentation Laurent Gomila 2012-12-02 23:13:31 +01:00
  • 8ddf513216 Updated the description of modules Laurent Gomila 2012-12-02 23:13:16 +01:00
  • 37d6e72a14 Moved some functions of RenderTarget to private access Laurent Gomila 2012-12-02 00:10:24 +01:00
  • 4afe83d934 Removed the endianness detection macros (were not used) Laurent Gomila 2012-11-28 20:44:03 +01:00
  • 59a68f0a51 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-11-17 22:41:31 +01:00
  • 62c6dc3c59 Merge pull request #317 from cforfang/master Laurent Gomila 2012-11-17 13:40:43 -08:00
  • f9b3e513d2 Don't create std::string on glCheckError unless necessary. Christian Forfang 2012-11-17 20:46:48 +01:00
  • 6ce6014dd8 Renamed RenderTarget::convertCoords to mapPixelToCoords, and added its inverse mapCoordsToPixel Laurent Gomila 2012-11-10 10:25:25 +01:00
  • 044eb85872 Fixed Xlib potential errors Laurent Gomila 2012-11-01 22:23:00 +01:00
  • 42118dc217 Minor modification to the API doc Laurent Gomila 2012-11-01 16:13:07 +01:00
  • 40b5a3fa84 Recompiled dependencies on Windows to fix linker errors when compiling static libs with static runtime Laurent Gomila 2012-11-01 12:12:53 +01:00
  • c02e375399 Renamed Ftp::ListingDirectory::getFilenames() to getListing() Laurent Gomila 2012-10-26 17:09:43 +02:00
  • 49f37ee8b3 Fixed the sf::Font texture corruption bug for big character sizes Laurent Gomila 2012-10-26 16:49:46 +02:00
  • 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 +02:00
  • 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 +02:00
  • 4c04a0ce8f Fixed compile error with std::abs in Sprite.cpp Laurent Gomila 2012-10-06 18:30:58 +02:00
  • 8e4091f9af Makes joystick button ordering predictable. Ryan Fields 2012-10-05 10:26:50 -04:00
  • 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 +02:00
  • 7656693013 Minor updates in the documentation of sf::Shader Laurent Gomila 2012-10-02 08:19:21 +02:00
  • 226be57589 Fixed compile error with Clang/C++11 Laurent Gomila 2012-10-01 21:05:37 +02:00
  • 6e81dabeda Fixed cracks with ogg music files (fixes #271) Laurent Gomila 2012-09-27 22:21:29 +02:00
  • 79df4146f0 Removed useless sf:: Laurent Gomila 2012-09-27 08:01:54 +02:00
  • 1bb206a380 Fixed the local bounds of sf::Text not updated when assigned an empty string Laurent Gomila 2012-09-26 23:08:42 +02:00
  • 57f81d4051 Disabled an optimization in sf::Shape that could break rendering Laurent Gomila 2012-09-21 22:06:27 +02:00
  • da64dbe89f "Fixed" warning and crash caused by XCreateIC on Linux Laurent Gomila 2012-09-21 14:13:01 +02:00
  • f5bca33eaa Fixed X11 error caused by the previous commit Laurent Gomila 2012-09-19 23:12:45 +02:00
  • b75e340dc0 All windows and contexts now use the same X display (Linux) Laurent Gomila 2012-09-18 22:45:29 +02:00
  • 2308c5a627 Minor correction in API doc Laurent Gomila 2012-09-18 18:51:24 +02:00
  • 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 +02:00
  • 6790904c80 Minor correction in API documentation Laurent Gomila 2012-09-01 23:26:20 +02:00
  • 04620b9f2f sf::Mouse::isButtonPressed nows uses logical buttons Laurent Gomila 2012-08-27 10:33:36 +02:00
  • 18f1b6263a Joystick check on Linux is now a lot faster (globally improves the performances of pollEvent) Laurent Gomila 2012-08-26 14:57:43 +02:00
  • d716b3657c Minor improvement in VertexArray::getBounds Laurent Gomila 2012-08-24 16:20:27 +02:00
  • 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 +02:00
  • 1d80eaa59b Revert Transformable documentation Marco Antognini 2012-08-23 17:15:03 +02:00
  • f970a6441f Minor corrections in API documentation Marco Antognini 2012-08-23 12:34:51 +02:00
  • 757a785ed7 Updated Cocoa example Marco Antognini 2012-08-20 19:26:30 +02:00
  • abd842510e Fixed divide by zero when calling getPlayingOffset on an uninitialized sound stream Laurent Gomila 2012-08-13 23:11:27 +02:00
  • 1336a70eac Minor corrections in API documentation Laurent Gomila 2012-08-11 20:27:30 +02:00
  • 1b1bc4c067 sf::Text no longer forces the BlendAlpha blending mode Laurent Gomila 2012-08-10 15:03:28 +02:00
  • 2b3d9bdd91 Fixed GL_MATRIX_MODE incorrectly restored after calling popGLStates Laurent Gomila 2012-08-08 20:44:52 +02:00
  • 0670bad198 Minor correction in API documentation Laurent Gomila 2012-08-07 17:31:45 +02:00
  • e4ea6865cd Removed Arial.hpp from CMakeLists.txt Laurent Gomila 2012-08-04 11:24:43 +02:00
  • a0c1f5f50f Removed the built-in default font Laurent Gomila 2012-08-03 23:50:34 +02:00
  • a3357d9c10 Merge pull request #266 from Undeterminant/master Laurent Gomila 2012-08-02 09:28:24 -07:00
  • 655a4dc33d Added dependencies to pkg-config files. Alex Charron 2012-08-02 12:05:27 -04:00
  • db1f1b8fa1 Minor corrections in API documentation Laurent Gomila 2012-07-31 17:51:01 +02:00
  • 4875915b0f Merge pull request #264 from binary1248/patch-1 Laurent Gomila 2012-07-30 23:01:59 -07:00
  • 7f1217bfd1 Use glDeleteRenderbuffersEXT to delete m_depthBuffer binary1248 2012-07-31 03:19:50 +03:00
  • 81e4209482 Minor correction in API documentation Laurent Gomila 2012-07-28 20:45:00 +02:00
  • bdfc2dc3f5 Improved Xcode templates Marco Antognini 2012-07-16 17:34:26 +02:00
  • 68494d0dbb Fixed sf::Keyboard on Mac OS X Marco Antognini 2012-07-16 16:27:27 +02:00
  • 3e2c3b8c95 Corrections in API documentation Laurent Gomila 2012-07-15 15:04:37 +02:00
  • 3180f83160 Changed Transformable::setRotation so that the angle is always in [0 .. 360] Laurent Gomila 2012-07-15 14:56:23 +02:00
  • e85bd1baf6 Corrections in API documentation Laurent Gomila 2012-07-15 14:55:13 +02:00
  • 26d5620817 Shape::setOutlineThickness now allows negative values Laurent Gomila 2012-07-15 13:47:14 +02:00
  • e3261f0430 Corrections in API documentation Laurent Gomila 2012-07-14 17:26:21 +02:00
  • 396f675ca2 Fixed Xcode templates script Marco Antognini 2012-07-13 12:09:11 +02:00
  • e7284cd665 Minor correction in API documentation Laurent Gomila 2012-07-10 20:22:08 +02:00
  • faf8a233db Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-07-09 23:32:11 +02:00
  • 7faf5857ec Added a sf::Key::Unknown key code for unsupported keys Laurent Gomila 2012-07-09 23:26:37 +02:00
  • bfda3b8c34 Improved Xcode templates and the readme (Close #224) Marco Antognini 2012-07-08 19:21:15 +02:00
  • 51680ac49c Substituted tabulations with spaces and fixed an issue similar to #233 Marco Antognini 2012-07-08 18:15:24 +02:00
  • 4a482b2385 Fixed TextEntered event on Mac OS X (Close #192) Marco Antognini 2012-04-22 09:17:14 +02:00
  • c3fb58b33f Texture::bind no longer crashes when the texture is invalid Laurent Gomila 2012-07-07 21:38:57 +02:00
  • 449c7b0e3e Minor correction in comments Laurent Gomila 2012-07-07 20:14:45 +02:00
  • aa1007a619 Minor corrections in the documentation of FindSFML.cmake (components order) Laurent Gomila 2012-07-07 17:22:40 +02:00
  • d22a3189a1 Merge pull request #249 from kimci86/master Laurent Gomila 2012-07-07 08:04:45 -07:00
  • 75fee5675a Better behavior of sf::Event::Resized on Windows kimci86 2012-07-06 18:44:45 +02:00
  • 3c0de3e00e Merge pull request #245 from rcmagic/patch-1 Laurent Gomila 2012-07-01 13:44:34 -07:00
  • 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 -04:00