Commit Graph

321 Commits

Author SHA1 Message Date
9b7917aa14 修复了选区价格和创建价格不符问题、修复了玩家重新上线时飞行权限不生效问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m14s
2024-06-02 23:18:13 +08:00
7b4d26970b 修复了创建领地失败,提示数据库错误的问题。
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m3s
2024-06-02 17:01:54 +08:00
08d6e93e7e 优化了错误处理框架 2024-06-01 12:39:00 +08:00
c30e5d9d66 领地提示语新增支持占位符
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m41s
2024-06-01 09:59:55 +08:00
a8e36f4759 新增玩家名字排序
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m56s
2024-05-31 21:29:11 +08:00
5d614d4760 修复了操作领地时自动选择领地失败问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m11s
2024-05-31 21:03:00 +08:00
a34cc43cbf 实现了对权限列表的排序
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m0s
2024-05-31 20:47:50 +08:00
6666fb6131 优化了数据表的生成方式
All checks were successful
Java CI-CD with Maven / build (push) Successful in 1h11m11s
2024-05-31 17:30:08 +08:00
31ba268f2f 新增flags json序列化 2024-05-30 18:20:40 +08:00
5c3e0d847b 新增所有领地界面、成员新增tag便于标识身份
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m37s
2024-05-30 10:07:22 +08:00
033b103d35 修复在没有领地的时候报错null的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 17m31s
2024-05-29 23:59:25 +08:00
da25215ad7 修复领地所有者无法删除成员权限bug
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m4s
2024-05-29 17:16:47 +08:00
7a2842333f Merge branch 'abstractOperatprImpl'
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m40s
# Conflicts:
#	pom.xml
2024-05-29 16:54:26 +08:00
22de55561f 实现了对controller层的用户输入抽象,为webui开发作准备 2024-05-29 16:53:58 +08:00
fe623f41a2 修复了缓存中的一个潜在空值
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m0s
2024-05-29 10:47:42 +08:00
27a8fff7a2 add AbstractOperator.java 2024-05-29 10:42:25 +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
b18bbf5a7f 需要进一步优化性能 2024-05-28 18:02:03 +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
ee59530e0a Merge branch 'cui_test'
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m52s
# Conflicts:
#	pom.xml
2024-05-26 14:32:50 +08:00
0f938b576c 实现了文本输入功能 2024-05-26 14:32:25 +08:00
f4bf972efc 修复当玩家没有移动权限是可能被“不允许飞行”被踢 2024-05-26 14:04:38 +08:00
df33b659f5 测试文本输入 2024-05-25 22:30:15 +08:00
ee2cd3f99b 完善了重命名逻辑,避免相同名字冲突 2024-05-25 22:22:20 +08:00
bcb7a683a2 修复了在没有设置tp点的时候无法传送的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 17m27s
2024-05-25 22:08:00 +08:00
a0bfb00f4a 测试cui 2024-05-25 21:59:55 +08:00
fd25a53781 修复op进入服务器可能会被取消飞行的问题 2024-05-25 21:07:51 +08:00
51a0bdbee4 修复选点时的数据类型错误报错 2024-05-25 20:47:50 +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
079961dddb 优化json写入流程 2024-05-23 15:13:26 +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
ad69690e09 重写权限框架 2024-05-23 02:37:51 +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
ce60fa0e48 Merge remote-tracking branch 'origin/master' 2024-05-19 20:23:36 +08:00