Commit Graph

149 Commits

Author SHA1 Message Date
22de55561f 实现了对controller层的用户输入抽象,为webui开发作准备 2024-05-29 16:53:58 +08:00
da10ce05e2 重写缓存逻辑、优化在大量领地数据下的检索速度
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m15s
2024-05-29 00:57:54 +08:00
1c6f9f410f 测试缓存性能 2024-05-28 19:54:25 +08:00
8b1d5d4291 将“无权限”提示修改为action bar提示,避免刷屏
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m4s
优化没有移动权限时的传送逻辑
2024-05-28 15:07:33 +08:00
d9787a9b32 支持兼容第三方箱子UI,避免被本插件关闭
All checks were successful
Java CI-CD with Maven / build (push) Successful in 18m31s
2024-05-27 23:37:54 +08:00
3ec1a3447c 优化了一些命名
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m17s
“默认权限”->“访客权限”
“玩家特权”->“成员权限”
2024-05-27 17:38:38 +08:00
34eed403e4 升级基础工具库版本,优化性能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m33s
2024-05-27 17:02:05 +08:00
895e003502 尝试兼容一些箱子UI菜单插件 2024-05-27 16:27:25 +08:00
dcb27740d6 新增飞行权限节点白名单控制、避免与其他飞行插件功能冲突
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m6s
2024-05-27 14:01:56 +08:00
52887016db 禁止使用空字符串作为领地名称
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m39s
2024-05-27 10:17:11 +08:00
23a9523ae2 修复大尺寸领地边界渲染不正确问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m53s
2024-05-27 10:07:03 +08:00
e859ce9b6b 新增领地怪物生成、动物生成权限控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m47s
2024-05-27 09:41:56 +08:00
6a3188e696 测试cui代码 2024-05-25 20:43:18 +08:00
53d010bdab 优化了粒子渲染性能、取消了进入离开领地的系统提示
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m9s
2024-05-24 21:09:24 +08:00
cd9e3856a1 修复了飞行权限逻辑错误问题、修复了玩家特权更新失效问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m35s
2024-05-23 21:31:56 +08:00
efebd24467 实现了飞行、修复了发光效果逻辑错误问题 2024-05-23 17:01:35 +08:00
ee5b32a5ed 新增配置文件flags.json支持对权限本身进行控制:编辑说明、是否允许配置、权限默认值
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m56s
2024-05-23 11:49:58 +08:00
2fdda7220f 重构了权限框架实现逻辑,项目整体更加精简、易扩展 2024-05-23 11:10:03 +08:00
1e79169926 优化缓存逻辑 2024-05-23 01:15:40 +08:00
ca9f5b0925 修复了潜在的数据库注入风险,建议使用此更新
All checks were successful
Java CI-CD with Maven / build (push) Successful in 29m32s
2024-05-21 16:44:18 +08:00
bccbec972b 将自定义库更新为snapshot版本 2024-05-21 11:24:03 +08:00
80ceb17f89 重要更新:**请使用sqlite的用户务必更新此版本**
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m40s
2024-05-21 11:08:20 +08:00
f9f4642ede 更新了基础工具库
All checks were successful
Java CI-CD with Maven / build (push) Successful in 41m5s
2024-05-18 21:58:23 +08:00
e27f07ca4d 重写了TUI系统,优化底层框架
All checks were successful
Java CI-CD with Maven / build (push) Successful in 50m11s
2024-05-17 20:47:13 +08:00
d2150ee72e 替换了异步执行库 2024-05-17 17:50:47 +08:00
8b94db63f3 重写了边界显示、日志、消息提示、数据库中间件 2024-05-16 18:07:43 +08:00
0370b52475 更新github release
All checks were successful
Java CI-CD with Maven / build (push) Successful in 43m56s
2024-05-13 15:47:18 +08:00
10fd19b67a 更新了数据库依赖,避免sql注入
All checks were successful
Java CI-CD with Maven / build (push) Successful in 42m29s
2024-05-12 18:44:42 +08:00
d434c2dd91 优化了传送逻辑
All checks were successful
Java CI-CD with Maven / build (push) Successful in 50m20s
2024-05-12 01:07:32 +08:00
7ebd2c5ea9 新增安全传送机制,现在即使没有手动设置具体传送点也可以进行传送
All checks were successful
Java CI-CD with Maven / build (push) Successful in 29m12s
2024-05-11 18:51:50 +08:00
1eb31e2ce5 管理员可通过游戏内TUI实现领地系统配置
All checks were successful
Java CI-CD with Maven / build (push) Successful in 26m49s
2024-05-10 13:22:48 +08:00
d9a14af021 优化自动检查更新时间控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m5s
2024-05-08 11:38:41 +08:00
4a44ec7498 新增 Vert 参数,可设置玩家圈地自动包含Y方向最大值。
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m25s
2024-05-07 17:45:35 +08:00
528adc5b46 修复了设置领地尺寸限制为-1无法生效且被强制重置对应配置的问题。
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m39s
2024-05-07 17:09:59 +08:00
fd4e5d0396 更新了自动检查更新提示信息
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m45s
2024-04-28 17:47:42 +08:00
3c38d4eb94 更新了自动检查更新提示信息
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m1s
2024-04-28 17:14:34 +08:00
2c344c895c 更新了构建脚本,此更新无需关注
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m15s
2024-04-28 15:21:52 +08:00
63b0ca213b 更新了构建脚本,此更新无需关注
All checks were successful
Java CI-CD with Maven / build (push) Successful in 2m54s
2024-04-28 12:59:12 +08:00
54790bfeba 更新了构建脚本,此更新无需关注
Some checks failed
Java CI-CD with Maven / build (push) Failing after 15s
2024-04-28 12:00:24 +08:00
70bf7dedcc 增加渲染边界大小限制,避免了渲染过大导致卡顿
All checks were successful
Java CI-CD with Maven / build (push) Successful in 22m16s
2024-04-26 22:50:18 +08:00
3dd1843adb 新增领地边界显示相关功能以及对应权限控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 53m20s
2024-04-26 12:58:40 +08:00
0244c4ae20 修复了经济相关功能没有操作提示问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 20m17s
2024-04-26 10:56:15 +08:00
a9230cd03f 修复了设置不允许创建领地的世界不生效的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m18s
2024-04-26 09:48:59 +08:00
ace2e35a19 新增经济支持
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m22s
2024-04-24 23:10:33 +08:00
36466f155f 修复了展示框放置、破坏权限漏洞
All checks were successful
Java CI-CD with Maven / build (push) Successful in 32m53s
2024-04-22 10:27:27 +08:00
07fe7de6ba 新增自定义圈地工具
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m4s
2024-04-22 00:19:53 +08:00
28735eff4c 新增领地tp功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 38m11s
2024-04-22 00:07:15 +08:00
002304884a 新增Y轴坐标高度显示
All checks were successful
Java CI-CD with Maven / build (push) Successful in 16m3s
2024-04-17 09:40:09 +08:00
3de81817fa 缓存加载新增线程安全变量
All checks were successful
Java CI-CD with Maven / build (push) Successful in 22m45s
2024-04-15 19:44:45 +08:00
f163a19b8b 优化了缓存加载方式
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m55s
引入对短时间内多次操作合并加载
减少了加载频率 降低一部分开销
2024-04-15 14:55:46 +08:00
0e3873e861 优化了部分权限名
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m19s
2024-04-15 10:39:38 +08:00
dd66aaa9d3 修复了玩家在领地外可以越权的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 46m50s
2024-04-15 00:20:06 +08:00
e810c873dd 修复潜在的无法版本更新问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 52m52s
2024-04-07 15:20:31 +08:00
3725a791e3 新增检查更新配置开关
All checks were successful
Java CI-CD with Maven / build (push) Successful in 26m15s
2024-04-07 14:28:10 +08:00
ee7a2e7911 新增了自动检查更新功能 2024-04-07 14:25:53 +08:00
ef64d85188 修复了sqlite报错问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m6s
2024-04-05 21:01:11 +08:00
88833de396 新增sqlite支持
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m52s
2024-04-05 17:40:04 +08:00
86e05af65d 修复了统计领地数量报错的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m17s
2024-04-04 00:37:37 +08:00
350ba9585f 修复了自动清理由于外键约束为设置联级删除而不生效的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m46s
2024-03-31 11:20:25 +08:00
0a670b1a45 优化了一些ui
All checks were successful
Java CI-CD with Maven / build (push) Successful in 21m34s
新增限制控制
2024-03-30 02:50:21 +08:00
02839f7f3b 优化了mca计算方式 2024-03-29 22:19:29 +08:00
d55b46f657 新增mca安全区输出
All checks were successful
Java CI-CD with Maven / build (push) Successful in 11m8s
2024-03-29 09:09:50 +08:00
f10c9b90f0 添加了bStats
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m52s
2024-03-28 00:48:47 +08:00
c9b5214227 修复了掉落物控制不生效问题
Some checks failed
Java CI-CD with Maven / build (push) Failing after 1h1m35s
2024-03-24 19:16:24 +08:00
caee0c62f8 新增末影人瞬移、生成限制
Some checks failed
Java CI-CD with Maven / build (push) Failing after 52m46s
2024-03-24 19:03:11 +08:00
da8aa007d4 新增盔甲架、展示框权限控制(归属到普通容器)
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m13s
2024-03-15 01:02:33 +08:00
be3fd701b1 新增了水晶爆炸保护
Some checks failed
Java CI-CD with Maven / build (push) Failing after 3m25s
2024-03-09 23:28:01 +08:00
e1a11cb9b7 新增手动刷新缓存选项
Some checks failed
Java CI-CD with Maven / build (push) Failing after 30m47s
2024-03-07 15:07:01 +08:00
97f6fbbab4 新增手动刷新缓存选项
Some checks failed
Java CI-CD with Maven / build (push) Failing after 10m29s
2024-03-07 14:17:09 +08:00
88e569b3aa 修复了领地扩张导致尺寸超限制问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 38m40s
2024-03-07 13:18:14 +08:00
33b80884d9 修复了领地转让数据库不更新的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 20m42s
2024-02-28 14:19:56 +08:00
4af0ba761d 修复了错误的放置检测逻辑
All checks were successful
Java CI-CD with Maven / build (push) Successful in 3m19s
2024-02-26 20:22:53 +08:00
606d7b8a3b 修复了扩张或缩小输入值为负导致领地错误问题
Some checks failed
Java CI-CD with Maven / build (push) Failing after 9m4s
2024-02-26 20:07:02 +08:00
61fc01981b 修复了缩小方向错误问题
Some checks failed
Java CI-CD with Maven / build (push) Failing after 9m23s
2024-02-26 14:15:17 +08:00
93b6759f9d 新增生物战利品掉落权限
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m18s
修复了无法拦截岩浆、水的问题
2024-02-26 00:16:56 +08:00
ca4116d467 修复了判断是否在领地内没有判断所属世界的错误
Some checks failed
Java CI-CD with Maven / build (push) Failing after 33m35s
2024-02-25 00:53:12 +08:00
2041056ad3 解决了设置提示语错误问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 4m44s
2024-02-24 12:01:22 +08:00
8b8fbfac62 解决了ConcurrentHashMap并发错误问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m23s
2024-02-24 11:51:43 +08:00
3ac9d5a1c5 新增耕地保护权限配置
All checks were successful
Java CI-CD with Maven / build (push) Successful in 16m38s
2024-02-23 16:57:01 +08:00
914c05f484 为缓存增加了线程安全保护
Some checks failed
Java CI-CD with Maven / build (push) Failing after 31m42s
2024-02-23 15:43:52 +08:00
be6242463c 优化 blue map 渲染 减少重叠时的闪烁错误
All checks were successful
Java CI-CD with Maven / build (push) Successful in 25m48s
2024-02-23 15:16:43 +08:00
18ba8272ef 添加文档提示
Some checks failed
Java CI-CD with Maven / build (push) Failing after 31m56s
2024-02-23 15:10:26 +08:00
33bff49268 新增载具放置权限
All checks were successful
Java CI-CD with Maven / build (push) Successful in 15m4s
增加了领地名称判断 避免空格
2024-02-23 14:56:20 +08:00
52cd061cc1 修复了无法设置玩家拉杆权限的问题 2024-02-23 13:40:38 +08:00
8143031b61 修复了管理员无法创建玩家特权的bug
Some checks failed
Java CI-CD with Maven / build (push) Failing after 28m12s
2024-02-23 13:21:50 +08:00
5b18242be4 新增重命名与转让领地指令以及功能 2024-02-23 11:21:16 +08:00
b797140d30 新增提示语指令支持
All checks were successful
Java CI-CD with Maven / build (push) Successful in 38m14s
2024-02-22 14:20:43 +08:00
7482aba2a8 解决了子领地无法被权限识别的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 22m46s
解决了数据库重复插入警告问题
解决了不正确的进入提示语显示逻辑
2024-02-20 00:49:59 +08:00
d87f636c2e 新增自动清理功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 16m41s
2024-02-18 14:33:47 +08:00
1bd499baf2 将漏斗、熔炉等特殊容器的权限从容器权限中区分开
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m49s
2024-02-17 16:46:59 +08:00
849e27b7d7 解决了在创建玩家特权时因为参数解析方式错误导致的潜在的ui对应命令错误问题 2024-02-17 15:57:36 +08:00
a4c7797af8 领地列表中新增了区分拥有领地与有权限管理领地 2024-02-17 15:38:00 +08:00
f12f595090 修复了错误的领地大小编辑上下方向错误
All checks were successful
Java CI-CD with Maven / build (push) Successful in 28m48s
修复了在启动时无法自动在卫星地图显示区域问题
2024-02-17 01:18:38 +08:00
63364a677c 优化了一些ui显示以及逻辑控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 42m52s
2024-02-17 00:15:57 +08:00
62e89173a2 增加了箭矢工具选区功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 1h2m27s
2024-02-16 23:10:47 +08:00
9a4d2a462c 添加了通过ui选择创建玩家特权的途径 2024-02-16 20:40:42 +08:00
f6c9cb53ee 实现了基础功能的测试
All checks were successful
Java CI-CD with Maven / build (push) Successful in 24m23s
2024-02-16 16:44:19 +08:00
517426304a 添加了blue map渲染支持 2024-02-15 10:55:08 +08:00
49cff4d32d init 2024-02-04 17:54:17 +08:00