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 |