Jan Haller
|
12d81304e6
|
Updated copyright year to 2014
|
2014-02-06 20:08:26 +01:00 |
|
Laurent Gomila
|
5624948042
|
Fixed TcpSocket::connect with timeout could switch a blocking socket to non-blocking mode on immediate connection success (#221)
|
2013-08-09 16:13:58 +02:00 |
|
Laurent Gomila
|
4d78d02b5c
|
Fixed TCP packet data corruption in non-blocking mode (#402, #119)
|
2013-06-17 18:47:16 +02:00 |
|
Laurent Gomila
|
94fc605a70
|
On Unix systems, a socket disconnection no longer stops the program with signal SIGPIPE (#72)
|
2013-06-14 15:18:08 +02:00 |
|
Laurent Gomila
|
4e8c144879
|
Updated the year in the copyright notice
|
2013-04-06 09:34:44 +02:00 |
|
Laurent Gomila
|
8d0da1d9d6
|
Replaced char* arguments with void* for raw data
|
2012-04-03 19:06:32 +02:00 |
|
Laurent Gomila
|
d592b2a7d1
|
Updated the copyright text
|
2012-03-13 18:37:34 +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 |
|
Laurent Gomila
|
ff5b69d312
|
Changed the naming convention for member variables (prefix changed from "my" to "m_")
|
2012-03-09 01:48:45 +01:00 |
|
Laurent Gomila
|
4116ad033c
|
Added the sf::Time class
|
2012-01-19 23:51:06 +01:00 |
|
Laurent Gomila
|
94a9dfbdfb
|
Minor fix in comments
|
2011-12-26 11:56:27 +01:00 |
|
Laurent Gomila
|
a5d40de8a2
|
Replaced unsigned long with Uint32 in the public API (avoids size problems with bindings)
|
2011-11-20 13:50:11 +01:00 |
|
Laurent Gomila
|
175cddee58
|
UdpSocket::Send(Packet) is now limited to UdpSocket::MaxDatagramSize, so that data is never split into multiple datagrams, which removes a lot of potential major problems
|
2011-06-11 11:28:43 +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 |
|
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
|
41f09975ab
|
Packets handling in UdpSocket is now more robust
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1490 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-04-05 14:06:37 +00:00 |
|
LaurentGom
|
507f467390
|
Added TcpListener::GetLocalPort()
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1480 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-29 17:02:10 +00:00 |
|
laurentgom
|
fd8fa4e2f8
|
Fixed errors caused by the last commit in the network module, and fixed minor warnings in the graphics module, on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1476 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 11:15:39 +00:00 |
|
LaurentGom
|
9280771665
|
FS#86 - Rewrite the sockets API
Updated the API documentation of the whole network module
The system headers are no longer included by the sfml-network public headers
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1475 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 09:39:43 +00:00 |
|