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 |
|
Marco Antognini
|
9e18f64d6b
|
Added support of Mac OS X framework in FindSFML.cmake (Close #106)
|
2012-04-19 21:03:20 +02:00 |
|
Laurent Gomila
|
459bc291f5
|
Added the SFML_ prefix on all the CMake variables specific to SFML
|
2012-04-18 19:07:47 +02:00 |
|
Laurent Gomila
|
3cec4b29d6
|
FindSFML.cmake now uses the SFML_ROOT variable instead of SFMLDIR (the name is less confusing)
|
2012-04-18 18:42:49 +02:00 |
|
Laurent Gomila
|
c750698333
|
Minor correction in error message
|
2012-04-15 18:09:06 +02:00 |
|
Marco Antognini
|
19276a552e
|
Improved Mac OS X implementation (Close #195)
|
2012-04-10 09:57:24 +02:00 |
|
Laurent Gomila
|
be7bcae823
|
Improved the documentation of FindSFML.cmake
|
2012-04-08 18:47:02 +02:00 |
|
Laurent Gomila
|
511032460a
|
The readme.txt file is now installed by the 'install' target
|
2012-04-08 11:22:36 +02:00 |
|
Laurent Gomila
|
b623975fcf
|
Minor correction in API doc
|
2012-04-07 17:07:40 +02:00 |
|
Laurent Gomila
|
6ea8ccd133
|
The API documentation is now built by default with all other targets
|
2012-04-06 22:49:11 +02:00 |
|
Laurent Gomila
|
e02262d425
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2012-04-06 19:07:33 +02:00 |
|
Laurent Gomila
|
cef3df4649
|
Minor corrections in API doc
|
2012-04-06 19:06:06 +02:00 |
|
Marco Antognini
|
cea0839f45
|
Updated Mac OS X code according to commit 8c776f33c1
|
2012-04-06 15:40:29 +02:00 |
|
Laurent Gomila
|
e92a3120c7
|
Fixed a bug in the pong example
|
2012-04-06 13:17:23 +02:00 |
|
Laurent Gomila
|
f3be2da018
|
Minor correction in API doc
|
2012-04-05 14:01:14 +02:00 |
|
Laurent Gomila
|
8c776f33c1
|
Private virtual functions are now protected, so that sub-classes can call them if necessary (and they appear in the API doc :)
|
2012-04-04 22:33:53 +02:00 |
|
Laurent Gomila
|
1a8488bd7b
|
Minor corrections in API doc
|
2012-04-04 22:19:29 +02:00 |
|
Laurent Gomila
|
8d0da1d9d6
|
Replaced char* arguments with void* for raw data
|
2012-04-03 19:06:32 +02:00 |
|
Laurent Gomila
|
69f387de22
|
Fixed bug in texture creation (was a mistake in last commit)
|
2012-04-01 10:01:53 +02:00 |
|
Laurent Gomila
|
17e6a45a90
|
Replaced getWidth/getHeight with getSize in sf::Texture and sf::Image
|
2012-03-31 22:37:13 +02:00 |
|
Laurent Gomila
|
b2f3787db1
|
Fixed incompatibility with CMake 2.8.7
|
2012-03-30 20:53:16 +02:00 |
|
Laurent Gomila
|
90ba800e1b
|
Fixed two more casting errors (signed / unsigned) in sf::Time
|
2012-03-29 17:54:35 +02:00 |
|
Laurent Gomila
|
bdf3380cb3
|
Fixed a bug in Time::asMilliseconds
|
2012-03-29 17:21:10 +02:00 |
|
Laurent Gomila
|
859074b3cc
|
RenderTarget::convertCoords now takes a Vector2i argument
|
2012-03-27 17:17:59 +02:00 |
|
Laurent Gomila
|
74f9388f31
|
Made some 1 argument constructors explicit
|
2012-03-27 17:13:46 +02:00 |
|
Laurent Gomila
|
ac45dc9cba
|
GL states are no longer polluted by SFML's ones when mixing with custom OpenGL code
|
2012-03-27 17:09:19 +02:00 |
|
Laurent Gomila
|
24f8c3535d
|
Updated stb_image to latest version (1.33)
|
2012-03-17 17:09:47 +01:00 |
|
Laurent Gomila
|
ee7cd94220
|
Fixed various minor warnings
|
2012-03-17 17:00:19 +01:00 |
|
Laurent Gomila
|
78e7dcea38
|
Fixed sf::BlendNone not working
|
2012-03-15 22:37:51 +01:00 |
|
Laurent Gomila
|
9163d04517
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2012-03-14 19:06:55 +01:00 |
|
Laurent Gomila
|
ac4efb54f3
|
Improved the documentation of Music::openFromXxx functions
|
2012-03-14 19:05:51 +01:00 |
|
Marco Antognini
|
c741b6459f
|
Updated the copyright text
|
2012-03-14 14:37:17 +01:00 |
|
Laurent Gomila
|
d592b2a7d1
|
Updated the copyright text
|
2012-03-13 18:37:34 +01:00 |
|
Marco Antognini
|
2ef92a2af2
|
Updated Mac OS X code according to commits ff5b69d312 and 14ac411542
|
2012-03-12 23:04:06 +01:00 |
|
Laurent Gomila
|
4119c3bb31
|
Fixed compile error in sf::Rect
|
2012-03-12 18:01:36 +01:00 |
|
Laurent Gomila
|
7d91763606
|
Fixed error on ALCheck.hpp and GLCheck.hpp header names
|
2012-03-11 20:13:50 +01:00 |
|
Laurent Gomila
|
1dad4219a6
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2012-03-11 19:11:00 +01:00 |
|
Laurent Gomila
|
14ac411542
|
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
|
2012-03-11 19:10:37 +01:00 |
|