Skip to content

Commit

Permalink
complete 2024.02.3.0 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrillya committed Mar 30, 2024
1 parent 57698e1 commit 502dfd7
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion info/release-notes/2024.02.3.0_zh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,57 +41,95 @@ The following is a list of the most noteworthy changes made for this release. As
[h2]API Changes[/h2]
[h2]API 改动[/h2]
[b]Chicken-Bones, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3822]Massive rework to mod version selection and multiplayer mod syncing user experience[/url]
[b]Chicken-Bones, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3822]改进模组版本选择和模组文件同步/重载逻辑[/url]
[b]Ishigh1, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3296]Edit ModConfig directly on server console before loading world[/url]
[b]Ishigh1, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3296]允许服务器在加载世界前直接在控制台上编辑 ModConfig[/url]
[b]Brian Hansen, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4053]Modded Sand and Sandgun support, ExampleSandBlock[/url]
[b]Brian Hansen, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4053]模组沙和沙枪支持,示例模组添加 ExampleSandBlock[/url]
[b]-Cyril-[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3943]Add more features to BuilderToggle API[/url]
[b]-Cyril-[/b]: [url=https://github.com/tModLoader/tModLoader/pull/3943]为 BuilderToggle API 添加了更多功能[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4052]Mod.DisplayNameClean added for situations where DisplayName chat tags are not desired[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4052]添加 Mod.DisplayNameClean 用于不需要 DisplayName 中含有的 Tag 的情况[/url]
[b]BasicallyIAmFox[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4118]Added Main.ActiveNPCs/Projectiles/Players/Items iterators to write more convenient code for correctly iterating over active entities[/url]
[b]BasicallyIAmFox[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4118]为了更方便地编写代码来正确迭代活跃(Active)实体,添加了 Main.ActiveNPCs/Projectiles/Players/Items 迭代器[/url]
[b]BasicallyIAmFox[/b]: [url=https://github.com/tModLoader/tModLoader/commit/d3fc1cee429985639fe05aae664e04222ab4ee62]Active Entity Iterators (#4118)[/url]
[b]BasicallyIAmFox[/b]: [url=https://github.com/tModLoader/tModLoader/commit/d3fc1cee429985639fe05aae664e04222ab4ee62]活跃实体迭代器 (#4118)[/url]

[h1]Bug Fixes[/h1]
[h1]漏洞修复[/h1]
[h2]Gameplay Fixes[/h2]
[h2]游戏内容[/h2]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/87dbe88f29a6cec7d69517e1738075f9b7c0ab68]Fix shop sell back price issue[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/87dbe88f29a6cec7d69517e1738075f9b7c0ab68]修复商店卖回物品时价格不正确的问题[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/0350c2d63a060125f1040caff8bf0cb9260615f2]Restore full shop sell behavior[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/0350c2d63a060125f1040caff8bf0cb9260615f2]将商店售卖行为恢复正常[/url]
[b]direwolf420[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4059]Fix celebrationmk10 treasure bag item issue[/url]
[b]direwolf420[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4059]修复 Celebrationmk10 世界中宝藏袋物品异常[/url]

[h2]Quality of Life and Other Fixes[/h2]
[h2]游戏体验及其他[/h2]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4103]Prevent config.json corruption and workaround existing corruption[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4103]防止 config.json 损坏并修复现有损坏[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/06ae60113f05a42a11f8558125c44f1d6154ad2d]Fix malformed language packs preventing game launch[/url]
[b]Johannes Grimm, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4067]Improved handling of world save and load errors[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/06ae60113f05a42a11f8558125c44f1d6154ad2d]修复格式错误的语言包会使游戏无法启动[/url]
[b]Johannes Grimm, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4067]Improved handling of world save and load errors[/url]]
[b]Johannes Grimm, JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4067]改善世界保存和加载发生错误时的处理[/url]
[b]Mirsario[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4096]Fix incorrect date handling and other logging issues[/url]
[b]Mirsario[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4096]修复日志记录中日期处理不正确和其他问题[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/7c479d1708968a9f140468e17bbfdf0d14697ce8]Item/NPC/Projectille/NPCDefinition config elements are now more responsive[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/7c479d1708968a9f140468e17bbfdf0d14697ce8]Item/NPC/Projectile/NPCDefinition 元素的响应速度更快了[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4113]Improve speed of AssetRequestMode.ImmediateLoad during mod loading[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4113]提升了模组加载时 AssetRequestMode.ImmediateLoad 的速度[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4079]Allow Journeys End menu to persist on restart[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4079]若选中了 Journey's End 背景主题,则其在游戏重启后会保持选中[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4047]Fix sorting of searched mods in download mods menu[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4047]修复下载模组界面中搜到的模组的排序[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/a734931a308ac2cd274ad9b6982b8d5bf531d826]Prevent EnableAll/Doubleclick from enabling mod requiring update[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/a734931a308ac2cd274ad9b6982b8d5bf531d826]阻止启用全部 / 双击启用功能启用需要更新的模组[/url]

