Commit History

Author SHA1 Message Date
  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. 11 years ago
  Lasse Öörni cb0103d518 Require always registering remote events for reception. Implement a fixed blacklist of remote events that can not be registered (see Network.cpp). Removed obsolete E_WINDOWMESSAGE event definition. 11 years ago
  Lasse Öörni a06c328305 Store Connection's address & port on construction, so that we do not log a zero address later if the socket has already been destroyed. 11 years ago
  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. 12 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Lasse Öörni 76292ef63e Centralize allocation of event data variant maps to Context to avoid constant dynamic memory allocation. 12 years ago
  Lasse Öörni 712345aa56 Added log macros with formatting. Closes #114. 12 years ago
  Lasse Öörni b935b544de Do not check for HttpRequest error on initialization, as the connection init is performed in a background thread and is not immediately ready. 12 years ago
  Lasse Öörni 6350f246e6 Register HttpRequest to script. 12 years ago
  Lasse Öörni 26fabce801 Added Civetweb library for HTTP requests. 12 years ago
  Lasse Öörni 426d664990 Added network chat sample. Cleaned up UI creation code in SoundEffects sample. 12 years ago
  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'. 12 years ago