1
- Version 1.6.0 (unreleased )
1
+ Version 1.6.0 (latest )
2
2
--------------
3
3
* Added parent/child relationships between network shared objects.
4
4
* Fixed a bug in the assertion logic in BufferedHashSet's thread check.
5
5
6
6
7
- Version 1.5.0 (latest)
7
+ Version 1.5.0
8
8
--------------
9
9
* Internally moved ZoneManager creation to the EtherealHost constructor
10
10
so that it could be accessed prior to EtherealHost service initialization.
@@ -15,25 +15,25 @@ Version 1.5.0 (latest)
15
15
* Modified ZoneManager to have a new internal DynamicZoneRange that can
16
16
support objects of virtually any size relative to zone size. (Subject
17
17
to positional bit resolution, etc.)
18
- * Added a (hopefully temporary) ZoneManager.setSupportLargeObjects() that
18
+ * Added a (hopefully temporary) ZoneManager.setSupportLargeObjects() that
19
19
defaults to false. When true this will use the new DynamicZoneRange.
20
20
This defaults to false because the older (uglier) ZoneRange code has
21
21
had a LOT more real world testing. Note: the new code is actually way
22
22
cleaner and more elegant.
23
23
* Modified the "received acks" watchdog in StateWriter to take message ID lag
24
24
into account. This should fix the cases where the exception would be
25
- thrown for cases where client ACKs are just lagging by a wide margin.
25
+ thrown for cases where client ACKs are just lagging by a wide margin.
26
26
* Upgraded to SimMath 1.4.0 to get the new IntRangeSet for receved acks tracking.
27
27
* Converted the tracked ACK message ID sets to IntRangeSets for efficient storage
28
28
and processing. (During normal processing, ACK IDs will almost always be
29
- a single contiguous range so a good candidate for IntRangeSet: one entry)
29
+ a single contiguous range so a good candidate for IntRangeSet: one entry)
30
30
* Fixed a bug in SentState message writing/receiving where more than 255 ACK
31
31
IDs was causing overflow and randomly lost acks. (Fixed by sending ranges
32
32
instead of every individual ACK set.) This also fixed a message size
33
- overflow issue.
33
+ overflow issue.
34
34
35
35
36
- Version 1.4.0
36
+ Version 1.4.0
37
37
--------------
38
38
* Fixed zone ID calculation for non-uniform grids. See PR #2 .
39
39
* Modified ZoneManager to automatically send "no-change" updates for
0 commit comments