1vanK
|
ef1dfe3417
AS Autobindings
|
5 years ago |
1vanK
|
722e2dfceb
Typos
|
5 years ago |
urho3d-travis-ci
|
1151b8a2d6
Travis CI: bump copyright to 2020.
|
6 years ago |
SirNate0
|
c7e6a10a4b
Added a Matrix3x4 overload for Node::SetWorldTransform()
|
6 years ago |
Vitalii Minnakhmetov
|
06fa2a728d
Make doxygen catch global enums
|
6 years ago |
urho3d-travis-ci
|
a476f0c401
Travis CI: bump copyright to 2019.
|
7 years ago |
Yao Wei Tjong 姚伟忠
|
23a696676d
Add IsReplicated() method for Node and Component classes.
|
8 years ago |
Yao Wei Tjong 姚伟忠
|
29fed24492
Rinse and repeat by invoking clang-tidy (v3.9) from CLI directly.
|
8 years ago |
urho3d-travis-ci
|
70049ba582
Travis CI: bump copyright to 2018.
|
8 years ago |
Yao Wei Tjong 姚伟忠
|
d6eb307e34
Clang-Tidy - google-explicit-constructor.
|
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 |
Yao Wei Tjong 姚伟忠
|
5e89e566e6
Clang-Tidy - modernize-use-override.
|
8 years ago |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 years ago |
Lasse Öörni
|
db29964574
Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926.
|
8 years ago |
Eugene Kozlov
|
76ddec737e
Add Node::IsChildOf member function.
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Eugene Kozlov
|
e556f63291
Add 'temporary' parameter to Node::CreateChild and Node::CreateTemporaryChild.
|
9 years ago |
Rokas Kupstys
|
964351a03a
Node::GetChildren* that return a collection of children (for use in ranged for loops)
|
9 years ago |
Rokas Kupstys
|
e71fa46e89
Node::SetTransform(const Matrix3x4& matrix)
|
9 years ago |
Eugene Kozlov
|
a69df6344a
Replace new/delete with UniquePtr in simplest cases.
|
9 years ago |
Lasse Öörni
|
fee755e942
To restore lost performance, move less critical Node variables to an implementation struct to reduce Node instance memory size, and restore old unsafe PODVector operation that does not allow self-insertion.
|
9 years ago |
Lasse Öörni
|
2f25c3b98d
Add note to discourage use of AddComponent(). Prevent attempting to assign model resource on StaticModel / AnimatedModel when no node set. Closes #1510.
|
9 years ago |
Lasse Öörni
|
34ddcdc294
Component reorder in editor. Fix attribute inspector not updating when nodes are added to e.g. StaticModelGroup via dragging. Clean up reorder related code. Set Urho icon as window icon in the editor. Closes #1463.
|
9 years ago |
Lasse Öörni
|
31f608408d
Minor documentation update on scene model.
|
9 years ago |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 years ago |
Lasse Öörni
|
474276fc17
Code convention & minor logic edits. Unify tag API between UIElement & Node. Use ; as the default tag separator to match the editor. Do not allow adding empty tags.
|
10 years ago |
svifylabs
|
4297cdedd2
Added Simple String Multitag System
|
10 years ago |
svifylabs
|
9bb980b8a1
Revert "multitag test"
|
10 years ago |
svifylabs
|
fd8b760330
multitag test
|
10 years ago |