891e9de0feDon't reimplement std::copy().
Christian Neumüller
2013-06-24 00:49:40 +0200
99d4ec3551Fixed white pixel showing on first character of sf::Text (#414)
Laurent Gomila
2013-06-23 22:41:58 +0200
e60a61fed5Fixed compile error with getaddrinfo with MinGW
Laurent Gomila
2013-06-23 19:48:09 +0200
34d866d4bcReplaced the deprecated gethostbyname with getaddrinfo (#47)
Laurent Gomila
2013-06-21 19:25:06 +0200
96d0204f30Pressing ALT or F10 on Windows no longer steals the focus
Laurent Gomila
2013-06-18 14:32:08 +0200
7554c86f7dOptimized Shader::setParameter functions, by using a cache internally (#316, #358)
Laurent Gomila
2013-06-18 11:55:21 +0200
76b67fcd1cFixed non-blocking connection with a sf::TcpSocket on Windows
Laurent Gomila
2013-06-17 23:12:44 +0200
0db73b6a4cMinor improvements to sf::Packet operators (now using strlen and wcslen instead of explicit loops) (#118)
Laurent Gomila
2013-06-17 21:04:41 +0200
5d377fdb38Attempt to fix taskbar bugs on Windows (#328, #69)
Laurent Gomila
2013-06-17 20:57:27 +0200
4d78d02b5cFixed TCP packet data corruption in non-blocking mode (#402, #119)
Laurent Gomila
2013-06-17 18:47:16 +0200
94fc605a70On Unix systems, a socket disconnection no longer stops the program with signal SIGPIPE (#72)
Laurent Gomila
2013-06-14 15:18:08 +0200
7051d43c72Fixed IDE folder of example "Cococa"
Laurent Gomila
2013-06-14 15:01:29 +0200
da96ec5811Improved the performances of Window::getSize() (the size is now cached)
Laurent Gomila
2013-06-12 20:27:18 +0200
7c9f9cc41cMinor fix in Window and OpenGL examples
Laurent Gomila
2013-06-03 20:48:24 +0200
7fc29c78f7Added the WM_CLASS property to SFML windows on Linux
Laurent Gomila
2013-05-23 21:12:46 +0200
8cb05fc6d0Updated the Window and OpenGL examples (got rid of GLU and immediate mode)
Laurent Gomila
2013-05-21 16:57:02 +0200
ebaad339a9Fixed Window::getPosition() on Linux (#346)
Laurent Gomila
2013-05-18 21:05:08 +0200
68b51734a9Fake resize events are no longer sent when the window is moved, on Linux
Laurent Gomila
2013-05-18 20:48:55 +0200
83ffe11709Unicode characters outside the BMP (> 0xFFFF) are now correctly handled on Windows (#366)
Laurent Gomila
2013-05-16 23:38:28 +0200
11837e9fc8sf::Rect::contains and sf::Rect::intersects now handle rectangles with negative dimensions correctly (#219)
Laurent Gomila
2013-05-11 22:56:17 +0200
c4999f0890Fixed some minor compile warnings
Laurent Gomila
2013-05-11 09:52:20 +0200
d9629cfca7Fixed typo in sf::Transformable documentation
Laurent Gomila
2013-05-11 08:51:20 +0200
b92dc572e3Fixed documentation of sf::Image
Laurent Gomila
2013-05-10 09:48:55 +0200
ae11207cdfInputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349)
Laurent Gomila
2013-05-09 13:37:24 +0200
0edf79cb89loadFromStream functions now explicitly reset the stream (seek(0)) before starting to read (#349)
Laurent Gomila
2013-05-09 10:24:45 +0200
5453d11d18Fixed SoundBuffer::loadFromStream reading past the end of the stream (fixes#214)
Laurent Gomila
2013-05-09 10:16:50 +0200
323aa4e3e7Fixed Shape::setTextureRect not working when called before setTexture
Laurent Gomila
2013-05-01 09:50:57 +0200
86897a8347Changed the install rules so that examples' source code is included in the final distribution
2.0
Laurent Gomila
2013-04-06 10:20:58 +0200
f550501f37Updated the website links in readme.txt
Laurent Gomila
2013-04-06 09:55:59 +0200
4e8c144879Updated the year in the copyright notice
Laurent Gomila
2013-04-06 09:34:44 +0200
5c46daacd4Fixed sf::Text constructor declaration (no longer explicit) and the API documentation
Laurent Gomila
2013-03-15 08:13:00 +0100
560b741efbFixed sf::Event::MouseEntered and sf::Event::MouseLeft on Linux
Laurent Gomila
2013-03-11 23:18:52 +0100
ba2d08684cAdded repeating to sf::RenderTexture
Foaly
2013-03-06 18:11:48 +0100
ef78b6d0f3Organized projects into folders, for IDEs that support it (e.g. Visual Studio)
Laurent Gomila
2013-02-25 19:17:46 +0100
b85bf692c0Fixed: outline direction were depending on the order in which points were defined in a Shape
Laurent Gomila
2013-02-23 15:55:47 +0100
a40ef79a18Added source file groups in CMake files (for better organization of sources when opening SFML projects in IDEs)
Laurent Gomila
2013-02-21 20:25:11 +0100
802b9378cbImprove Xcode templates : now you can target 10.5 without headache !
Marco Antognini
2013-01-21 12:42:58 +0100
13eb867686Merge branch 'joybutton-ordering-osx' of git://github.com/ryanfields/SFML into fix/joystick
Marco Antognini
2013-01-21 10:03:40 +0100
a674135834Improve Xcode templates post build script : now copy freetype too
Marco Antognini
2013-01-21 08:45:04 +0100
54bc864484Add freetype.framework and edit CMake accordingly. (Close#241)
Marco Antognini
2013-01-19 16:20:01 +0100
538d49aaceRemove a part of CMake script that doesn't work any more.
Marco Antognini
2013-01-19 11:23:12 +0100
b4941d0f9eImprove Xcode 4 templates (close#285)
Marco Antognini
2012-12-29 22:08:19 +0100
e11ed81f72Fix compilation issue on 10.5
Marco Antognini
2012-12-28 22:52:23 +0100
b0333dfc16Fix get/set window position on OS X
Marco Antognini
2012-10-10 18:53:23 +0200
9fac5d74dcFixed minor typecast warning in Shader.cpp
Laurent Gomila
2013-01-16 22:52:21 +0100
20db4969c5Added 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 +0100
91e1743516Changed Texture::bind and Shader::bind to be static functions, that can accept a null argument
Laurent Gomila
2013-01-08 22:24:43 +0100
38da3f4338Fixed computation of the alpha channel in sf::BlendAdd
Laurent Gomila
2013-01-03 20:34:51 +0100
2285e3d344Fixed the repeated keys detection algorithm on Linux
Laurent Gomila
2013-01-03 20:31:20 +0100
527bb287a5Minor modification to the API documentation
Laurent Gomila
2012-12-30 09:54:09 +0100
dd48427bb8Improved the success message in FindSFML.cmake
Laurent Gomila
2012-12-23 09:25:16 +0100
03b8a1c3a7Disabled fix#271 for ogg cracks (the solution slows down the loading too much)
Laurent Gomila
2012-12-17 20:16:54 +0100
d41837bf16Fixed example in the API doc of sf::SocketSelector
Laurent Gomila
2012-12-14 15:06:03 +0100
2e22038be7Correction in the API documentation
Laurent Gomila
2012-12-04 20:39:29 +0100
3eb32ded68Correction in the API documentation
Laurent Gomila
2012-12-04 20:36:39 +0100
288bc87d3aUpdated the main page of the API documentation
Laurent Gomila
2012-12-02 23:13:31 +0100
8ddf513216Updated the description of modules
Laurent Gomila
2012-12-02 23:13:16 +0100
37d6e72a14Moved some functions of RenderTarget to private access
Laurent Gomila
2012-12-02 00:10:24 +0100
4afe83d934Removed the endianness detection macros (were not used)
Laurent Gomila
2012-11-28 20:44:03 +0100
59a68f0a51Merge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2012-11-17 22:41:31 +0100