Laurent Gomila
|
df61292f65
|
Made sf::Mutex recursive on Unix, the behaviour is now consistent across platforms
|
2011-05-31 23:31:25 +02:00 |
|
Laurent Gomila
|
e4c6c30e0b
|
Times in SFML are now Uint32 milliseconds instead of float seconds
Added the sf::Uint64 and sf::Int64 types
|
2011-05-19 08:19:42 +02:00 |
|
Laurent Gomila
|
a4f6e915a0
|
Removed the sf::Randomizer class from the system module
|
2011-05-10 08:16:22 +02:00 |
|
Laurent Gomila
|
eac841ec71
|
Added explicit conversions between different types of sf::Vector2, sf::Vector3 and sf::Rect (implements feature #31)
|
2011-04-26 19:20:24 +02:00 |
|
laurentgom
|
f632253adc
|
Fixed compile error ('NULL' not defined) with gcc 4.6 in System/Resource.hpp
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1812 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 10:27:29 +00:00 |
|
laurentgom
|
f3d212f737
|
Merged some functions in sf::String
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1807 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-19 19:49:16 +00:00 |
|
LaurentGom
|
58632672cb
|
sf::Utf functions now use the global locale by default instead of the system's one
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1794 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-09 16:44:43 +00:00 |
|
LaurentGom
|
74ebd1a50b
|
Added conversions from/to latin-1 (ISO-5589-1) in sf::Utf classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1758 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-12-20 18:00:12 +00:00 |
|
LaurentGom
|
7559f0669f
|
Fixed errors (missing double-quotes) in VS 2010 project files generated by CMake, for static build
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1688 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-11-20 22:30:14 +00:00 |
|
LaurentGom
|
e73d274d86
|
New API for sf::Thread (more flexible)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1685 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-11-20 13:00:19 +00:00 |
|
laurentgom
|
77078f53db
|
Fixed a bug in the UTF-8 -> UTF-32 conversion when the input character type is signed
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1577 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-10-11 08:37:21 +00:00 |
|
LaurentGom
|
36f9cf6cc1
|
Minor fixes in API documentation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1569 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-09-14 21:51:39 +00:00 |
|
LaurentGom
|
6de9ea8a0f
|
Workarounds used sf::Utf classes for broken MinGW locales, are not used when STLPort is detected
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1566 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-09-08 18:52:39 +00:00 |
|
LaurentGom
|
ff2c4f2ee7
|
Replaced C standard headers (<xxx.h>) with their C++ version (<cxxx>)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1545 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-08-02 20:36:27 +00:00 |
|
LaurentGom
|
0444781a4b
|
Improved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1535 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-07-22 21:45:58 +00:00 |
|
LaurentGom
|
ef8a2700fe
|
FS#162 - Add a function to retrieve the system specific handle of a window
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1530 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-07-15 21:13:55 +00:00 |
|
LaurentGom
|
7ff4cb5ca4
|
Some minor corrections in API documentation and parameters names
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1526 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-06-11 22:08:49 +00:00 |
|
LaurentGom
|
280ce139d6
|
Some minor corrections in API documentation and parameters names
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1525 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-06-11 21:52:51 +00:00 |
|
LaurentGom
|
72b49a3592
|
Made sf::IPAddress comparison operators non-member
Minor fix in sf::Clock API documentation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1447 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-11 14:27:57 +00:00 |
|
LaurentGom
|
ef216acc5f
|
Minor changes to the documentation and some parameters names
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1444 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-08 17:50:16 +00:00 |
|
LaurentGom
|
bb414773d1
|
Added Insert and Find functions to sf::String
Added implicit constructors to sf::String for converting from single characters (char, wchar_t and Uint32)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1429 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-26 09:36:38 +00:00 |
|
LaurentGom
|
76de05af61
|
FS#150 - SFML should use its own stream instead of std::cerr, for reporting errors
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1417 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-22 11:30:43 +00:00 |
|
LaurentGom
|
8a1a6bbfab
|
Made sf::Resource thread-safe
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1404 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-12 08:09:54 +00:00 |
|
LaurentGom
|
b7b876eb26
|
Removed all the useless "sf::"
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1397 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 11:09:55 +00:00 |
|
LaurentGom
|
54e70a47f0
|
Fixed documentation of sf::NonCopyable
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1314 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-30 10:22:07 +00:00 |
|
LaurentGom
|
5669793e9e
|
Updated the API documentation of Utf and String classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1288 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-11-26 08:51:39 +00:00 |
|
LaurentGom
|
78247bd386
|
FS#90 - Improve Unicode string classes
Added the sf::String class to replace (and enhance) sf::Unicode::Text
FS#138 - Rename sf::String to sf::Text
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1286 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-11-26 08:07:38 +00:00 |
|
LaurentGom
|
3c0d42fdd0
|
Improved the API documentation in the audio module
Removed the bufferSize parameter from sf::Music constructor
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1252 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-10-29 16:05:22 +00:00 |
|
LaurentGom
|
39a8ba4c52
|
Updated documentation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1241 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-10-17 08:50:13 +00:00 |
|
LaurentGom
|
1f3d7b6d0c
|
Updated documentation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1239 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-10-15 08:37:32 +00:00 |
|
LaurentGom
|
1d3a7e8375
|
Updated documentation of the Vector2 and Vector3 classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1237 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-10-14 10:45:54 +00:00 |
|
LaurentGom
|
1852614e16
|
Made all Vector2 and Vector3 functions inline
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1220 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-09-24 07:40:49 +00:00 |
|
LaurentGom
|
fcdc5cdf82
|
Improved documentation of more classes in the system module
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1204 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-08-17 10:55:11 +00:00 |
|
LaurentGom
|
351a43f696
|
Updated the documentation for some sfml-system classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1203 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-08-14 20:00:42 +00:00 |
|
LaurentGom
|
07c0318493
|
Fixed compile errors
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1178 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-07-17 06:43:27 +00:00 |
|
laurentgom
|
1ce18ed1b9
|
Fixed compile errors on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1168 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-07-12 08:07:30 +00:00 |
|
LaurentGom
|
45b150648d
|
Changed internal naming convention (local variables now start with a lower case character)
Removed the AudioResource class
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1166 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-07-11 22:17:24 +00:00 |
|
laurentgom
|
23bf546b6a
|
FS#84 - Rewrite the OpenGL context handling
FS#66 - Free the global rendering context
Added thread-local storage classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1116 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-05-31 11:38:54 +00:00 |
|
laurentgom
|
9c370e38da
|
Separated OpenGL contexts from Window implementations
Added support for OpenGL 3.0
Replaced WindowSettings with ContextSettings
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1065 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-03-28 16:22:58 +00:00 |
|
laurentgom
|
3664d275cb
|
Fixed warnings in Unicode.inl
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1031 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-02-28 21:20:01 +00:00 |
|
laurentgom
|
9a7fcc04be
|
Removed dependencies to OS-specific headers in sfml-system
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1023 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-02-27 15:03:20 +00:00 |
|
laurentgom
|
2228419caf
|
Updated copyright year
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1015 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-02-12 17:48:35 +00:00 |
|
laurentgom
|
08fea61154
|
Added a test to ensure the parameter of sf::Sleep is not negative (can have bad consequences)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1006 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-02-05 16:22:33 +00:00 |
|
laurentgom
|
2f524481c1
|
Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-01-28 16:18:34 +00:00 |
|