lioncash
|
e79895e372
|
Replace use of the deprecated mem_fun function with mem_fn.
|
2014-04-01 12:09:22 -04:00 |
|
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
|
Tillmann Karras
|
c89f04a7c5
|
clang-modernize -loop-convert
and some manual adjustments
|
2014-03-09 21:11:59 +01:00 |
|
Lioncash
|
146b301a91
|
Fix more header sorting issues in Core/ (now check-includes clean).
|
2014-02-20 01:01:11 +01:00 |
|
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
|
Lioncash
|
6c4ee1753a
|
Fix some vertical alignments
ie. uses spaces for alignment.
|
2014-02-16 20:12:05 -05:00 |
|
lioncash
|
f5408c3f52
|
Clarify an if statement in NetPlayClient.cpp. See: https://github.com/LaurentGomila/SFML/issues/26.
This was simply an error in documentation. It actually returns an sf::Socket::Status enum value as a result.
|
2014-02-10 09:26:29 -05:00 |
|
Jasper St. Pierre
|
3046d0e701
|
NetPlay: Sync CPU engine between NetPlay clients/servers
|
2014-01-08 19:42:02 -05:00 |
|
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |
|