Commit Graph
36 Commits
Author SHA1 Message Date
NanaChiyo0721 899927a935 Optimize blinear closed file cleanup logic
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-19 11:36:01 +08:00
NanaChiyo0721 c9f8dd4595 Annotations 2026-08-17 14:00:50 +08:00
NanaChiyo0721 9eb5c767ed Make ARW to record class 2026-08-17 13:59:46 +08:00
NanaChiyo0721 1192f2e674 Fix typo in filed name of RegionScheduleProfilerManager
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-17 13:56:38 +08:00
NanaChiyo0721 50e9fe5eba Remove config of already removed functions
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-17 01:40:19 +08:00
Suisuroru 8554d3b962 refactor: improve error handling in ProfilerCommand registration and update block argument handling
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-16 14:15:00 +08:00
Suisuroru 8331d07690 refactor code 2026-08-16 13:26:04 +08:00
NanaChiyo0721 c92cb53b26 Per region async profiler
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
这一坨给我干的头大了()

指令交互部分是gpt写的(review了(讲真这个指令系统真乱套()))

由于async profiler的问题目前可能不支持瘟斗士
2026-08-16 01:53:49 +08:00
NanaChiyo0721 b82cbf07cf Fixup comments 2026-08-15 16:28:12 +08:00
Suisuroru 84f62ca34b refactor entity portal speed fix patch
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-15 16:14:13 +08:00
Suisuroru 3cb4cc0ab8 refactor code 2026-08-15 16:08:52 +08:00
NanaChiyo0721 2734c91fca Bug fixes
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
好罢有点多懒得总结了()
2026-08-15 01:58:11 +08:00
NanaChiyo0721 f317990af4 Correct wrong id generation in ReferenceCountingChunkLoader 2026-08-15 01:33:24 +08:00
NanaChiyo0721 8580882817 Fix wrong clamped reading size & add more comments to default value of LongCommandSupportConfig
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-15 00:29:07 +08:00
NanaChiyo0721 7209f9c356 Fix field name typo in CpuAffinityConfig 2026-08-14 23:29:18 +08:00
NanaChiyo0721 e1dc40628d Fixup long command support default config
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
shit mojang
2026-08-14 22:44:51 +08:00
NanaChiyo0721 0418b4cdc7 Fixup long command support patch
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-14 22:00:44 +08:00
NanaChiyo0721 1537d45e4d Remove unused codes & Correct name of ClassLoadUtil.java to ClassScanUtil.java 2026-08-14 01:26:16 +08:00
NanaChiyo0721 9ef6d49163 [ci skip] Clean codes in BufferedLinearRegionFile 2026-08-13 22:36:52 +08:00
NanaChiyo0721 de4ccc40f0 Fix potential race cond in BufferedLinearRegionFile
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-13 13:45:28 +08:00
NanaChiyo0721 ce1a1a3fb4 Remove linearv2 support as it's no longer maintained
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-13 00:37:44 +08:00
NanaChiyo0721 aa6be50f5b Replace fast compressor with high compressor in buffered linear format
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-08-03 20:01:42 +08:00
NanaChiyo0721 1fa211fa6e Reduce ticket operations in nether portal searching
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s
2026-07-30 21:20:23 +08:00
NanaChiyo0721 11e9c0381f Optimize and refactor BufferedLinearRegionFile 2026-07-26 22:30:02 +08:00
NanaChiyo0721 8675ea1da9 Lithium Optimize non poi block searching 2026-07-25 21:39:22 +08:00
NanaChiyo0721 bbd6d8c5f1 LinearMasterFileParser -> MasterFileParser 2026-07-24 21:53:50 +08:00
NanaChiyo0721 755edf914e Move BufferedLinearRegionFileFlusher to data package 2026-07-20 21:28:31 +08:00
NanaChiyo0721 02b3686642 [ci skip] Fix comments 2026-07-20 21:25:40 +08:00
NanaChiyo0721 64cbc78484 Leaf: Lithium faster hash palette
This is a part of Leaf(https://github.com/Winds-Studio/Leaf/blob/8293ae2d0ada9df24e944f755b50e93208c1496d/leaf-server/minecraft-patches/features/0281-Lithium-faster-hash-palette.patch)

Original proj license: https://github.com/Winds-Studio/Leaf/blob/8293ae2d0ada9df24e944f755b50e93208c1496d/LICENSE.md

This patch is based on the following mixins:
* "net/caffeinemc/mods/lithium/mixin/chunk/palette/StrategyMixin.java"
By: 2No2Name <2No2Name@web.de>
As part of: Lithium (https://github.com/CaffeineMC/lithium)
Licensed under: LGPL-3.0-only (https://www.gnu.org/licenses/lgpl-3.0.html)
2026-07-20 20:48:14 +08:00
NanaChiyo0721 9af4757cdb Improve compact check of BufferedLinearRegionFile 2026-07-18 18:30:52 +08:00
NanaChiyo0721 d5733936ac Rewrite buffered linear master sync logic & sync locks
Generated by ai(uhm idk which model(x) but the code is ok)
2026-07-18 06:44:47 +08:00
NanaChiyo0721 0cf1ddec5c Partially rewrite kaiiju entity throttler 2026-07-17 21:04:02 +08:00
NanaChiyo0721 fb6a193259 Fix frustum filtering tracker do not respect switch 2026-07-17 18:12:48 +08:00
NanaChiyo0721 1c5998411d Frustum filtering tracker 2026-07-16 23:09:01 +08:00
NanaChiyo0721 c6819e3329 Push forward 2026-07-14 15:09:17 +08:00
NanaChiyo0721 dd3efffa76 Push forward 2026-07-14 13:29:52 +08:00