Историја ревизија

Аутор SHA1 Порука Датум
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. пре 11 година
  Aster@中国上海 fae8e81d54 Add 2D suffix to 2D transform functions, now please use SetPosition2D etc. пре 11 година
  Aster@中国上海 04c2072400 Add more Transform functions for Urho2D and to lua. пре 11 година
  Lasse Öörni 5076f966e1 Expose CloneComponent() function to AngelScript & Lua and make it return the created component. пре 11 година
  Aster@中国上海 ebd705d674 For Component, Resource and UIElement always return concrete object type to Lua. пре 11 година
  aster2013 293cd434fb Remove Node's Lua scalar transform functions, like SetPositionXYZ. пре 11 година
  aster2013 49d9856dd5 Add transform functions for Urho2D. пре 11 година
  aster2013 afddbaef76 Fix Node.pkg merge error. пре 11 година
  aster2013 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. пре 11 година
  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. пре 11 година
  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. пре 11 година
  Yao Wei Tjong 姚伟忠 f48ef6f5bd Minor bug fix, refactoring and reformatting. пре 12 година
  Mike3D cde67d7391 Fix various order of exposition to lua пре 12 година
  aster2013 4b13c8598e Lua API Update. пре 12 година
  aster2013 d1c3d96844 Remove context from object's constructor, make all constructor look like AngleScript, rename file. пре 12 година
  Lasse Öörni eb4e99457c Code cleanup. Removed Camera functions to return forward, right, up vectors as they are now also in Node. Added Lua property accessors for Node up/right vectors. Exposed SmoothStep() to script. Modified Node::LookAt() to use the new Quaternion function. Updated credits. пре 12 година
  Nick Royer 432b9d3645 Added scripting APIs for the previous convenience functions пре 12 година
  Yao Wei Tjong 姚伟忠 d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година