Skip to content

Commit f226820

Browse files
committed
Early draft [skip ci]
1 parent d14fcc4 commit f226820

File tree

14 files changed

+772
-469
lines changed

14 files changed

+772
-469
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16+
- Send all component mappings, inserts, removals and despawns over reliable channel in form of deltas and component updates over unreliable channel packed by packet size. This will significantly reduce packet loss.
17+
- Replace `REPLICATION_CHANNEL_ID` with `ReplicationChannel` enum. The previous constant corresponded to the unreliable channel.
1618
- Use `EntityHashMap` instead of `HashMap` with entities as keys.
1719
- Use `Cursor<&[u8]>` instead of `Cursor<Bytes>`.
1820
- Replace `LastRepliconTick` with `RepliconTick` on client.
19-
- `AckedTicks` now returns the map via `deref` instead of via separate method.
2021
- Fix missing reset of `RepliconTick` on server disconnect.
2122
- Rename `replicate_into_scene` into `replicate_into` and move it to `scene` module.
2223

24+
### Removed
25+
26+
- `AckedTicks` resource.
27+
2328
## [0.17.0] - 2023-11-13
2429

2530
### Added

0 commit comments

Comments
 (0)