Commit graph

  • 3a64ca8943 Minor corrections in API doc Laurent Gomila 2012-04-20 18:04:01 +0200
  • 9e18f64d6b Added support of Mac OS X framework in FindSFML.cmake (Close #106) Marco Antognini 2012-04-19 21:03:20 +0200
  • 459bc291f5 Added the SFML_ prefix on all the CMake variables specific to SFML Laurent Gomila 2012-04-18 19:07:47 +0200
  • 3cec4b29d6 FindSFML.cmake now uses the SFML_ROOT variable instead of SFMLDIR (the name is less confusing) Laurent Gomila 2012-04-18 18:42:49 +0200
  • c750698333 Minor correction in error message Laurent Gomila 2012-04-15 18:09:06 +0200
  • 19276a552e Improved Mac OS X implementation (Close #195) 2.0-rc Marco Antognini 2012-04-10 09:57:24 +0200
  • be7bcae823 Improved the documentation of FindSFML.cmake Laurent Gomila 2012-04-08 18:47:02 +0200
  • 511032460a The readme.txt file is now installed by the 'install' target Laurent Gomila 2012-04-08 11:22:36 +0200
  • b623975fcf Minor correction in API doc Laurent Gomila 2012-04-07 17:07:40 +0200
  • 6ea8ccd133 The API documentation is now built by default with all other targets Laurent Gomila 2012-04-06 22:49:11 +0200
  • e02262d425 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-04-06 19:07:33 +0200
  • cef3df4649 Minor corrections in API doc Laurent Gomila 2012-04-06 19:06:06 +0200
  • cea0839f45 Updated Mac OS X code according to commit 8c776f33c1 Marco Antognini 2012-04-06 15:40:29 +0200
  • e92a3120c7 Fixed a bug in the pong example Laurent Gomila 2012-04-06 13:17:23 +0200
  • f3be2da018 Minor correction in API doc Laurent Gomila 2012-04-05 14:01:14 +0200
  • 8c776f33c1 Private virtual functions are now protected, so that sub-classes can call them if necessary (and they appear in the API doc :) Laurent Gomila 2012-04-04 22:33:53 +0200
  • 1a8488bd7b Minor corrections in API doc Laurent Gomila 2012-04-04 22:19:29 +0200
  • 8d0da1d9d6 Replaced char* arguments with void* for raw data Laurent Gomila 2012-04-03 19:06:32 +0200
  • 69f387de22 Fixed bug in texture creation (was a mistake in last commit) Laurent Gomila 2012-04-01 10:01:53 +0200
  • 17e6a45a90 Replaced getWidth/getHeight with getSize in sf::Texture and sf::Image Laurent Gomila 2012-03-31 22:37:13 +0200
  • b2f3787db1 Fixed incompatibility with CMake 2.8.7 Laurent Gomila 2012-03-30 20:53:16 +0200
  • 90ba800e1b Fixed two more casting errors (signed / unsigned) in sf::Time Laurent Gomila 2012-03-29 17:54:35 +0200
  • bdf3380cb3 Fixed a bug in Time::asMilliseconds Laurent Gomila 2012-03-29 17:21:10 +0200
  • 859074b3cc RenderTarget::convertCoords now takes a Vector2i argument Laurent Gomila 2012-03-27 17:17:59 +0200
  • 74f9388f31 Made some 1 argument constructors explicit Laurent Gomila 2012-03-27 17:13:46 +0200
  • ac45dc9cba GL states are no longer polluted by SFML's ones when mixing with custom OpenGL code Laurent Gomila 2012-03-27 17:09:19 +0200
  • 24f8c3535d Updated stb_image to latest version (1.33) Laurent Gomila 2012-03-17 17:09:47 +0100
  • ee7cd94220 Fixed various minor warnings Laurent Gomila 2012-03-17 17:00:19 +0100
  • 78e7dcea38 Fixed sf::BlendNone not working Laurent Gomila 2012-03-15 22:37:51 +0100
  • 9163d04517 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-03-14 19:06:55 +0100
  • ac4efb54f3 Improved the documentation of Music::openFromXxx functions Laurent Gomila 2012-03-14 19:05:51 +0100
  • c741b6459f Updated the copyright text Marco Antognini 2012-03-14 14:37:17 +0100
  • d592b2a7d1 Updated the copyright text Laurent Gomila 2012-03-13 18:37:34 +0100
  • 2ef92a2af2 Updated Mac OS X code according to commits ff5b69d312 and 14ac411542 Marco Antognini 2012-03-12 09:19:07 +0100
  • 4119c3bb31 Fixed compile error in sf::Rect Laurent Gomila 2012-03-12 18:01:36 +0100
  • 7d91763606 Fixed error on ALCheck.hpp and GLCheck.hpp header names Laurent Gomila 2012-03-11 20:13:50 +0100
  • 1dad4219a6 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-03-11 19:11:00 +0100
  • 14ac411542 Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase) Laurent Gomila 2012-03-11 19:10:37 +0100
  • 2680d3df65 Updated Mac OS X code according to 15e9d999b3 commit Marco Antognini 2012-03-09 11:45:37 +0100
  • ff5b69d312 Changed the naming convention for member variables (prefix changed from "my" to "m_") Laurent Gomila 2012-03-09 01:22:47 +0100
  • 15e9d999b3 Added Window::GetPosition, and renamed some setters in Window for better consistency Laurent Gomila 2012-03-07 23:29:54 +0100
  • 90854907b5 Minor internal modifications (renamed New functions to Create) Laurent Gomila 2012-03-04 18:47:05 +0100
  • 2de690f02d Fixed right side of underline shape in sf::Text which was transparent Laurent Gomila 2012-02-26 13:47:19 +0100
  • fa4415cf8a Removed useless line Laurent Gomila 2012-02-22 22:53:18 +0100
  • b8ea003eae Changed Transform::Combine to modify *this (more consistent with other functions) Laurent Gomila 2012-02-20 20:18:48 +0100
  • 48c7db52c3 Fixed type conversion warnings Laurent Gomila 2012-02-16 23:09:55 +0100
  • 091fbd9d42 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-02-15 22:47:48 +0100
  • 2ee4b99f4d Minor fix (rotation speed) in the Window example Laurent Gomila 2012-02-15 22:47:10 +0100
  • a1522d475c Examples now compile without linker errors when building statically on Linux Laurent Gomila 2012-02-15 22:41:42 +0100
  • 77ec92ce5e Fix Xcode template Marco Antognini 2012-02-14 23:44:04 +0100
  • e3d75f6d6a Fixed "-s" suffix missing for static libs in MinSizeRel configuration Laurent Gomila 2012-02-08 19:31:55 +0100
  • 73b037b244 Updated the comments of Window::SetFramerateLimit Laurent Gomila 2012-01-31 19:56:51 +0100
  • e7256e3324 Fixed compile error in Linux/JoystickImpl.cpp Laurent Gomila 2012-01-31 19:05:43 +0100
  • 84d75ed487 Fixed Window::SetFramerateLimit Laurent Gomila 2012-01-31 07:53:02 +0100
  • feae26e15b Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-01-30 19:43:42 +0100
  • 7417870042 Updates readme.txt of cocoa example Marco Antognini 2012-01-30 14:50:11 +0100
  • 2a083ea202 SFML-Cocoa is now part of the cmake-based examples Marco Antognini 2012-01-27 18:52:26 +0100
  • c2c924f512 Minor fixes in comments Laurent Gomila 2012-01-25 17:37:55 +0100
  • 4488f7f345 Fixed errors in examples after switching to sf::Time Laurent Gomila 2012-01-25 10:27:29 +0100
  • 918db11074 fix antialiasing on OS X (close issue #161) Marco Antognini 2012-01-25 02:53:07 +0100
  • ac64a7c995 cmake now install Xcode templates for all users on the system. Marco Antognini 2012-01-24 17:28:22 +0100
  • 10cd729296 The UDP broadcast address is now a valid IpAddress, IpAddress::None is now 0. Laurent Gomila 2012-01-23 23:01:12 +0100
  • 108984f71b sf::Time operators now take arguments by value instead of const reference Laurent Gomila 2012-01-21 15:41:10 +0100
  • 369f450502 Minor fixes in documentation Laurent Gomila 2012-01-21 11:53:31 +0100
  • 906a62df0f Each module now has its own export macro, which solves the "unresolved symbol" error with sf::Time::Zero Laurent Gomila 2012-01-21 10:34:17 +0100
  • bb7cf47d69 Updated the code of the documentation's main page Laurent Gomila 2012-01-20 07:53:33 +0100
  • 2a57a5db98 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-01-19 23:52:04 +0100
  • 4116ad033c Added the sf::Time class Laurent Gomila 2012-01-19 23:51:06 +0100
  • 00027eb6c1 Update Xcode templates according to commit c2039e8 (s/IsOpened/IsOpen/) Marco Antognini 2012-01-15 22:55:34 +0100
  • e775bd0169 Renamed SoundStream::Chunk::NbSamples to SampleCount, and renamed other nbSamples variables to sampleCount Laurent Gomila 2012-01-13 15:09:30 +0100
  • c2039e866c Renamed Window::IsOpened to IsOpen Made some minor consistency modifications in internal code Laurent Gomila 2012-01-13 14:53:36 +0100
  • 9d4c8b26a5 Merge pull request #146 from johnbartholomew/pkg-config-support Laurent Gomila 2012-01-10 14:13:16 -0800
  • 2ac7653608 Add pkg-config files, optionally installed by CMake on Linux builds. John Bartholomew 2012-01-10 21:08:20 +0000
  • adca58059c minor update of Cocoa-SFML example Marco Antognini 2012-01-07 16:20:01 +0100
  • 2720532d63 move xcode/ into tools/ Marco Antognini 2012-01-07 15:34:11 +0100
  • 1e34d04aac Minor fix in comments Laurent Gomila 2012-01-04 20:38:02 +0100
  • 7a8b32c897 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-01-03 18:03:03 +0100
  • 91705fe25c The architecture (32/64 bits) is now detected only on Windows Laurent Gomila 2012-01-03 18:02:18 +0100
  • de1a4fbeae minor fix in cmake script Marco Antognini 2012-01-03 12:35:49 +0100
  • 88683504ba *Really* solved the last commit problem :) Laurent Gomila 2012-01-02 07:47:13 +0100
  • ab0f84ad3f Solved problem with last commit Laurent Gomila 2012-01-02 07:45:33 +0100
  • 9d0a0fe3f2 Improved the definition of options in CMake files, they can now be overriden by a parent CMakeLists.txt Laurent Gomila 2012-01-01 22:50:44 +0100
  • c0af511ed1 Fixed glBindProgramObject used on systems that don't support shaders Laurent Gomila 2011-12-31 11:42:05 +0100
  • 2a546411d5 Added error checking in initialization of GLEW Laurent Gomila 2011-12-31 11:39:06 +0100
  • bb6ed5dd29 Added detection of Visual C++ 2011 in CMake files Laurent Gomila 2011-12-30 20:33:37 +0100
  • 87b7676b95 Fixed minor error in sf::Font::LoadFromStream Laurent Gomila 2011-12-30 19:16:20 +0100
  • 6c3fb426b2 Fixed default color of sf::Text (was black instead of white) Laurent Gomila 2011-12-29 22:12:21 +0100
  • 8630c88e70 Removed warning in Shader.cpp Laurent Gomila 2011-12-29 19:24:47 +0100
  • c67148eaf2 Fatal errors in CMake files (such as unsupported system) now abort the configuration step Laurent Gomila 2011-12-29 16:20:21 +0100
  • effe6d4cec Improved FindSFML.cmake: the SFMLDIR variable now has the priority over standard paths when searching SFML headers and libs (implements issue #142) Laurent Gomila 2011-12-29 16:16:09 +0100
  • 8de7fca241 Minor improvements to the API documentation Laurent Gomila 2011-12-28 22:36:09 +0100
  • aa633f6f12 Added support for CLang Laurent Gomila 2011-12-28 22:20:15 +0100
  • 4107505a05 Made CMake files compatible with VC++ 2011, and other minor improvements Laurent Gomila 2011-12-28 21:39:23 +0100
  • 94a9dfbdfb Minor fix in comments Laurent Gomila 2011-12-26 11:56:27 +0100
  • aaa21dfaf6 Corrected the name of some functions/variable Laurent Gomila 2011-12-25 23:42:43 +0100
  • c817f882e6 Enabled v-sync in OpenGL and Pong examples (to make them smoother) Laurent Gomila 2011-12-25 23:13:13 +0100
  • f55da8d8bc Merge branch 'drawables' Laurent Gomila 2011-12-25 23:08:02 +0100
  • 191730ac0d Added a render states cache to improve performances Laurent Gomila 2011-12-25 22:30:38 +0100
  • 167618a89e sf::Joystick now handles controllers designated as "Gamepad" (Fix #138) Marco Antognini 2011-12-25 01:41:18 +0100
  • b65b19343a Changed the type of Vertex::TexCoords from integers to floats, to make it compatible with buggy ATI drivers Laurent Gomila 2011-12-21 22:44:21 +0100