Laurent Gomila
1b1bc4c067
sf::Text no longer forces the BlendAlpha blending mode
2012-08-10 15:03:28 +02:00
Laurent Gomila
2b3d9bdd91
Fixed GL_MATRIX_MODE incorrectly restored after calling popGLStates
2012-08-08 20:44:52 +02:00
Laurent Gomila
0670bad198
Minor correction in API documentation
2012-08-07 17:31:45 +02:00
Laurent Gomila
e4ea6865cd
Removed Arial.hpp from CMakeLists.txt
2012-08-04 11:24:43 +02:00
Laurent Gomila
a0c1f5f50f
Removed the built-in default font
2012-08-04 00:08:14 +02:00
Laurent Gomila
a3357d9c10
Merge pull request #266 from Undeterminant/master
...
Added dependencies to pkg-config files
2012-08-02 09:28:24 -07:00
Alex Charron
655a4dc33d
Added dependencies to pkg-config files.
2012-08-02 12:05:27 -04:00
Laurent Gomila
db1f1b8fa1
Minor corrections in API documentation
2012-07-31 17:51:01 +02:00
Laurent Gomila
4875915b0f
Merge pull request #264 from binary1248/patch-1
...
Use glDeleteRenderbuffersEXT to delete m_depthBuffer
2012-07-30 23:01:59 -07:00
binary1248
7f1217bfd1
Use glDeleteRenderbuffersEXT to delete m_depthBuffer
2012-07-31 03:19:50 +03:00
Laurent Gomila
81e4209482
Minor correction in API documentation
2012-07-28 20:45:00 +02:00
Marco Antognini
bdfc2dc3f5
Improved Xcode templates
2012-07-16 18:00:04 +02:00
Marco Antognini
68494d0dbb
Fixed sf::Keyboard on Mac OS X
2012-07-16 16:27:27 +02:00
Laurent Gomila
3e2c3b8c95
Corrections in API documentation
2012-07-15 15:04:37 +02:00
Laurent Gomila
3180f83160
Changed Transformable::setRotation so that the angle is always in [0 .. 360]
2012-07-15 14:56:23 +02:00
Laurent Gomila
e85bd1baf6
Corrections in API documentation
2012-07-15 14:55:13 +02:00
Laurent Gomila
26d5620817
Shape::setOutlineThickness now allows negative values
2012-07-15 13:47:14 +02:00
Laurent Gomila
e3261f0430
Corrections in API documentation
2012-07-14 17:26:21 +02:00
Marco Antognini
396f675ca2
Fixed Xcode templates script
2012-07-13 12:09:11 +02:00
Laurent Gomila
e7284cd665
Minor correction in API documentation
2012-07-10 20:22:08 +02:00
Laurent Gomila
faf8a233db
Merge branch 'master' of github.com:LaurentGomila/SFML
2012-07-09 23:32:11 +02:00
Laurent Gomila
7faf5857ec
Added a sf::Key::Unknown key code for unsupported keys
2012-07-09 23:26:37 +02:00
Marco Antognini
bfda3b8c34
Improved Xcode templates and the readme ( Close #224 )
2012-07-08 19:43:53 +02:00
Marco Antognini
51680ac49c
Substituted tabulations with spaces and fixed an issue similar to #233
2012-07-08 19:43:53 +02:00
Marco Antognini
4a482b2385
Fixed TextEntered event on Mac OS X ( Close #192 )
2012-07-08 19:40:41 +02:00
Laurent Gomila
c3fb58b33f
Texture::bind no longer crashes when the texture is invalid
2012-07-07 21:38:57 +02:00
Laurent Gomila
449c7b0e3e
Minor correction in comments
2012-07-07 20:14:45 +02:00
Laurent Gomila
aa1007a619
Minor corrections in the documentation of FindSFML.cmake (components order)
2012-07-07 17:22:40 +02:00
Laurent Gomila
d22a3189a1
Merge pull request #249 from kimci86/master
...
Fix behavior of sf::Event::Resized on Windows
2012-07-07 08:04:45 -07:00
kimci86
75fee5675a
Better behavior of sf::Event::Resized on Windows
2012-07-06 18:44:45 +02:00
Laurent Gomila
3c0de3e00e
Merge pull request #245 from rcmagic/patch-1
...
Fixed bug in the Windows joystick handling converting POV hat angles to their PovX and PovY component axes.
2012-07-01 13:44:34 -07:00
Chase LaCas
7d96eb8c62
Fixed bug in the Windows joystick handling converting POV hat angles to their PovX and PovY component axes.
2012-07-01 16:26:12 -04:00
Laurent Gomila
bba63dfae0
Minor correction in API doc
2012-06-30 20:11:43 +02:00
Laurent Gomila
679ec71b95
Forgot a little something in the previous commit :)
2012-06-26 21:56:55 +02:00
Laurent Gomila
aa534a0936
Fixed crash in SocketSelector::add when passing an invalid socket
2012-06-26 21:55:45 +02:00
Laurent Gomila
5706111088
A sprite can now be flipped by setting a texture rect with negative width/height
2012-06-19 18:36:12 +02:00
Laurent Gomila
dd51b3d8ff
Renamed Keyboard::Back to Keyboard::BackSpace
2012-06-19 18:21:16 +02:00
Laurent Gomila
d7b4e26dc6
Removed the MSCGEN detection -- in fact it was not used
2012-06-17 13:09:25 +02:00
Laurent Gomila
491b6501ab
Merge pull request #238 from MarioLiebisch/master
...
Made CMake look for mscgen instead of using a static path
2012-06-17 03:49:54 -07:00
Mario Liebisch
777d4d30f8
Fixed alternative name lookup for mscgen in CMake.
2012-06-17 11:18:38 +02:00
Mario Liebisch
617c3b7759
Made CMake look for mscgen
...
Before the path in doxyfile was static and set to
"D:/Programmes/mscgen", which obviously won't work on most systems. Now
CMake tries to find the tool. If this fails, the path is set empty to
let Doxygen look for it inside PATH.
2012-06-16 20:00:18 +02:00
Marco Antognini
a39d36e0db
Fixed templates' compatibility issue with Xcode 4.3.3 ( Close #233 )
2012-06-16 13:28:46 +02:00
Laurent Gomila
3d02d4c795
OpenGL culling is now explicitly disabled in SFML's internal states
2012-06-14 18:05:47 +02:00
Laurent Gomila
c4c2c77686
Minor fix in the API doc
2012-06-13 17:21:27 +02:00
Laurent Gomila
9242c38bdd
Updated the forum links in readme.txt
2012-06-07 19:16:52 +02:00
Laurent Gomila
eadd0b1596
Minor corrections in API doc
2012-06-06 22:06:45 +02:00
Marco Antognini
82be322731
Fixed Mac OS X fullscreen mode
2012-06-06 13:36:48 +02:00
Laurent Gomila
8eb5073c33
Minor correction the API doc of sf::Shader
2012-05-30 17:22:13 +02:00
Laurent Gomila
ac9bda51ca
Improved the API documentation of sf::Event (added the mapping between event types and members)
2012-05-24 15:56:51 +02:00
Laurent Gomila
945c848b37
Minor correction in API doc
2012-05-18 18:47:26 +02:00