Commit History

Author SHA1 Message Date
  Lasse Öörni 39c41dc6a6 Shorten long long int to long long. 8 years ago
  Rokas Kupstys 6a7a57eace More 64bit variant work, lua and angelscript bindings. 8 years ago
  Rokas Kupstys f90dde08fe 64bit integer variant 9 years ago
  Henrik Heino 2d8c0cf247 IntVector2 bindings, conversions, serialization, etc. 9 years ago
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 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
  Gauthier Billot 544bd1eefe Updated Variant to support Rect 9 years ago
  Lasse Öörni 08ff3f6629 Clarify comment. Closes #1631. 9 years ago
  Yao Wei Tjong 姚伟忠 c675421464 Normal comment to doxygen comment using regex + manual correction. 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 152e090141 Alias Vector4 to Color if necessary in Variant::GetColor(). Closes #1278. 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
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Yao Wei Tjong 姚伟忠 7252327e70 Minor code formatting on Variant.h file. 10 years ago
  Lasse Öörni bdadb1b116 Fix missing export specifier for the specializations of Variant::Get<T>(). Closes #1138. 10 years ago
  Lasse Öörni f0b3c8b805 Allow interchangeable numeric value in Variant GetXXX(), e.g. GetFloat() succeeds when it's actually an int. Comparison still requires type and value to match exactly. Closes #851. 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 姚伟忠 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
  Yao Wei Tjong 姚伟忠 fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 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
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 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