Commit Graph

  • 369f450502 Minor fixes in documentation Laurent Gomila 2012-01-21 11:53:31 +01:00
  • 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 +01:00
  • bb7cf47d69 Updated the code of the documentation's main page Laurent Gomila 2012-01-20 07:53:33 +01:00
  • 2a57a5db98 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-01-19 23:52:04 +01:00
  • 4116ad033c Added the sf::Time class Laurent Gomila 2012-01-19 23:51:06 +01:00
  • 00027eb6c1 Update Xcode templates according to commit c2039e8 (s/IsOpened/IsOpen/) Marco Antognini 2012-01-15 22:55:34 +01:00
  • e775bd0169 Renamed SoundStream::Chunk::NbSamples to SampleCount, and renamed other nbSamples variables to sampleCount Laurent Gomila 2012-01-13 15:09:30 +01:00
  • c2039e866c Renamed Window::IsOpened to IsOpen Made some minor consistency modifications in internal code Laurent Gomila 2012-01-13 14:53:36 +01:00
  • 9d4c8b26a5 Merge pull request #146 from johnbartholomew/pkg-config-support Laurent Gomila 2012-01-10 14:13:16 -08:00
  • 2ac7653608 Add pkg-config files, optionally installed by CMake on Linux builds. John Bartholomew 2012-01-10 21:08:20 +00:00
  • adca58059c minor update of Cocoa-SFML example Marco Antognini 2012-01-07 16:20:01 +01:00
  • 2720532d63 move xcode/ into tools/ Marco Antognini 2012-01-07 15:34:11 +01:00
  • 1e34d04aac Minor fix in comments Laurent Gomila 2012-01-04 20:38:02 +01:00
  • 7a8b32c897 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-01-03 18:03:03 +01:00
  • 91705fe25c The architecture (32/64 bits) is now detected only on Windows Laurent Gomila 2012-01-03 18:02:18 +01:00
  • de1a4fbeae minor fix in cmake script Marco Antognini 2012-01-03 12:35:49 +01:00
  • 88683504ba *Really* solved the last commit problem :) Laurent Gomila 2012-01-02 07:47:13 +01:00
  • ab0f84ad3f Solved problem with last commit Laurent Gomila 2012-01-02 07:45:33 +01:00
  • 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 +01:00
  • c0af511ed1 Fixed glBindProgramObject used on systems that don't support shaders Laurent Gomila 2011-12-31 11:42:05 +01:00
  • 2a546411d5 Added error checking in initialization of GLEW Laurent Gomila 2011-12-31 11:39:06 +01:00
  • bb6ed5dd29 Added detection of Visual C++ 2011 in CMake files Laurent Gomila 2011-12-30 20:33:37 +01:00
  • 87b7676b95 Fixed minor error in sf::Font::LoadFromStream Laurent Gomila 2011-12-30 19:16:20 +01:00
  • 6c3fb426b2 Fixed default color of sf::Text (was black instead of white) Laurent Gomila 2011-12-29 22:12:21 +01:00
  • 8630c88e70 Removed warning in Shader.cpp Laurent Gomila 2011-12-29 19:24:47 +01:00
  • c67148eaf2 Fatal errors in CMake files (such as unsupported system) now abort the configuration step Laurent Gomila 2011-12-29 16:20:21 +01:00
  • 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 +01:00
  • 8de7fca241 Minor improvements to the API documentation Laurent Gomila 2011-12-28 22:36:09 +01:00
  • aa633f6f12 Added support for CLang Laurent Gomila 2011-12-28 22:20:15 +01:00
  • 4107505a05 Made CMake files compatible with VC++ 2011, and other minor improvements Laurent Gomila 2011-12-28 21:39:23 +01:00
  • 94a9dfbdfb Minor fix in comments Laurent Gomila 2011-12-26 11:56:27 +01:00
  • aaa21dfaf6 Corrected the name of some functions/variable Laurent Gomila 2011-12-25 23:42:43 +01:00
  • c817f882e6 Enabled v-sync in OpenGL and Pong examples (to make them smoother) Laurent Gomila 2011-12-25 23:13:13 +01:00
  • f55da8d8bc Merge branch 'drawables' Laurent Gomila 2011-12-25 23:08:02 +01:00
  • 191730ac0d Added a render states cache to improve performances Laurent Gomila 2011-12-25 22:30:38 +01:00
  • 167618a89e sf::Joystick now handles controllers designated as "Gamepad" (Fix #138) Marco Antognini 2011-12-25 01:41:18 +01:00
  • 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 +01:00
  • 5a4e8d58af Minor modifications Laurent Gomila 2011-12-21 22:31:42 +01:00
  • 78910b555e Removed unused Context::GetCurrentContextId() Laurent Gomila 2011-12-21 22:27:19 +01:00
  • 537e8c9e8d Fixed typo Laurent Gomila 2011-12-20 18:58:23 +01:00
  • f9147eb2a8 The new Linux clock implementation required to link an extra library Laurent Gomila 2011-12-20 18:53:40 +01:00
  • 3e89dd652f Rewrote the implementation of sf::Clock, it now ensures microseconds resolution and monotonicity Laurent Gomila 2011-12-20 18:47:33 +01:00
  • bc95d855b3 Added a virtual destructor to sf::Transformable Laurent Gomila 2011-12-19 17:50:15 +01:00
  • 5b2648fd8b Fixed typo in comments Laurent Gomila 2011-12-15 20:45:08 +01:00
  • d943f22c93 FindSFML.cmake is now installed to the same directory as other SFML files, not to <cmake install>/Modules anymore (admin rights problems) Laurent Gomila 2011-12-14 19:54:44 +01:00
  • 78e1e8732b Fixed (?) a fragment shader in the "Shader" example Laurent Gomila 2011-12-14 07:34:47 +01:00
  • 00147856da Fixed minor warnings on Linux Laurent Gomila 2011-12-13 19:07:40 +01:00
  • 3a732133cb Changed the Unix implementation of sf::Sleep to a more robust one Laurent Gomila 2011-12-13 19:06:13 +01:00
  • c33fa1d290 Added SetPointsCount in sf::CircleShape Laurent Gomila 2011-12-10 15:22:21 +01:00
  • 048abbf46f Renamed GetOutlinePoint/GetOutlinePointsCount to GetPoint/GetPointsCount in sf::Shape, and made them public Laurent Gomila 2011-12-10 14:51:40 +01:00
  • e6956d8e4d Removed the sf::StarShape class Laurent Gomila 2011-12-10 14:51:03 +01:00
  • c9b87ec8a9 Added support for vertex shaders in sf::Shader Rewrote the Shader example Laurent Gomila 2011-12-10 13:02:38 +01:00
  • bc64da0469 Fixed bug in Music::SetPlayingOffset (didn't work above a given timestamp) Laurent Gomila 2011-12-09 20:56:48 +01:00
  • 4d0a6a299a Fixed typo Laurent Gomila 2011-12-06 18:08:37 +01:00
  • 6ff27baf54 Removed wrong comment about scale factors in sf::Transformable Laurent Gomila 2011-12-05 17:57:45 +01:00
  • f381260136 Removed references to the old sf::Renderer class Laurent Gomila 2011-12-04 21:06:29 +01:00
  • 528961c967 Fixed bug in sf::Shape Laurent Gomila 2011-12-04 20:59:26 +01:00
  • 6381d10d40 Made one-arg constructors explicit in shapes classes Laurent Gomila 2011-12-04 20:43:28 +01:00
  • a2fcb75876 Fixed compile errors in sf::Vertex with LLVM GCC 4.2 on OS X Lion Laurent Gomila 2011-12-04 20:37:08 +01:00
  • 0548b226ef sf::Shape now outputs less warnings about the number of points Laurent Gomila 2011-12-04 11:25:20 +01:00
  • 7deec641ac Fixed compile error caused by previous commit Laurent Gomila 2011-12-04 11:22:46 +01:00
  • 44cc9bad84 Added constructors with parameters for shapes, and default-constructed shapes are now always empty Laurent Gomila 2011-12-04 10:53:14 +01:00
  • 6034b80ddf sf::ConvexShape was not updated when SetPointsCount or SetPoint was called Laurent Gomila 2011-12-03 14:24:26 +01:00
  • eeff685255 Merge branch 'master' into drawables Laurent Gomila 2011-12-02 20:58:14 +01:00
  • 5bae08a2d8 Implemented the new graphics API: - Removed the internal classes sf::Renderer and sf::Matrix3 - Split sf::Drawable into sf::Drawable and sf::Transformable - Added sf::Transform - Added sf::Vertex - Added sf::VertexArray - Types of shapes are now handled with their own derived class - Modified the Pong example Laurent Gomila 2011-12-01 23:24:58 +01:00
  • 92f14fa853 Merge pull request #128 from thknepper/fix-cross-compile Laurent Gomila 2011-11-29 22:38:54 -08:00
  • 6f44f12faf Explicit use signed char for included font data to enable cross-compile for an arm-based system Thomas Knepper 2011-11-29 21:57:36 +01:00
  • 09854baccf Fixed compile error on Unix systems (caused by the latest commit) Laurent Gomila 2011-11-21 07:55:52 +01:00
  • ac16c8562f Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-11-20 13:50:42 +01:00
  • a5d40de8a2 Replaced unsigned long with Uint32 in the public API (avoids size problems with bindings) Laurent Gomila 2011-11-20 13:50:11 +01:00
  • a9f0ba7943 Remove unused file Marco Antognini 2011-11-09 20:13:48 +01:00
  • 017ef652f9 Removed the Resource and ResourcePtr classes Laurent Gomila 2011-11-05 15:50:44 +01:00
  • 46b2c096c4 Added extra underscores to gcc 4 specific attributes (visibility, constructor) Laurent Gomila 2011-11-04 08:01:56 +01:00
  • 01254d4122 Improve Xcode 4 Templates (close #113) Marco Antognini 2011-10-17 00:50:20 +03:00
  • eed112d9ea SFML shared libraries now use ELF visibility on Unixes with gcc >= 4 Laurent Gomila 2011-10-16 19:30:37 +02:00
  • 512a7c63cb FindSFML.cmake now defines the SFML_STATIC macro when requesting static libraries Laurent Gomila 2011-10-09 11:20:45 +02:00
  • 5b6c824773 Fixed error in subrect adjustment in Texture::LoadFromImage Laurent Gomila 2011-10-07 08:03:24 +02:00
  • 9f7573c395 Fixed signed/unsigned comparison Laurent Gomila 2011-10-03 22:10:48 +02:00
  • 35bdbf6e2e Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-09-30 13:44:12 +02:00
  • d58d6e51bc Added explicit include directories for OpenGL and X11 in CMake files Laurent Gomila 2011-09-30 13:43:52 +02:00
  • 0fd992d56e fix OS X alert related to key event (close #98) Marco Antognini 2011-09-24 13:34:58 +02:00
  • a547acfeb7 Fixed linker errors with InputStream in SFML dynamic libraries Laurent Gomila 2011-09-20 21:02:02 +02:00
  • 2856090573 Fixed error when calling Shader::LoadFromFile multiple times on the same instance Laurent Gomila 2011-09-18 22:46:11 +02:00
  • 91d56172b0 Improved SFML integration with Cocoa Marco Antognini 2011-09-18 10:41:59 +02:00
  • a647c68a7f Fixed CMake files failing on FreeBSD Laurent Gomila 2011-09-14 17:58:51 +02:00
  • 78a625de22 CMake configuration is now stopped if the Xrandr library (Linux) is not found Laurent Gomila 2011-09-10 18:36:12 +02:00
  • d6c1fda5bd fixed creation of SFML.framework Marco Antognini 2011-09-09 15:24:09 +02:00
  • c942e576c1 fixed creation of frameworks and a minor error in xcode 4 template script Marco Antognini 2011-09-08 12:03:09 +02:00
  • dad362bf69 Fixed Listener::GetGlobalVolume returning wrong values Laurent Gomila 2011-09-08 08:16:37 +02:00
  • ecaafa9a18 Fixed sf::Window::Create on OS X (Closes #86) Marco Antognini 2011-09-05 00:43:06 +02:00
  • 95a0126371 Improved cmake : autodetect available OS X SDK Marco Antognini 2011-09-03 15:44:16 +02:00
  • b834787946 Removed dummy.cpp Marco Antognini 2011-09-03 13:43:43 +02:00
  • 0063eef520 Fixed Xcode templates script Marco Antognini 2011-09-02 12:35:25 +02:00
  • 6c0535db45 Fixed OSX/ShowMouseCursor Marco Antognini 2011-09-01 22:01:54 +02:00
  • 32563cdc6f Improved SFML integration with Cocoa Marco Antognini 2011-08-30 18:27:40 +02:00
  • d6a40cf062 Fixed IpAddress::GetLocalAddress() (was incorrectly returning 127.0.0.1) Laurent Gomila 2011-09-04 14:46:36 +02:00
  • 9205942917 Minor fix in API documentation Laurent Gomila 2011-09-03 10:18:09 +02:00
  • c51e22cb52 Fixed sf::Mouse::IsButtonPressed and sf::Keyboard::IsKeyPressed incorrectly returning true on Windows Laurent Gomila 2011-09-02 23:03:46 +02:00
  • 7f390367f1 OpenGL.hpp now includes windows.h only with VC++ Laurent Gomila 2011-09-02 19:26:49 +02:00
  • 18cebde155 Minor fix in comments Laurent Gomila 2011-09-02 19:26:18 +02:00