[h2]API Fixes and Changes[/h2]
[h2]API 修复与改动[/h2]
[b]Mirsario[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4087]Allow .hjson files to be used for non-localization purposes[/url]
[b]Mirsario[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4087]允许 .hjson 文件用于非本地化用途[/url]
[b]R.Phoenix[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4060]Fix fishing line drawing issue when using bobbers, ModifyFishingLine moved from ModProjectile to ModItem[/url]
[b]R.Phoenix[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4060]修复使用钓鱼浮标时的鱼线绘制问题,ModifyFishingLine 从 ModProjection 移动到 ModItem[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/a2b48a7cb1df78e7b3026df2387c5502f345b2ae]Add Asset<Effect> constructors to ShaderData for easier async asset usage[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/a2b48a7cb1df78e7b3026df2387c5502f345b2ae]为 ShaderData 添加了 Asset<Effect> 构造器以便于异步资源使用[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/bd5f05b5f70609cc616ad793897f502a0fe7813d]Warn when mods spend a long time blocking on asset loading[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/bd5f05b5f70609cc616ad793897f502a0fe7813d]当模组花费了长时间加载资源时发出警告[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/e28fde35666ca10f0c67c2fc09f56bc4227ed652]Report total mod load time in logs[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/e28fde35666ca10f0c67c2fc09f56bc4227ed652]在日志中报告模组总加载时长[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4109]Zip library updated from Ionic.Zip.Reduced v1.9.1.8 to DotNetZip v1.16.0[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4109]Zip 库从 Ionic.Zip.Reduced v1.9.1.8 更新为 DotNetZip v1.16.0[/url]
[b]Solxan[/b]: [url=https://github.com/tModLoader/tModLoader/commit/46a88756f650f1a6287955ff99de75ae764c31a3]Continuous Integration work[/url]
[b]Solxan[/b]: [url=https://github.com/tModLoader/tModLoader/commit/46a88756f650f1a6287955ff99de75ae764c31a3]完善持续集成工作[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4089]Add new MethodOverrideQuery for faster HasOverride checks[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4089]添加新的 MethodOverrideQuery 方法用于更快检查 HasOverride[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4088]Remove IIndexed constraint from IEntityWithInstances so that HookList can be used more generally (#4088)[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4088]去除 IEntityWithInstances 的 IIndexed 限制,以使 HookList 更加泛用 (#4088)[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/6e1fee2d305863166ce675288022096f209ee05f]Remove unnecessary computation in Cloning when not needed[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/6e1fee2d305863166ce675288022096f209ee05f]移除 Clone 中的无用计算[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/e8cf9038625ac17d22f23414684b485b611f6066]Improve usability of method reference override queries by allowing the delegate type to be unspecified[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/e8cf9038625ac17d22f23414684b485b611f6066]允许不指定委托类型,从而提高方法引用覆盖查询的可用性[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4078]Fix tModLoader test code[/url]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4078]修复 tModLoader 测试代码[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/9f43d2e330a147ab21d70cc7feeacc01e7e0212d]Fix #4132 - Server Map Bug[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/9f43d2e330a147ab21d70cc7feeacc01e7e0212d]修复服务器地图漏洞(#4132)[/url]

[h1]其他改动[/h1]
[h2]示例模组(ExampleMod)与 API 文档[/h2]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4121]ExampleMod updated according to Asset wiki page guidelines[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4121]根据 Wiki 页面指南的 Assets 页更新了 ExampleMod[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/21b579ce3021c15d89626b3e8675c1c21463b90f]Closed door randomization feature documentation[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/21b579ce3021c15d89626b3e8675c1c21463b90f]关闭的门的随机贴图特性的文档[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/dfa6ebf8958cbab2183f68755c4757f0dd474c83]Chain item drop method documentation[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/dfa6ebf8958cbab2183f68755c4757f0dd474c83]物品掉落链的文档[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/12bed07610daf123899fa10dbb55a7af6ab83ece]Improve documentation on ModContent.Request[/url]
[b]Chicken-Bones[/b]: [url=https://github.com/tModLoader/tModLoader/commit/12bed07610daf123899fa10dbb55a7af6ab83ece]改进 ModContent.Request 的文档[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/0e7909135b6ad6517db3fa038d376fa23cca996d]Fix ExampleCampfire nearby logic[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/0e7909135b6ad6517db3fa038d376fa23cca996d]修复 ExampleCampfire 的邻近效果逻辑[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/072a73179dc60e032eadb5dc98fc6bbffec709fc]Added an example of adding a shop item after a modded boss is defeated[/url]
[b]JavidPack[/b]: [url=https://github.com/tModLoader/tModLoader/commit/072a73179dc60e032eadb5dc98fc6bbffec709fc]增加了一个在模组 Boss 被击败后添加商店物品的示例[/url]

[h2]本地化[/h2]
[b]Johannes Grimm[/b]: [url=https://github.com/tModLoader/tModLoader/pull/4049]German[/url]
Expand Down

0 comments on commit 502dfd7

Please sign in to comment.