Commit 6aac7e7
authored
Packer/字体修复/杂项更新 (#3288)
* Fix Packer searching logic
原有的逻辑是先检索语言,再跳过font//textures;由于将检索目标改为了
“仅检索中文文本”,路径中缺失语言部分的字体文件被丢弃了。
这里修复了该问题
* Font Update - Phase 1
更改版本:1.16-1.19
更改内容:
- 将所有附加更改用独立的bitmap加载器和独立的文件挂载
- 将元素符号替换改到了原生拓展平面支持上
- 将省略号移动到U+22ef位点上,用32x字体近似渲染
测试环境:1.18.2 forge w/ mods:
- pneumaticcraft-repressurized
- compressed-creativity
- create
- flywheel
- jade
- patchouli
- i18nupdatemod
出于历史性考虑,暂时保留了旧文件。如有需要,可以后续删除。
* Font Update - Phase 2
Packer的字体部分全面更新,以及杂项更新
- 将字符替换表更改为版本独立
- 同时将配置文件也改为了版本独立,否则太大了
- 修改了时间戳的加法:现在不会干掉原文件了
- 杂项更新,如日志格式
* Font Update - Phase 3
更改版本:1.12
使用16x的unifont加载器加载省略号。显示效果大致可以。
测试版本:
1.12.2 forge w/ mods:
- pneumaticcraft-repressurized
- patchouli
- opencomputers
- jei
etc.
* Post-Job Cleanup
* hotfix1
* hotfix3
* hotfix4
* hotfix6
* hotfix7
* hotfix8
* hotfix9
* hotfix10
* hotfix10
* Refresh font
把UCD EastAsianWidth.txt 过了一遍,希望凑齐了全部要调宽度的
1.16下放了一个ps文件(对,ps),是我做这玩意的工程文件,应该打不进去
1.20还不确定要不要改,先不管了
* hotfix png1 parent 02e526a commit 6aac7e7
File tree
69 files changed
+1156
-412
lines changed- config
- packer
- projects
- 1.12.2
- assets/1UNKNOWN/minecraft
- font
- textures/font
- 1.16-fabric
- assets/minecraft/minecraft
- font
- textures/font
- 1.16
- assets/minecraft
- minecraft
- font
- textures/font
- 1.18-fabric
- assets/minecraft/minecraft
- font
- textures/font
- 1.18
- assets/minecraft/minecraft
- font
- textures/font
- 1.19
- assets/minecraft/minecraft
- font
- textures/font
- 1.20-fabric
- 1.20
- src/Packer
- Extensions
- Models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1156
-412
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
370 | 377 | | |
371 | 378 | | |
372 | 379 | | |
373 | | - | |
| 380 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments