Rokas Kupstys
|
6a7a57eace
More 64bit variant work, lua and angelscript bindings.
|
8 years ago |
Henrik Heino
|
2d8c0cf247
IntVector2 bindings, conversions, serialization, etc.
|
9 years ago |
Lasse Öörni
|
467729bae7
Minor comment edits and missing bindings. Move VAR_RECT last in the enum to not break potential binary scenes/prefabs. Set StaticSprite2D rect attribute default values to Rect::ZERO for more pleasant editing. Editing of VAR_RECT attributes.
|
9 years ago |
Lasse Öörni
|
a955725bd0
Add the interpolation mode IM_NONE to ValueAnimation. Add animating UI element to LightAnimation example. Add ResourceRef constructor that takes type & name as strings for easier script bindings.
|
9 years ago |
Lasse Öörni
|
cf92a49696
Since Variant::GetVectorBuffer() returns a new value copy, it doesn't need to be const. Fixes #1226.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
61647bb887
Optimize Lua Variant class bindings.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
a0125a19c1
Move the pieces around for code reuse opportunity.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
55635bdf3a
Replace friend func with explicit template specialization for Get().
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
102e8862bd
Avoid repetition by accessing Variant::value directly via friend func.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
4c7f8664b6
Further improve Lua binding for Variant and VariantMap classes.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
93a7ae4352
Bind original Variant::GetBuffer() to Lua as GetRawBuffer().
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
55e68f4e0e
Code cleanup and bug fixes for DB subsystem and ToluaUtils refactoring.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
8658afabb0
Clean up tolua++ bindings for handling (POD)Vector to table conversion.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
4edba76ec2
Fix AngelScript and Lua bindings. Fix Lua samples to use new getters.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
4807206bd7
Bind all variant types from C++ to Lua and vice versa. See #820.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
8acb9e6441
Fix Variant and VariantMap bindings to Lua. Close #820.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
842de2fe48
Exposed the database subsystem API to scripting.
|
10 years ago |
Lasse Öörni
|
e8af02f453
Add double serialization support to Variant, Deserializer/Serializer, XMLElement & JSONValue. Use double to store a Lua object's number attributes. Add editing of double attributes to the editor. Closes #758.
|
10 years ago |
Lasse Öörni
|
08ea925895
Fix Variant::GetUInt() return type. Closes #710.
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
b51e419c88
Change impl. file to include the header file from corresponding subdir.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
bcf7c94ec8
Rename Source/Engine to Source/Urho3D.
|
11 years ago |