chore: release packages (#441)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-05 22:20:23 +08:00
committed by GitHub
parent 30173f0764
commit e90a42b1c9
12 changed files with 56 additions and 26 deletions

View File

@@ -1,11 +0,0 @@
---
"@esengine/ecs-framework-math": minor
---
feat(math): 添加定点数数学库 | Add fixed-point math library
**@esengine/ecs-framework-math** - 新增定点数支持 | Add fixed-point number support
- 新增 `Fixed32`Q16.16 定点数实现 | Add `Fixed32` class: Q16.16 fixed-point implementation
- 新增 `FixedMath` 工具类:定点数数学运算 | Add `FixedMath` utility: fixed-point math operations
- 新增 `FixedVector2` 类:定点数二维向量 | Add `FixedVector2` class: fixed-point 2D vector
- 支持基本算术运算、三角函数、向量运算 | Support basic arithmetic, trigonometry, vector operations

View File

@@ -1,10 +0,0 @@
---
"@esengine/network": minor
---
feat(network): 添加定点数网络同步支持 | Add fixed-point network sync support
**@esengine/network** - 新增定点数同步模块 | Add fixed-point sync module
- 新增 `FixedSnapshotBuffer`:定点数快照缓冲区 | Add `FixedSnapshotBuffer`: fixed-point snapshot buffer
- 新增 `FixedClientPrediction`:定点数客户端预测 | Add `FixedClientPrediction`: fixed-point client prediction
- 支持确定性帧同步和状态回滚 | Support deterministic lockstep and state rollback