Commit Graph

174 Commits

Author SHA1 Message Date
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
6105b9a573 优化日志系统 2024-05-19 20:23:15 +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
17af6a43be Merge remote-tracking branch 'origin/master'
# Conflicts:
#	pom.xml
2024-05-13 15:46:55 +08:00
b5776aa564 更新github release 2024-05-13 15:45:58 +08:00
4f752d1908 优化代码结构,提高性能 2024-05-13 00:51:37 +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
dd963f764c 添加readme图片展示 2024-05-10 17:45:31 +08:00
98ed1f6e81 完善配置TUI 2024-05-10 13:26:39 +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
21369533ea 新增游戏内TUI配置系统界面 2024-05-08 17:56:05 +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
d881574a5a 新增整数修改、设置TUI组件 2024-05-08 00:46:12 +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
cd13189793 更新下载提示信息 2024-05-01 10:02:23 +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
035bb28f85 更新了自动检查更新提示信息 2024-04-28 17:33:44 +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
3cc6601054 更新了构建脚本,此更新无需关注 2024-04-28 12:56:44 +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
a3f9afd711 update README.md 2024-04-26 15:52:12 +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
408f26e003 更新readme 2024-04-25 10:06:05 +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
f259f63703 简化项目readme 2024-04-24 16:15:02 +08:00
2b2665e9ab 简化项目readme 2024-04-23 01:35:34 +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
73421e89d6 修复潜在的无法版本更新问题 2024-04-07 15:24:04 +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