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
Laurent Gomila
76e04a8d00
Added a workaround in JoystickImpl::isConnected on Windows, to limit the number of calls to joyGetPosEx which takes too long in certain situations
2012-05-13 21:53:27 +02:00
Laurent Gomila
ac43578f75
Fixed crash when creating an empty sf::Image
2012-05-10 22:48:02 +02:00
Laurent Gomila
5207930169
Fixed glyphs sometimes not shown with high font sizes
2012-05-10 18:07:17 +02:00
Laurent Gomila
3c317cab9b
Fixed crash when loading empty shaders
2012-05-09 18:03:54 +02:00
Laurent Gomila
8327870c9f
Fixed warnings with recent MinGW versions that already define the Windows version macros
2012-05-06 17:32:10 +02:00
Laurent Gomila
1187c29327
Minor correction API doc
2012-05-02 19:30:28 +02:00
Baruch
f784fe4c07
fix for static builds with mingw-w64 compilers - part 2
2012-05-01 23:01:56 +03:00
Baruch
165f2b1888
fix for static builds with mingw-w64 compilers - part 1
2012-05-01 23:00:24 +03:00
Marco Antognini
19cdceb039
Fixed Mac OS X 10.6 support
...
This time it *should* be ok!
2012-04-29 21:12:39 +02:00
Marco Antognini
b18b771c33
Fixed typos
2012-04-28 22:05:10 +02:00
Marco Antognini
cc4a5e2d48
Improved Xcode Templates ( close #212 )
2012-04-25 17:45:07 +02:00
Marco Antognini
3994742aed
Fixed regression introduced in fixing #207
2012-04-25 17:45:07 +02:00
Laurent Gomila
66a1ed7825
Minor corrections in API doc
2012-04-24 17:40:49 +02:00
Laurent Gomila
233fe32fab
Minor corrections in API doc
2012-04-23 18:15:32 +02:00
Laurent Gomila
e9a6840e7d
Minor corrections in API doc
2012-04-22 08:53:57 +02:00
Marco Antognini
d37065e4de
Improved -setWindowPositionToX:Y:
2012-04-21 21:20:43 +02:00
Marco Antognini
3e8961d05f
Fixed view resizing with Cocoa ( close #207 )
2012-04-21 21:17:36 +02:00
Laurent Gomila
eebaa27d17
Minor corrections in API doc
2012-04-20 22:28:45 +02:00
Laurent Gomila
ac43b8a4cf
Merge branch 'master' of github.com:LaurentGomila/SFML
2012-04-20 19:09:58 +02:00
Laurent Gomila
3a64ca8943
Minor corrections in API doc
2012-04-20 18:04:01 +02:00