Commit History

Author SHA1 Message Date
  1vanK ef1dfe3417 AS Autobindings 5 years ago
  Patrick ff6049f506 Allow to make custom class inherited from Drawable2D 5 years ago
  urho3d-travis-ci 1151b8a2d6 Travis CI: bump copyright to 2020. 6 years ago
  MistMage 63ef7312bf Moved Disabled Image Offset from Button to BorderImage 6 years ago
  Pencheff 9dca143439 Add UI custom material rendering (#2437) 6 years ago
  Yao Wei Tjong 姚伟忠 6999693461 Fix AngelScript binding for `ListView::IsSelected()` method. 6 years ago
  urho3d-travis-ci a476f0c401 Travis CI: bump copyright to 2019. 7 years ago
  Yao Wei Tjong 姚伟忠 7fce254c22 Fix the API binding and minor code cleanup. 7 years ago
  Yao Wei Tjong 姚伟忠 80668bf125 Add Scene::IsReplicatedID() static helper method for code reuse. 8 years ago
  Yao Wei Tjong 姚伟忠 23a696676d Add IsReplicated() method for Node and Component classes. 8 years ago
  Yao Wei Tjong 姚伟忠 c277e7fd01 Rinse and repeat using Clang-Tidy 4.0 and Clion. 8 years ago
  Yao Wei Tjong 姚伟忠 29fed24492 Rinse and repeat by invoking clang-tidy (v3.9) from CLI directly. 8 years ago
  Yao Wei Tjong 姚伟忠 20eeec2b84 Clang-Tidy - partial revert for cert-err58-cpp. 8 years ago
  urho3d-travis-ci 70049ba582 Travis CI: bump copyright to 2018. 8 years ago
  Yao Wei Tjong 姚伟忠 e2ecc52adc Clang-Tidy - cert-err58-cpp (WIP). 8 years ago
  Yao Wei Tjong 姚伟忠 f82ea40480 Clang-Tidy - google-default-arguments. 8 years ago
  Yao Wei Tjong 姚伟忠 c29cb530b6 Clang-Tidy - google-default-arguments. 8 years ago
  Yao Wei Tjong 姚伟忠 ca97fd9b9b Clang-Tidy - modernize-use-auto. 8 years ago
  Eugene Kozlov fce50003d2 Revert initial signature of Object::IsInstanceOf. Add Object::Cast instead. 8 years ago
  Eugene Kozlov ee77457006 Add UIElement::IsChildOf helper function. 8 years ago
  Eugene Kozlov cb15cd658d Fix crash in AS named object constructor. 8 years ago
  JTippetts 7be156e604 Add ability to specify an image offset for buttons that are disabled. Enables displaying a grayed-out version of the button when disabled if desired. 8 years ago
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. 8 years ago
  Lasse Öörni 947fe2bde7 Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053. 8 years ago
  Eugene Kozlov 58277e3621 Add AS bindings for searching Node children by name. 8 years ago
  Eugene Kozlov baf0daf7aa Add support of arbitrary data in Sound, Animation and Texture resources. 8 years ago
  Lasse Öörni a90bc49b56 Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor. 8 years ago
  Lasse Öörni af2ecd5414 Fix copy-paste error in bindings. 8 years ago
  Lasse Öörni db29964574 Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926. 8 years ago
  Lasse Öörni a5ff4f43c6 Avoid calling asGetActiveContext() in template functions, as it might result in undefined symbol when used in application code with shared library Urho3D build. Make GetScriptContext() safe to call when it would return null. Provide function GetActiveASContext() (in ScriptInstance.h) as a wrapper. 8 years ago