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
|
712345aa56
Added log macros with formatting. Closes #114.
|
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
|
d1c547d455
Fixed to correctly use Time::Sleep() instead of Sleep().
|
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
|
6350f246e6
Register HttpRequest to script.
|
12 years ago |
Lasse Öörni
|
26fabce801
Added Civetweb library for HTTP requests.
|
12 years ago |