Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add propper client initialization
-add client states to avoid server sending data to uninitialized clients -don't show uninitialized clients to other players -propper client disconnect handling Minor comment fixes in server Minor bugfixes in connection -improved peer id calculation -honor NDEBUG flag -improved disconnect handling -increased initial send window Remove some dead code
- Loading branch information
sapier
authored and
sapier
committed
Jan 31, 2014
1 parent
21f1bec
commit e258675eabc874d31bc9c6cf49e4bbc1f7f3f417
Showing
10 changed files
with
1,799 additions
and
1,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -308,6 +308,7 @@ set(common_SRCS | ||
connection.cpp | ||
environment.cpp | ||
server.cpp | ||
clientiface.cpp | ||
socket.cpp | ||
mapblock.cpp | ||
mapsector.cpp | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.