Commit Graph

200 Commits

Author SHA1 Message Date
mlus
9b889d2458
Merge pull request #126 from mlus-asuka/1.20.1-dev
Chat Sync reconnect system and initialization bug fix
2025-10-14 16:06:11 +08:00
mlus
08e32a675e line 155 make method return so curios data won't save at the first time 2025-10-14 16:00:21 +08:00
mlus
cfa9387598 heartbeat 2025-10-14 13:45:47 +08:00
mlus
a5041917a4 chat sync reconnect system 2025-10-14 13:09:43 +08:00
mlus
05643bd0b4
Merge pull request #124 from mlus-asuka/dependabot/github_actions/gradle/actions-5
Bump gradle/actions from 4 to 5
2025-10-02 17:23:51 +08:00
dependabot[bot]
933cd48c03
Bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](https://github.com/gradle/actions/compare/v4...v5)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 16:32:46 +00:00
mlus
9055e9d342
Merge pull request #117 from mlus-asuka/1.20.1-dev
may fix #111
2025-09-16 22:12:55 +08:00
mlus
befa36a303 may fix #111 2025-09-16 22:11:25 +08:00
mlus
7754186d12
Merge pull request #116 from mlus-asuka/1.20.1-dev
clear curios before restore?
2025-09-10 16:11:02 +08:00
mlus
c28a312f3c clear curios before restore? 2025-09-10 16:05:54 +08:00
mlus
4d27f3a2d6
Merge pull request #114 from mlus-asuka/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2025-09-02 19:01:32 +08:00
mlus
2cea1068dd
Merge pull request #113 from mlus-asuka/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-09-02 19:01:21 +08:00
dependabot[bot]
86aae9534c
Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 10:56:41 +00:00
dependabot[bot]
77704d6431
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 10:41:15 +00:00
mlus
db318df85e
Merge pull request #108 from EoD/make-configs-final-1.20.1
[1.20.1] make all config variables final
2025-08-01 11:54:15 +08:00
EoD
acfef0ff7e make all config variables final
the classes never change, even if the config is modified. Only the
values we read with get() inside the classes change.
2025-07-31 23:58:12 +00:00
mlus
ca739b0b68
Merge pull request #105 from EoD/add-data_version-1.20.1
[1.20.1] add new data_version column to server_info table
2025-07-31 12:30:21 +08:00
EoD
36847cc025 add new data_version column to server_info table 2025-07-30 23:25:58 +00:00
mlus
23d96e128e
Merge pull request #103 from EoD/improve-sql-functions
Some SQL-related improvements
2025-07-30 12:02:56 +08:00
EoD
4fe13bd24d extract addColumnIfNotExists into separate method 2025-07-29 20:36:33 +00:00
EoD
7f06aa7511 reformat insert into server_info for readability
Use the new format capabilities on SQL queries to make the insert more
readable.
2025-07-29 20:30:35 +00:00
EoD
e1ac7adb11 allow format strings within SQL queries
This makes SQL queries more readable in some cases
2025-07-29 20:30:35 +00:00
EoD
8f77a96544 clarify executeUpdate variants with and without db 2025-07-29 20:30:35 +00:00
mlus
7a3363592e
Merge pull request #99 from EoD/make-queryresult-autoclosable
make QueryResult AutoClosable
2025-07-29 18:35:47 +08:00
mlus
cd13b282e2
Merge pull request #98 from EoD/remove-duplicate-update
remove duplicate UPDATE server_info
2025-07-29 18:33:54 +08:00
mlus
d934ceff5a
Merge pull request #97 from EoD/log-advancement-column-type
log the advancement's data type before altering
2025-07-29 18:29:32 +08:00
EoD
ad76e0e311 make QueryResult AutoClosable
This allows QueryResults to be used within a try() block without
explicitely closing them.
2025-07-28 22:12:47 +00:00
EoD
0e96107416 remove duplicate UPDATE server_info
the UPDATE is already happening in in the INSERT statement above
2025-07-28 22:06:45 +00:00
EoD
54cbb9c9a8 log the advancement's data type before altering
it seems that sometimes this is triggered on an existing database. This
should help identifying what is happening in these cases.
2025-07-28 21:56:24 +00:00
mlus
2ec7fec89e
Merge pull request #93 from EoD/fix-string-to-map
fix string to map generation with base64 encoding
2025-07-12 13:14:19 +08:00
mlus
0d1a26e348
Merge pull request #91 from EoD/remove-unnecessary-import-1.20.1
[1.20.1] remove unnecessary deserializeString import
2025-07-11 12:37:33 +08:00
mlus
9ce7f3c38f
Merge pull request #90 from EoD/create-placeholder-within-curios
unify item creation in curios and normal inventory
2025-07-11 12:37:05 +08:00
EoD
a70605a8b6 unify item creation in curios and normal inventory
this also allows creation of placeholders within curios containers
2025-07-10 22:33:15 +00:00
EoD
53bdfe2309 simplify and exit early in stringToGenericMap 2025-07-10 22:07:55 +00:00
EoD
228b835c2a unify both stringToMap functions 2025-07-10 22:07:55 +00:00
EoD
de324a23be fix string to map generation with base64 encoding
The new base64 encoding uses "=" characters as part of its encoding.
The previous code split those and trimmed them afterwards, making the
base64 not consistent with the rest of the code that assumed "=" are
still present, like "B64:e30=".
2025-07-10 22:07:03 +00:00
EoD
4ae1954b29 remove unnecessary deserializeString import 2025-07-10 19:26:23 +00:00
mlus
a382b0105a
Merge pull request #88 from EoD/upgrade-items-between-versions-1.20.1
[1.20.1] properly upgrade items with newer MC versions
2025-07-07 00:07:22 +08:00
EoD
a1e1616eac properly upgrade items with newer MC versions 2025-07-06 16:02:08 +00:00
mlus
d29234109b
Merge pull request #85 from EoD/organize-imports-1.20.1
[1.20.1] optimize all imports
2025-06-18 12:28:35 +08:00
mlus
7a47c58316
Merge pull request #84 from EoD/sync-save-logic
use same save logic in 1.20.1 and 1.20.4
2025-06-18 12:28:07 +08:00
EoD
7787c79aec add vscode setting for IntelliJ-like imports 2025-06-17 23:53:15 +00:00
EoD
1193a17010 optimize all imports 2025-06-17 23:53:10 +00:00
EoD
51200c28b3 use same save logic in 1.20.1 and 1.20.4 2025-06-17 21:20:21 +00:00
mlus
2d891db071
Merge pull request #79 from mlus-asuka/1.20.1-dev
Fix error when no player in server
2025-06-06 13:02:22 +08:00
mlus
d766febb11 Fix error when no player in server 2025-06-06 12:59:52 +08:00
mlus
a5f0cf1978
Merge pull request #77 from mlus-asuka/1.20.1-dev
Full tested ChatSync Feature
2025-06-05 03:34:54 +08:00
mlus
8f2b6d84b1
Merge branch '1.20.1' into 1.20.1-dev 2025-06-05 03:30:19 +08:00
mlus
a774688d45 Full tested ChatSync Feature 2025-06-05 03:28:24 +08:00
mlus
b1a11f2ba9
Merge pull request #75 from EoD/bump-version
bump mod version to 2.1.1
2025-05-19 13:08:47 +08:00