H5 魔塔样板
Go to file
unanmed d8fb6f088c fix(07-12): loadState 用 disable/revert 包裹重新装备(WR-06)
- HeroEquipment.loadState 在重新装备循环外包一层录像禁用窗口,try/finally 保证恢复
- 录像桩补禁用计数语义,读档期间写入的指令被丢弃
- 回归覆盖:读档不产生录像指令、禁用与恢复配对平衡、读档后 equip/unequip 记录仍保留
2026-09-17 16:01:32 +08:00
.github/workflows init: 2.B 2026-02-28 20:23:34 +08:00
.planning docs(07-12): lock user adjudications for WR-04/05/06 + compareEquip 2026-09-17 15:48:53 +08:00
.vscode init: 2.B 2026-02-28 20:23:34 +08:00
docs refactor: 触发器 2026-07-27 18:04:05 +08:00
packages fix(07-10): 编解码自洽 —— bigint 长度字节守卫与参数计数取截断后长度 2026-09-17 12:53:27 +08:00
packages-user fix(07-12): loadState 用 disable/revert 包裹重新装备(WR-06) 2026-09-17 16:01:32 +08:00
public refactor: getFlag 2026-04-21 15:46:59 +08:00
script fix(event): 采纳七个内建并修正 touched-jsdoc 门禁 2026-09-13 23:38:46 +08:00
src feat: MapStore 2026-07-17 22:42:16 +08:00
.gitignore chore: untrack the dispatch isolation sentinel and ignore .gsd/ 2026-09-16 13:28:03 +08:00
.madgerc init: 2.B 2026-02-28 20:23:34 +08:00
.prettierignore init: 2.B 2026-02-28 20:23:34 +08:00
.prettierrc style: LF -> CRLF 2026-07-13 23:22:31 +08:00
AGENTS.md feat(event): complete phase one event system 2026-09-09 12:01:21 +08:00
dev.md refactor: 按审查意见调整寻路模块与开发规范 2026-09-09 19:05:57 +08:00
eslint.config.js init: 2.B 2026-02-28 20:23:34 +08:00
index.html init: 2.B 2026-02-28 20:23:34 +08:00
LICENSE init: 2.B 2026-02-28 20:23:34 +08:00
package.json test(06-16): add isolated perf channel and critical calculation perf 2026-09-16 14:56:28 +08:00
pnpm-lock.yaml chore(deps): 添加 @types/madge 类型库 2026-09-13 23:38:57 +08:00
pnpm-workspace.yaml chore: 调整 workspace 2026-07-02 19:43:34 +08:00
README.md init: 2.B 2026-02-28 20:23:34 +08:00
task.md refactor: 跟随者与勇士移动 2026-06-27 20:33:49 +08:00
tsconfig.json chore: use stage 3 decorator 2026-09-11 09:41:25 +08:00
tsconfig.node.json refactor: 渲染系统 2026-03-16 12:23:02 +08:00
vite.config.ts fix(02-05): increase Vitest hook timeout budget 2026-09-10 09:45:56 +08:00
vitest.perf.config.ts test(06-16): add isolated perf channel and critical calculation perf 2026-09-16 14:56:28 +08:00

HTML 魔塔样板

基于 HTML5 制作的魔塔样板,支持全平台游戏!

即使完全不会编程的用户,按照模板和说明文档也能很快做出一个魔塔游戏!

更新记录

2.B 之前的更新记录请参考 2.10.3 样板。

2.B

  • 完全重构渲染系统,将大部分渲染相关内容移植入新渲染系统,但仍有部分内容尚未移植完毕
  • 提供新的启动服务,可以享受到完整的新技术栈支持
  • 新功能:可以自定义自动元件的连接
  • 新功能:新增 opus 音频格式的支持,ogg opus 现在支持 iOS 设备
  • 新功能:新增 webp 图片格式的支持
  • 调整由于重构的不完全目前仍有部分功能暂时无法提供支持将会在未来的版本中逐步修复2.B.1, 2.B.2 等)