Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
13 years ago |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
13 years ago |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
13 years ago |
Lasse Öörni
|
3d4eb6bdc8
Event refactoring. Removed the concept of targeted events and a Node forwarding a targeted event to all components, which was used only for physics node collision events. Now the node will instead send the collision event, and it can be explicitly subscribed to.
|
13 years ago |
Lasse Öörni
|
8cdc6f69d2
Properly clean up event handlers referring to a deleted object.
|
13 years ago |
Lasse Öörni
|
54c7de95d8
Tidied up Container code.
|
13 years ago |
Lasse Öörni
|
da921892b2
Rearranged Octant variables for more optimal access.
|
13 years ago |
Lasse Öörni
|
c48f640a18
Changed several structures to HashMap / HashSet for better performance.
|
13 years ago |
Lasse Öörni
|
32fa940130
Handle world transform update of parented RigidBodies correctly.
|
13 years ago |
Lasse Öörni
|
97142c1db1
Eliminated n^2 algorithms from event subscribing and octree updates.
|
13 years ago |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
14 years ago |
Lasse Öörni
|
7a45a5b33a
Made internal event handling functions private in Object & Context.
|
14 years ago |
Lasse Öörni
|
f1bb8bd2ba
Updated to latest kNet.
|
14 years ago |
Lasse Öörni
|
7eed016fd8
Added more assertions.
|
14 years ago |
Lasse Öörni
|
20a2a48ed9
Added hashing support to Pair template class.
|
14 years ago |
Lasse Öörni
|
ca31354fb5
Added client's score/hiscore update to multiplayer NinjaSnowWar.
|
14 years ago |
Lasse Öörni
|
4c3dd57980
Added more networking functionality, including remote events and client's controls update.
|
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
|
f60321b20f
Use PODVector more extensively.
|
14 years ago |
Lasse Öörni
|
f3859c1ed7
Added documentation about containers.
|
14 years ago |
Lasse Öörni
|
d69efd65f0
Container library fixes.
|
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
|
2a6c10874c
Documentation structure and Getting Started-documentation.
|
14 years ago |
Lasse Öörni
|
7c45da5588
Import new code.
|
14 years ago |