Commit History

Autor SHA1 Mensaxe Data
  Aster@中国上海 fae8e81d54 Add 2D suffix to 2D transform functions, now please use SetPosition2D etc. %!s(int64=11) %!d(string=hai) anos
  aster2013 a03078d0ac Bind Node's 2D properties to AngelScript. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni f232856ac1 Added manual VectorBuffer overloads for AngelScript functions that take a File handle for loading/saving. Cleaned up some script bindings code and fixed AngelScript binding for Image::LoadColorLUT(). %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 5076f966e1 Expose CloneComponent() function to AngelScript & Lua and make it return the created component. %!s(int64=11) %!d(string=hai) anos
  aster2013 49d9856dd5 Add transform functions for Urho2D. %!s(int64=11) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 19bfdddce0 Refactor to make MarkNetworkUpdate() virtual method of Serializable. %!s(int64=11) %!d(string=hai) anos
  aster 113cb5584a Rename AttributeAnimation to ValueAnimation make animaiton more general. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 1f91a44818 Removed the deprecated GetClassName() AngelScript Variant bindings. Fixed the Ragdolls example to not use them. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni b4ba4a3573 Fix AngelScript bindings on MSVC (asMETHODPR macro needs to be used in the template base class registration functions to allow static_cast to work). Make the class names links on the attribute list page. %!s(int64=11) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 57d6c7827b Minor refactoring on attribute animation classes. %!s(int64=11) %!d(string=hai) anos
  Aster Jian b7917af4fd Revert "Remove wrap mode default value." %!s(int64=11) %!d(string=hai) anos
  Aster Jian 3f832eb5d0 Remove wrap mode default value. %!s(int64=11) %!d(string=hai) anos
  Aster Jian caf6f1b35a Move wrap mode out of AttributeAnimation. %!s(int64=11) %!d(string=hai) anos
  Aster Jian 448874b245 Add animation speed parameter. %!s(int64=11) %!d(string=hai) anos
  Aster Jian ded9dd547b Add Angelscript API. %!s(int64=11) %!d(string=hai) anos
  aster2013 5fd7363201 Add Animatable class. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 67d603d8e5 Node transform space refactoring. Translate(), Rotate() and LookAt() functions take a transform space (local, parent or world). Translate() has a behavior change: default space is local, as that is most often used in eg. camera movement, and is consistent with the default for rotations (the earlier fixedAxis = false was same as local space). The redundant TranslateRelative() function is removed. Add RotateAround() function, which allows rotating around a pivot in either local, parent or world space. Closes #295. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni cf4c43d344 Added Serializer / Deserializer functions for reading & writing matrices. Added bool success parameter to Quaternion::FromLookRotation() and Node::LookAt(), as it can potentially give a NaN result (in which case the original rotation is kept). Optimized reading of math objects in Deserializer to avoid default construction. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni f6c96c2f9f Simplify defining Vector2,3,4::ZERO. Consistency for the up direction parameter name in Node::LookAt() & Quaternion::FromLookRotation(). %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 327c117af1 Fix Urho2D physics classes AngelScript bindings. %!s(int64=11) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 f48ef6f5bd Minor bug fix, refactoring and reformatting. %!s(int64=11) %!d(string=hai) anos
  Alex Parlett 7aa0d8acc9 Separated the Spline Mathematical aspect from the Component into a new Spline class under Math. No angelscript or lua bindings as of yet as I'm unsure how to go about adding the templated class in a suitable manner. %!s(int64=11) %!d(string=hai) anos
  Lasse Öörni 4bd2eb0356 Refactoring of Drawable::IsInView() functions and drawable view tracking. %!s(int64=11) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 2fb1dc2edc Mark the deprecated AS API bindings in the documentation. %!s(int64=12) %!d(string=hai) anos
  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. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
  Nick Royer 432b9d3645 Added scripting APIs for the previous convenience functions %!s(int64=12) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 92cb20e9f5 Enhance Editor to warn user actions that can potentially lose data. %!s(int64=12) %!d(string=hai) anos
  Yao Wei Tjong 姚伟忠 c776573796 Add new MessageBox class for showing short messages in a modal window. %!s(int64=12) %!d(string=hai) anos