Lasse Öörni
|
4c3be1f600
Added List::Resize().
|
14 years ago |
Lasse Öörni
|
d5c42e8c2c
Added Node::LookAt().
|
14 years ago |
Lasse Öörni
|
9d077e78a8
Code cleanup.
|
14 years ago |
Lasse Öörni
|
bad42bcc5f
Take node parenting into account when moving nodes in the editor.
|
14 years ago |
Lasse Öörni
|
534546f78e
Fixed node ID reassigning logic.
|
14 years ago |
Lasse Öörni
|
fd06d3cf4a
Fixed component ID overwrite when copy-pasting scene nodes in the editor.
|
14 years ago |
Lasse Öörni
|
b6e09d2655
Renamed FinishUpdate() to ApplyAttributes() to be more descriptive, and to not confuse with frame updates.
|
14 years ago |
Lasse Öörni
|
3f7fffbf49
Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance().
|
14 years ago |
Lasse Öörni
|
ad57102acb
Fixed root node identity assumption in GetWorldTargetTransform().
|
14 years ago |
Lasse Öörni
|
0298cd3e00
Removed assumptions of root node's identity transform.
|
14 years ago |
Lasse Öörni
|
6a22f5d7d7
Fixed crash if a RigidBody is parented to a node without a RigidBody.
|
14 years ago |
Lasse Öörni
|
6dd8679214
Further attribute reorganization.
|
14 years ago |
Lasse Öörni
|
9bebc4898e
Switched to AngelScript 2.21.1 WIP.
|
14 years ago |
Lasse Öörni
|
f1bb8bd2ba
Updated to latest kNet.
|
14 years ago |
Lasse Öörni
|
5b44c38d32
Code cleanup. Actually use the added Contains() & Find() functions.
|
14 years ago |
Lasse Öörni
|
7eed016fd8
Added more assertions.
|
14 years ago |
Lasse Öörni
|
b694ad047e
Refactored interest management into the NetworkPriority component.
|
14 years ago |
Lasse Öörni
|
7b254df85d
Added simple distance-based interest management for networking.
|
14 years ago |
Lasse Öörni
|
38fe1554ba
Initial multiplayer NinjaSnowWar.
|
14 years ago |
Lasse Öörni
|
4d0e922e3f
Added common script code for parsing network-related command line arguments.
|
14 years ago |
Lasse Öörni
|
48aa81e8e4
Added Node functions to get the world unsmoothed (target) transform.
|
14 years ago |
Lasse Öörni
|
ffad4ba005
Fixed UI related crashes in headless mode.
|
14 years ago |
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 |