Commit History

Author SHA1 Message Date
  Lasse Öörni 5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 11 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Lasse Öörni 0210a049b2 Block HttpRequest::Read() if not all data is received and connection is still open. This is to allow the other ReadXXX() functions to work properly. Only call Read() with size at or below GetAvailableSize() to ensure no blocking. 12 years ago
  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. 12 years ago
  Lasse Öörni a9f13ebdfe Added LuaScriptInstance subscribe to specific sender's event. 12 years ago
  Lasse Öörni c089229104 Added documentation on HTTP requests. 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