Commit 7cb3465
committed
PositStageNet 2.03: Code rewrite + added per-tracker timestamp data chunk
- Improvements:
- Added a new tracker data chunk to encode a timestamp per tracker.
- Added flags to trackers to know which chunk have been received
and to avoid transmitted properties that have not been set.
- Rewrote the whole implementation to simplify its usage and to
lower its computational time by reduce memory allocation and copy.
Warning: The interface changed. You might need to adapt calls to
the library if you update from a previous version. However,
the changes should be straightforward.1 parent 7becc53 commit 7cb3465
24 files changed
Lines changed: 1069 additions & 1857 deletions
File tree
- bin
- win32
- win64
- doc
- examples/vs2015
- psn_client
- psn_glut_client
- psn_server
- include
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | 18 | | |
7 | 19 | | |
8 | 20 | | |
9 | | - | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments