Commit graph

  • 5a4e8d58af Minor modifications Laurent Gomila 2011-12-21 22:31:42 +0100
  • 78910b555e Removed unused Context::GetCurrentContextId() Laurent Gomila 2011-12-21 22:27:19 +0100
  • 537e8c9e8d Fixed typo Laurent Gomila 2011-12-20 18:58:23 +0100
  • f9147eb2a8 The new Linux clock implementation required to link an extra library Laurent Gomila 2011-12-20 18:53:40 +0100
  • 3e89dd652f Rewrote the implementation of sf::Clock, it now ensures microseconds resolution and monotonicity Laurent Gomila 2011-12-20 18:47:33 +0100
  • bc95d855b3 Added a virtual destructor to sf::Transformable Laurent Gomila 2011-12-19 17:50:15 +0100
  • 5b2648fd8b Fixed typo in comments Laurent Gomila 2011-12-15 20:45:08 +0100
  • 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 +0100
  • 78e1e8732b Fixed (?) a fragment shader in the "Shader" example Laurent Gomila 2011-12-14 07:34:47 +0100
  • 00147856da Fixed minor warnings on Linux Laurent Gomila 2011-12-13 19:07:40 +0100
  • 3a732133cb Changed the Unix implementation of sf::Sleep to a more robust one Laurent Gomila 2011-12-13 19:06:13 +0100
  • c33fa1d290 Added SetPointsCount in sf::CircleShape Laurent Gomila 2011-12-10 15:22:21 +0100
  • 048abbf46f Renamed GetOutlinePoint/GetOutlinePointsCount to GetPoint/GetPointsCount in sf::Shape, and made them public Laurent Gomila 2011-12-10 14:51:40 +0100
  • e6956d8e4d Removed the sf::StarShape class Laurent Gomila 2011-12-10 14:51:03 +0100
  • c9b87ec8a9 Added support for vertex shaders in sf::Shader Rewrote the Shader example Laurent Gomila 2011-12-10 13:02:38 +0100
  • bc64da0469 Fixed bug in Music::SetPlayingOffset (didn't work above a given timestamp) Laurent Gomila 2011-12-09 20:56:48 +0100
  • 4d0a6a299a Fixed typo Laurent Gomila 2011-12-06 18:08:37 +0100
  • 6ff27baf54 Removed wrong comment about scale factors in sf::Transformable Laurent Gomila 2011-12-05 17:57:45 +0100
  • f381260136 Removed references to the old sf::Renderer class Laurent Gomila 2011-12-04 21:06:29 +0100
  • 528961c967 Fixed bug in sf::Shape Laurent Gomila 2011-12-04 20:59:26 +0100
  • 6381d10d40 Made one-arg constructors explicit in shapes classes Laurent Gomila 2011-12-04 20:43:28 +0100
  • a2fcb75876 Fixed compile errors in sf::Vertex with LLVM GCC 4.2 on OS X Lion Laurent Gomila 2011-12-04 20:37:08 +0100
  • 0548b226ef sf::Shape now outputs less warnings about the number of points Laurent Gomila 2011-12-04 11:25:20 +0100
  • 7deec641ac Fixed compile error caused by previous commit Laurent Gomila 2011-12-04 11:22:46 +0100
  • 44cc9bad84 Added constructors with parameters for shapes, and default-constructed shapes are now always empty Laurent Gomila 2011-12-04 10:53:14 +0100
  • 6034b80ddf sf::ConvexShape was not updated when SetPointsCount or SetPoint was called Laurent Gomila 2011-12-03 14:24:26 +0100
  • eeff685255 Merge branch 'master' into drawables Laurent Gomila 2011-12-02 20:58:14 +0100
  • 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 +0100
  • 92f14fa853 Merge pull request #128 from thknepper/fix-cross-compile Laurent Gomila 2011-11-29 22:38:54 -0800
  • 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 +0100
  • 09854baccf Fixed compile error on Unix systems (caused by the latest commit) Laurent Gomila 2011-11-21 07:55:52 +0100
  • ac16c8562f Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-11-20 13:50:42 +0100
  • a5d40de8a2 Replaced unsigned long with Uint32 in the public API (avoids size problems with bindings) Laurent Gomila 2011-11-20 13:50:11 +0100
  • a9f0ba7943 Remove unused file Marco Antognini 2011-11-09 20:13:48 +0100
  • 017ef652f9 Removed the Resource and ResourcePtr classes Laurent Gomila 2011-11-05 15:50:44 +0100
  • 46b2c096c4 Added extra underscores to gcc 4 specific attributes (visibility, constructor) Laurent Gomila 2011-11-04 08:01:56 +0100
  • 01254d4122 Improve Xcode 4 Templates (close #113) Marco Antognini 2011-10-17 00:50:20 +0300
  • eed112d9ea SFML shared libraries now use ELF visibility on Unixes with gcc >= 4 Laurent Gomila 2011-10-16 19:30:37 +0200
  • 512a7c63cb FindSFML.cmake now defines the SFML_STATIC macro when requesting static libraries Laurent Gomila 2011-10-09 11:20:45 +0200
  • 5b6c824773 Fixed error in subrect adjustment in Texture::LoadFromImage Laurent Gomila 2011-10-07 08:03:24 +0200
  • 9f7573c395 Fixed signed/unsigned comparison Laurent Gomila 2011-10-03 22:10:48 +0200
  • 35bdbf6e2e Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-09-30 13:44:12 +0200
  • d58d6e51bc Added explicit include directories for OpenGL and X11 in CMake files Laurent Gomila 2011-09-30 13:43:52 +0200
  • 0fd992d56e fix OS X alert related to key event (close #98) Marco Antognini 2011-09-24 13:34:58 +0200
  • a547acfeb7 Fixed linker errors with InputStream in SFML dynamic libraries Laurent Gomila 2011-09-20 21:02:02 +0200
  • 2856090573 Fixed error when calling Shader::LoadFromFile multiple times on the same instance Laurent Gomila 2011-09-18 22:46:11 +0200
  • 91d56172b0 Improved SFML integration with Cocoa Marco Antognini 2011-09-18 10:41:59 +0200
  • a647c68a7f Fixed CMake files failing on FreeBSD Laurent Gomila 2011-09-14 17:58:51 +0200
  • 78a625de22 CMake configuration is now stopped if the Xrandr library (Linux) is not found Laurent Gomila 2011-09-10 18:36:12 +0200
  • d6c1fda5bd fixed creation of SFML.framework Marco Antognini 2011-09-09 15:24:09 +0200
  • c942e576c1 fixed creation of frameworks and a minor error in xcode 4 template script Marco Antognini 2011-09-08 12:03:09 +0200
  • dad362bf69 Fixed Listener::GetGlobalVolume returning wrong values Laurent Gomila 2011-09-08 08:16:37 +0200
  • ecaafa9a18 Fixed sf::Window::Create on OS X (Closes #86) Marco Antognini 2011-09-05 00:43:06 +0200
  • 95a0126371 Improved cmake : autodetect available OS X SDK Marco Antognini 2011-09-03 15:44:16 +0200
  • b834787946 Removed dummy.cpp Marco Antognini 2011-09-03 13:43:43 +0200
  • 0063eef520 Fixed Xcode templates script Marco Antognini 2011-09-02 12:35:25 +0200
  • 6c0535db45 Fixed OSX/ShowMouseCursor Marco Antognini 2011-09-01 22:01:54 +0200
  • 32563cdc6f Improved SFML integration with Cocoa Marco Antognini 2011-08-30 18:27:40 +0200
  • d6a40cf062 Fixed IpAddress::GetLocalAddress() (was incorrectly returning 127.0.0.1) Laurent Gomila 2011-09-04 14:46:36 +0200
  • 9205942917 Minor fix in API documentation Laurent Gomila 2011-09-03 10:18:09 +0200
  • c51e22cb52 Fixed sf::Mouse::IsButtonPressed and sf::Keyboard::IsKeyPressed incorrectly returning true on Windows Laurent Gomila 2011-09-02 23:03:46 +0200
  • 7f390367f1 OpenGL.hpp now includes windows.h only with VC++ Laurent Gomila 2011-09-02 19:26:49 +0200
  • 18cebde155 Minor fix in comments Laurent Gomila 2011-09-02 19:26:18 +0200
  • 78afc38501 Minor fixes to the doc Laurent Gomila 2011-08-26 18:42:54 +0200
  • b9b3888788 Minor fix in comments Laurent Gomila 2011-08-21 21:13:23 +0200
  • 7d919f4344 Fixed frameworks compilation Marco Antognini 2011-08-21 20:15:55 +0200
  • 0580cba0cd Xcode templates can be configured to use framework or dylibs Xocde templates now disable objective-c garbage collector Marco Antognini 2011-08-20 12:19:00 +0200
  • 71277f06e5 Updated Cocoa example Marco Antognini 2011-08-20 12:16:08 +0200
  • e09db44906 Cmake now is able to build SFML libraries as frameworks (closes #12) Cmake can now automatically install the Xcode templates Marco Antognini 2011-08-20 12:14:55 +0200
  • e5d635350e Fixed sf::Music::GetDuration() Laurent Gomila 2011-08-19 18:44:46 +0200
  • 1e2aca6e49 Fixed sf::Texture copy constructor Laurent Gomila 2011-08-19 18:28:21 +0200
  • d541f5f5b0 Minor fixes in documentation Laurent Gomila 2011-08-19 18:28:08 +0200
  • 9cda5d0474 Fixed Texture::LoadFromXxx functions not working when loading a sub-rectangle of the image Laurent Gomila 2011-08-16 08:11:36 +0200
  • 541509d2a7 sf::Texture's function don't preserve the current texture binding anymore (was used to keep mixing SFML and OpenGL safe, but the potential performance loss was too high -- glGet* may trigger a glFlush) Laurent Gomila 2011-08-12 15:40:32 +0200
  • ad42adbba0 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-11 22:25:01 +0200
  • 4c3bd58ef6 Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows Laurent Gomila 2011-08-11 22:24:25 +0200
  • b7c788dbf9 Fixed fullscreen exit Marco Antognini 2011-08-10 10:42:37 +0200
  • 95f0714e3a Stipped debug symbols from OSX/sndfile Marco Antognini 2011-08-09 12:03:21 +0200
  • 2218467b3a Updated Xcode templates Marco Antognini 2011-08-04 00:49:15 +0200
  • 6b98053101 Improved OSX/Cmake and dylibs' execution path Marco Antognini 2011-08-04 00:38:35 +0200
  • 7f11d16f3b Fixed SoundStream::GetPlayingOffset looping after a few seconds Laurent Gomila 2011-08-08 20:49:57 +0200
  • d5ced60dec Fixed font's textures not smoothed Laurent Gomila 2011-08-07 19:33:26 +0200
  • 9e76f583b9 Fixed a warning in sfml-window (on Windows) Laurent Gomila 2011-08-07 19:21:59 +0200
  • 7c581f251d Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-07 18:59:40 +0200
  • 1b0648fa39 Merge pull request #81 from mfoo/master Laurent Gomila 2011-08-07 09:57:43 -0700
  • 13986b2a3b Fix CMake variables to allow adding SFML as a dependency. Martin Foot 2011-08-07 14:33:42 +0100
  • 2e4531f751 Removed useless #include Laurent Gomila 2011-08-07 13:41:07 +0200
  • 550ef632e3 Fixed compile error in sf::Font Laurent Gomila 2011-08-07 10:22:42 +0200
  • b7184640d8 Updated the main page of the API documentation Laurent Gomila 2011-08-06 23:15:48 +0200
  • 3bba2fab98 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-03 20:10:28 +0200
  • 3f22fbb978 Fixed typo in documentation of sf::TcpListener Laurent Gomila 2011-07-30 17:35:13 +0200
  • f5294d5342 Added Image::FlipHorizontally and Image::FlipVertically Laurent Gomila 2011-07-29 22:04:59 +0200
  • 732b789e2e Improved OSX/Joysticks performance Marco Antognini 2011-07-28 02:10:35 +0200
  • b93e980e27 Updated xocde templates Marco Antognini 2011-07-26 12:17:16 +0200
  • fe3ef8c34c Minor comment update via GitHub Marco Antognini 2011-07-25 02:57:41 -0700
  • acfdc5b8f2 Minor Antialiasing update for Mac OS X Marco Antognini 2011-07-23 13:41:57 +0200
  • e509f01180 Split sf::Image into sf::Image and sf::Texture (implements issue #18) Laurent Gomila 2011-07-22 22:31:27 +0200
  • d337a98321 Fixed a minor bug in Font::LoadFromStream Laurent Gomila 2011-07-21 20:37:46 +0200
  • 853c2349ed Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-07-20 08:04:12 +0200
  • 3d4bb1f568 Renamed InputStream::GetPosition to InputStream::Tell (more consistent naming) Laurent Gomila 2011-07-20 08:03:40 +0200