* docs: add editor-app README with setup instructions * docs: add separate EN/CN editor setup guides * feat(ecs): add @NetworkEntity decorator for auto spawn/despawn broadcasting - Add @NetworkEntity decorator to mark components for automatic network broadcasting - ECSRoom now auto-broadcasts spawn on component:added event - ECSRoom now auto-broadcasts despawn on entity:destroyed event - Entity.destroy() emits entity:destroyed event via ECSEventType - Entity active state changes emit ENTITY_ENABLED/ENTITY_DISABLED events - Add enableAutoNetworkEntity config option to ECSRoom (default true) - Update documentation for both Chinese and English
54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
# @esengine/pathfinding
|
|
|
|
## 3.0.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @esengine/ecs-framework@2.6.0
|
|
- @esengine/blueprint@3.0.0
|
|
|
|
## 2.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`a08a84b`](https://github.com/esengine/esengine/commit/a08a84b7db28e1140cbc637d442552747ad81c76)]:
|
|
- @esengine/ecs-framework@2.5.1
|
|
- @esengine/blueprint@2.0.1
|
|
|
|
## 2.0.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`1f297ac`](https://github.com/esengine/esengine/commit/1f297ac769e37700f72fb4425639af7090898256)]:
|
|
- @esengine/ecs-framework@2.5.0
|
|
- @esengine/blueprint@2.0.0
|
|
|
|
## 1.0.4
|
|
|
|
### Patch Changes
|
|
|
|
- [#376](https://github.com/esengine/esengine/pull/376) [`0662b07`](https://github.com/esengine/esengine/commit/0662b074454906ad7c0264fe1d3a241f13730ba1) Thanks [@esengine](https://github.com/esengine)! - fix: update pathfinding package to resolve npm version conflict
|
|
|
|
## 1.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`7d74623`](https://github.com/esengine/esengine/commit/7d746237100084ac3456f1af92ff664db4e50cc8)]:
|
|
- @esengine/ecs-framework@2.4.4
|
|
- @esengine/blueprint@1.0.2
|
|
|
|
## 1.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`ce2db4e`](https://github.com/esengine/esengine/commit/ce2db4e48a7cdac44265420ef16e83f6424f4dea)]:
|
|
- @esengine/ecs-framework@2.4.3
|
|
- @esengine/blueprint@1.0.1
|
|
|
|
## 1.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置
|