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
|
906a62df0f
|
Each module now has its own export macro, which solves the "unresolved symbol" error with sf::Time::Zero
|
2012-01-21 10:34:17 +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 |
|
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
|
1ee9965059
|
Finished to write the API documentation of the graphics classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1524 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-06-11 21:38:56 +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
|
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 |
|