Commit History

Author SHA1 Message Date
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Eugene Kozlov 705c5a17fa Extract AnimatedModel::ApplyAnimation method to force animation update. Make AnimationController::Update virtual. 9 years ago
  Lasse Öörni f099b8e0a2 Expose read-only access to AnimationController's internal AnimationControl structures. 9 years ago
  1vanK eda96cd128 Add AnimationController::IsPlaying(layer) method 9 years ago
  Lasse Öörni 33bea5392d Rename AnimationBlendingMode to AnimationBlendMode for brevity and similarity with Graphics class BlendMode. Rename ABM_OVERRIDE to ABM_LERP. Implement weight to additive blending. Serialize blend mode over network for AnimationController. 9 years ago
  Ivan K 4e1eb4df74 AniamtionCotrol supports animation blending 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Ivan K f02cd63437 OBJECT -> URHO3D_OBJECT 10 years ago
  aster2013 6bd1d77634 Add baseTypeName argument to OBJECT macro. 10 years ago
  Lasse Öörni 634393d7c8 Add network replication for animations' removeOnCompletion flag. Add GetRemoveOnCompletion(). Add Lua binding for removeOnCompletion. Fix missing AngelScript binding for GetFadeTime(). 10 years ago
  Lasse Öörni 29b178914c Merged hjmediastudios/master. Adds removeOnCompletion functionality to AnimationController. 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 52b739e2a4 Initial work to separate Component's association with its owner node and scene (OnNodeSet() and OnSceneSet()). This should allow components to work properly when moved from one scene to another, or when created initially outside a scene, and be removed from rendering & physics when removed from the scene, even if the node's refcount keeps it alive after the removal. 10 years ago
  Lasse Öörni 3e930c5a6f Added IsAtEnd() function to AnimationController. 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