Commit History

Author SHA1 Message Date
  aster2013 35735b11d3 Remove unused code, rename DefaultMaterial to Material. 11 years ago
  aster2013 fb07e32cdd Remove Sprite2D from Drawable2D, make Drawable2D more general. 11 years ago
  aster2013 cb819a5a6f Remove class name and variant type from attribute macros. 11 years ago
  aster2013 d99b6e9a4e Remove type from MIXED_ACCESSOR_ATTRIBUTE macro, make it more cleaner. Other attribute macros will be modify later. 11 years ago
  aster2013 7e46f0c862 Add MIXED_ACCESSOR_ATTRIBUTE. 11 years ago
  aster ef32eee6ee Add tile map support in Urho2D, current not all of features are supported in Urho2D, but I think we can add it later. Fore more information about tile map, please refer http://www.mapeditor.org/. 11 years ago
  Aster@中国上海 413aa66b10 Add more member functions in 2D particle classes. 11 years ago
  aster2013 a32334d230 Fix bounding box calculate in ParticleEmitter2D, use dummy bounding box in DrawableProxy2D. 11 years ago
  aster2013 c31637ed43 Add batch rendering for all 2D objects. 11 years ago
  aster2013 bea3ec1c76 Remove z value, use layer order to sort Drawable2D. 11 years ago
  aster2013 ff0d806587 Rename ParticleModel2D to ParticleEffect2D. 11 years ago
  aster2013 a44291b557 Fix gravity and rotation in ParticleEmitter2D. 11 years ago
  aster2013 86ae9190a7 Fix particle emitter, add radial particle in sample. 11 years ago
  aster2013 6e5d43a56b Replace plist particle file with Staring extension particle system (pex). 11 years ago
  aster2013 b1dca8c19d Add materialUpdatePending in AnimatedSprite2D and ParticleEmitter2D. 11 years ago
  aster2013 aa10e2222a Add GetTexture function in Drawable2D.[ci skip] 11 years ago
  aster2013 130551f4d8 Add fixed pixel size (user don't need change the value). 11 years ago
  aster2013 c96d44fcb8 rename unitSize2D to pixelsPerUnit. 11 years ago
  aster2013 d79c151f84 Revert ParticleModel2D model scale, apply scene unit size to ParticleEmitter2D. 11 years ago
  Yao Wei Tjong 姚伟忠 d5d4d51aff Refactor Drawable2D's pixel-per-unit to Scene's 2D-unit-size attr. 11 years ago
  Lasse Öörni 7ae747063f Rename "Unit Per Pixel" attribute in Drawable2D to "Pixels Per Unit" to match the actual behavior in StaticSprite2D / AnimatedSprite2D. Remove the attribute from ParticleEmitter2D class as it doesn't have effect. Closes #230. 11 years ago
  aster2013 1c0cecb87a Don't use unit per pixel in ParticleEmitter2D. 11 years ago
  aster2013 ced2a315af Add set animtion to AnimatedSprite2D in editor, fixed minor bug in ParticleEmitter2D. 11 years ago
  Yao Wei Tjong 姚伟忠 88021f0509 Clean up the 2D library fix for the Editor. 11 years ago
  Yao Wei Tjong 姚伟忠 ff1f9fc7d8 Fix Drawable2D bounding box update and attribute network propagation. 11 years ago
  Yao Wei Tjong 姚伟忠 5e6c081d09 Fix inspecting AnimatedSprite2D & ParticleEmitter2D attrs in Editor. 11 years ago
  aster2013 a9afb47a7e Fixed warning. 11 years ago
  Yao Wei Tjong 姚伟忠 1a7d032425 Misc. minor fixes. 11 years ago
  aster2013 39b2bfcfdf Refactor code. 11 years ago
  aster2013 8bc70469e3 Apply node world transform to particle. 11 years ago