Commit History

Author SHA1 Message Date
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 years ago
  aster2013 4c47170f8e Rename XAnimationSet2D to AnimationSet2D, Rename XAnimatedSprite2D to AnimatedSprite2D. 11 years ago
  aster2013 a99145a80c Update 24_Urho2DSprite sample with spriter animation. 11 years ago
  Yao Wei Tjong 姚伟忠 125000454c Refactor samples to use patched screen joystick layout. Closes #321. 11 years ago
  aster fff89efdd8 Make 2D camera auto aspect ratio. 11 years ago
  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 years ago
  aster2013 130551f4d8 Add fixed pixel size (user don't need change the value). 11 years ago
  Yao Wei Tjong 姚伟忠 24aeabb02f Move back MarkAllDrawable2DDirty() to Node class as public method. 11 years ago
  aster2013 c96d44fcb8 rename unitSize2D to pixelsPerUnit. 11 years ago
  aster2013 3101a308f9 Change default unitSize2D to 100, Apply model scale in ParticleModel2D. 11 years ago
  Lasse Öörni 0f3d781c3b Update copyright year in some files. Added copyright notice to ForEach.h. 11 years ago
  aster2013 7c609e4629 Add AnimatedSprite to sample. 11 years ago
  aster2013 383da73503 Add Urho2DSprite sample. 11 years ago