Lasse Öörni
|
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.
|
před 11 roky |
cin
|
949de81bd4
All sync method replaced by void Connection::SendPackageToClients(PackageFile* package) may be called after Scene::AddRequiredPackageFile on server
|
před 11 roky |
cin
|
005dee766c
Added SyncPackages method. Can be called server and client connection.
|
před 11 roky |
Lasse Öörni
|
807bd28a9d
Add URHO3D_NETWORK CMake parameter to control whether networking support is built.
|
před 11 roky |
Lasse Öörni
|
0472b4d410
Allow sending client observer rotation in addition to position. Note that rotation is not used by the NetworkPriority component, but can be used for custom logic. Do not send the observer pos/rot until actually set by the client. Closes #428.
|
před 11 roky |
Lasse Öörni
|
1f91a44818
Removed the deprecated GetClassName() AngelScript Variant bindings. Fixed the Ragdolls example to not use them.
|
před 11 roky |
Yao Wei Tjong 姚伟忠
|
2fb1dc2edc
Mark the deprecated AS API bindings in the documentation.
|
před 12 roky |
Lasse Öörni
|
47836474e2
Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant.
|
před 12 roky |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
před 12 roky |
Lasse Öörni
|
347b840b7c
Read HttpRequest in a background thread to prevent blocking. Always check all triangle mesh geometries for the closest hit in the RAY_TRIANGLE raycast mode.
|
před 12 roky |
Lasse Öörni
|
6350f246e6
Register HttpRequest to script.
|
před 12 roky |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
před 12 roky |