| .. |
|
CMakeLists.txt
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Connection.cpp
|
75fef62758
Fix Connection not sending delta update if only user variables have been modified
|
11 years ago |
|
Connection.h
|
8cc2386650
Clean up duplicated code related to package download requests.
|
11 years ago |
|
Controls.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Controls.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
HttpRequest.cpp
|
5f0ed3fcf8
Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level.
|
11 years ago |
|
HttpRequest.h
|
5f0ed3fcf8
Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level.
|
11 years ago |
|
Network.cpp
|
18e85ab18a
Changed Connection::SendPackageToClient() to not broadcast to all clients. Instead Network::SendPackageToClients() will send to all clients in a specific scene. Updated Network Lua bindings.
|
11 years ago |
|
Network.h
|
18e85ab18a
Changed Connection::SendPackageToClient() to not broadcast to all clients. Instead Network::SendPackageToClients() will send to all clients in a specific scene. Updated Network Lua bindings.
|
11 years ago |
|
NetworkEvents.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
NetworkPriority.cpp
|
c1ea1f9e06
Move attribute name as first parameter in ATTRIBUTE macro, same as other attribute macros.
|
11 years ago |
|
NetworkPriority.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Protocol.h
|
949de81bd4
All sync method replaced by void Connection::SendPackageToClients(PackageFile* package) may be called after Scene::AddRequiredPackageFile on server
|
11 years ago |