Commit History

Author SHA1 Message Date
  urho3d-travis-ci 1151b8a2d6 Travis CI: bump copyright to 2020. 6 years ago
  1vanK 9a6e9dfcd5 Fix IK typo: https://github.com/urho3d/Urho3D/issues/2475 6 years ago
  urho3d-travis-ci a476f0c401 Travis CI: bump copyright to 2019. 7 years ago
  urho3d-travis-ci 70049ba582 Travis CI: bump copyright to 2018. 8 years ago
  Yao Wei Tjong 姚伟忠 ca97fd9b9b Clang-Tidy - modernize-use-auto. 8 years ago
  Rokas Kupstys 964f4c6759 Context::RemoveAllAttributes(StringHash) API 8 years ago
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. 8 years ago
  Eugene Kozlov 79f01057d3 Merge pull request #2105 from eugeneko/attribute-metadata 8 years ago
  Eugene Kozlov b617a576c4 Added attribute metadata. Removed attribute variant structure element names. Resolves #1766. 8 years ago
  Eugene Kozlov 3fdc30fa6a Make Variant able to store any type. 8 years ago
  TheComet 183d2d835e fixes #1907 - Compiler error when URHO3D_IK=OFF 8 years ago
  Yao Wei Tjong 姚伟忠 3758048112 Fix mini-urho build. 8 years ago
  Yao Wei Tjong 姚伟忠 8c9122ce25 Minor refactoring and cleaning on IK component's code. 8 years ago
  TheComet 327965a40c Fixing build on windows, fixing segfault in release builds 8 years ago
  TheComet d355540f41 Trying proposed _PSTDINT_H_INCLUDED fix. Reformatting some docstrings 8 years ago
  TheComet 8fc0aa2866 Lua script bindings and CPP sample 8 years ago
  TheComet cf30fb98c0 Adding IK library to Urho3D, enable/disable it with -DURHO3D_IK 8 years ago
  Lasse Öörni be9257a3fd Add MINI_URHO guards to Context for SDL init / uninit. No-op when MINI_URHO defined. Minor code style edits. 9 years ago
  TheComet 92d50f025a Fix coding conventions 9 years ago
  TheComet 10c878b42b fixes #1781 - Moved SDL_Init() into Context class 9 years ago
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Lasse Öörni 31744b797c Fix potential use of dangling EventReceiverGroup (leading to assert) by making it refcounted and holding onto it until event sending is complete. 9 years ago
  Lasse Öörni 3143336a76 Rewrite event receiver tracking to allow safe receiver removal during event send, even when same number of receivers is added and removed. Closes #1642. 9 years ago
  Yao Wei Tjong 姚伟忠 b99f652892 Minor refactoring on the event profiler subsystem. 9 years ago
  Yao Wei Tjong 姚伟忠 3ab69da3af Use __ANDROID__ compiler define consistently. 9 years ago
  Blue, The Magnificent bfe39c6a3f Enhancement to global variable implementation 9 years ago
  Blue, The Magnificent f1864f498a implement application wide global variable 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Lasse Öörni 0a3e487a9e Log warnings when illegal attribute registration or base type attributes copying is attempted. 10 years ago
  Lasse Öörni 77e6703b15 Detect attempt to copy a base class's attributes onto itself, and early-exit in that case. 10 years ago