Lasse Öörni
|
13d449d9cc
Added Abs() to Vector2, Vector3 and Vector4.
|
14 years ago |
Lasse Öörni
|
cc2a487361
Further optimization of the parent node network replication attribute.
|
14 years ago |
Lasse Öörni
|
9000621bd2
Fixed CreateNode message.
|
14 years ago |
Lasse Öörni
|
bddedd7fd2
Added a function for components to list the nodes they depend on.
|
14 years ago |
Lasse Öörni
|
ee9b6cc0f8
Renamed the script PostLoad() to FinishUpdate().
|
14 years ago |
Lasse Öörni
|
7b15b34c83
Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes.
|
14 years ago |
Lasse Öörni
|
bd35b5a0e0
Added sending of scene replication messages.
|
14 years ago |
Lasse Öörni
|
71603ae52e
Initial kNet-based networking implementation.
|
14 years ago |
Lasse Öörni
|
af2b4311dc
Function name unification and cleanup. ChildElement -> Child. RootElement -> Root. ScriptedChildren -> ChildrenWithScript.
|
14 years ago |
Lasse Öörni
|
aa2491a7ac
Moved SharedPtr & SharedArrayPtr to the Container library.
|
14 years ago |
Lasse Öörni
|
b90c1386be
Removed unnecessary parentheses.
|
14 years ago |
Lasse Öörni
|
2da8d4ae47
Renamed Matrix4x3 to Matrix3x4.
|
14 years ago |
Lasse Öörni
|
f60321b20f
Use PODVector more extensively.
|
14 years ago |
Lasse Öörni
|
f3859c1ed7
Added documentation about containers.
|
14 years ago |
Lasse Öörni
|
516b532a8f
Refactored StringUtils as member functions of String & the classes to be converted.
|
14 years ago |
Lasse Öörni
|
d69efd65f0
Container library fixes.
|
14 years ago |
Lasse Öörni
|
565de1ad02
Moved some of StringUtils functions to the String class.
|
14 years ago |
Lasse Öörni
|
343e9052b3
Fixed search/replaced function & variable names.
|
14 years ago |
Lasse Öörni
|
5bde56d248
Added owner connection pointer to Node for multiplayer.
|
14 years ago |
Lasse Öörni
|
6531fa08d5
Moved Controls to Network library.
|
14 years ago |
Lasse Öörni
|
a67db4ba05
Async scene loading support.
|
14 years ago |
Lasse Öörni
|
62c9aa3d9c
Added local node & component ID's in preparation to networking.
|
14 years ago |
Lasse Öörni
|
9dd15c95e2
DynamicCast to UIElement when creating layouts, because the returned object could theoretically be a Component or Resource as well.
|
14 years ago |
Lasse Öörni
|
9a5cbb6016
More documentation.
|
14 years ago |
Lasse Öörni
|
fe56f0118b
Renamed the UserData VariantMap in UIElement to Vars, to distinguish from low-level userdata that is typically a pointer. Added same VariantMap to Node.
|
14 years ago |
Lasse Öörni
|
a7a458b3a9
Script API registration cleanup: asMETHODPR changed to asMETHOD where possible.
|
14 years ago |
Lasse Öörni
|
7c45da5588
Import new code.
|
14 years ago |
Lasse Öörni
|
a48885a729
Make way for import of new code.
|
14 years ago |
Lasse Öörni
|
23152b4d58
Improved asset import directly invokable from the editor.
|
14 years ago |
Lasse Öörni
|
52ea7484d3
Drag and drop operations for moving components and reparenting scene nodes.
|
15 years ago |