Yao Wei Tjong 姚伟忠
|
23a696676d
Add IsReplicated() method for Node and Component classes.
|
8 years ago |
Lasse Öörni
|
db29964574
Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926.
|
8 years ago |
Eugene Kozlov
|
d60e96c866
Add script binding for Node::IsChildOf.
|
8 years ago |
Eugene Kozlov
|
e556f63291
Add 'temporary' parameter to Node::CreateChild and Node::CreateTemporaryChild.
|
9 years ago |
Rokas Kupstys
|
e71fa46e89
Node::SetTransform(const Matrix3x4& matrix)
|
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
|
b3e492e18c
Scene node and UI element reordering (within the same parent) by Ctrl-dragging. Closes #1088. Expose Node::SetID() in script, as it was necessary for this, though not recommended to be called.
|
9 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 |
Nick Royer
|
79bc4feb1e
Updated Lua API with scene and node JSON load/save capabilities.
|
10 years ago |
JSandusky
|
8df17a41ee
Bind GetParentComponent to angelscript and lua
|
10 years ago |
Yao Wei Tjong 姚伟忠
|
a58d855e60
Do not assume the location of the NavigationMesh component.
|
10 years ago |
Lasse Öörni
|
c5a75e523a
Added Node function to remove all components of type.
|
10 years ago |
Mike3D
|
44d5d21bbe
Exposed Node::GetComponents(), Node::GetChildren() and Node::GetChildrenWithComponent() to lua
|
10 years ago |
Lasse Öörni
|
4a79c14189
Fix missing Lua Component class property bindings. Removed some "unsafe" Node functions from Lua bindings.
|
10 years ago |
Lasse Öörni
|
5e133eb639
Added file modification remark with credit to prettywriter.h. Added indentation parameter to several SaveXML() functions including Node & Scene. Code convention edit to use String& throughout. Removed outdated remark of being only able to save to File.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
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 |