Lasse Öörni
|
fbf5bd4076
Added log prints for loading & saving the scene.
|
14 years ago |
Lasse Öörni
|
48aa81e8e4
Added Node functions to get the world unsmoothed (target) transform.
|
14 years ago |
Lasse Öörni
|
d88b66deab
Network code cleanup. Eliminated copying of initial node or component state.
|
14 years ago |
Lasse Öörni
|
40ad2d09b6
Queue remote events instead of sending immediately to avoid synchronization problems with scene updates.
|
14 years ago |
Lasse Öörni
|
21cb202f63
Disable motion smoothing from the scene when the server connection is destroyed.
|
14 years ago |
Lasse Öörni
|
ffad4ba005
Fixed UI related crashes in headless mode.
|
14 years ago |
Lasse Öörni
|
84d70dcbe7
Optimized away constant dynamic Variant allocation in comparing attributes when sending a server update.
|
14 years ago |
Lasse Öörni
|
50682de1c6
Store network replication attributes separately to optimize sending and receiving updates.
|
14 years ago |
Lasse Öörni
|
9000621bd2
Fixed CreateNode message.
|
14 years ago |
Lasse Öörni
|
2e4d006674
Updated to newest kNet.
|
14 years ago |
Lasse Öörni
|
17dea98f14
Reading of scene update messages.
|
14 years ago |
Lasse Öörni
|
644f08c12d
Network code refactoring.
|
14 years ago |
Lasse Öörni
|
bddedd7fd2
Added a function for components to list the nodes they depend on.
|
14 years ago |
Lasse Öörni
|
7b15b34c83
Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes.
|
14 years ago |
Lasse Öörni
|
1c6cd6a744
Fixed attribute indexing with latestdata updates.
|
14 years ago |
Lasse Öörni
|
bd35b5a0e0
Added sending of scene replication messages.
|
14 years ago |
Lasse Öörni
|
4c3dd57980
Added more networking functionality, including remote events and client's controls update.
|
14 years ago |
Lasse Öörni
|
f28728b3e2
Send identity VariantMap on connecting to server.
|
14 years ago |
Lasse Öörni
|
91a0b5b41c
Fixed Network library to use kNet forward defines.
|
14 years ago |
Lasse Öörni
|
2910f128f3
Added Connection class missing from previous commit.
|
14 years ago |
Lasse Öörni
|
71603ae52e
Initial kNet-based networking implementation.
|
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
|
f1010c683e
Removed errorprone string addition operations.
|
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 |