Commit Graph

53 Commits

Author SHA1 Message Date
Johannes Frohnmeyer a33b27e57d
feat: add lenient transport as alternative to manually setting SerializationMode
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
2024-04-24 17:53:10 +02:00
Johannes Frohnmeyer f88996e8f3
fix: consistently use SerializationMode
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-04-19 07:43:09 +02:00
Johannes Frohnmeyer cb1821853b
feat: port to commons 1.7
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-04-18 23:09:35 +02:00
Johannes Frohnmeyer aaa71cfa42
build: update build for changes in scripts
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-03-25 16:16:25 +01:00
Johannes Frohnmeyer c98c713da8
chore: add comments explaining the logging system
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-03-15 11:54:41 +01:00
Johannes Frohnmeyer 3c691ffe86
fix(base): Separate bootstrap stage with fallback JPL->JUL->our JPL logger redirection
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-03-15 11:43:44 +01:00
Johannes Frohnmeyer 7080cfbff2
feat: switch loggers to System.Logger and update dependencies
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2024-03-14 16:01:39 +01:00
Johannes Frohnmeyer 5ef0ad43ed
chore: bump deps
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2023-09-22 18:41:55 +02:00
Johannes Frohnmeyer f54f8d59c4
feat(web): support hosting on game port
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2023-08-30 17:24:14 +02:00
Johannes Frohnmeyer 460d75ba49
chore(build): Use jfMod DSL instead of properties
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2023-07-09 16:50:53 +02:00
Johannes Frohnmeyer 457c1f4d85
[config-core] sleep 1s between iterations in watch service loop to free up CPU (wasn't needed that often anyway)
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline failed Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
2023-03-18 10:36:02 +01:00
Johannes Frohnmeyer 93fe8a6828
[*] optimize imports
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2023-03-11 21:24:59 +01:00
Johannes Frohnmeyer 0a20b8eb74
[*] enhance testmod metadata
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2023-02-23 17:49:07 +01:00
Johannes Frohnmeyer 712f059ba5
Explicitly initialize LibJF from other preLaunch entrypoints
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
2022-12-13 20:36:11 +01:00
Johannes Frohnmeyer 6227c1d228
Move logger init to preLaunch, remove old gson init
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
2022-12-07 22:27:31 +01:00
Johannes Frohnmeyer 2be11e2f9f
Remove deprecated stuff
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline failed Details
2022-12-07 19:56:35 +01:00
Johannes Frohnmeyer 6ece62df7f
[docs] Update FMJ
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details
2022-12-02 15:54:58 +01:00
Johannes Frohnmeyer e848ab9a47
[docs] Fix references in libjf-config-compiler-plugin
ci/woodpecker/manual/docs Pipeline was successful Details
ci/woodpecker/manual/jfmod Pipeline failed Details
2022-11-25 14:57:40 +01:00
Johannes Frohnmeyer 5459a313c2
[build] Switch to gradle.kts and new plugin-based jfmod scripts 2022-10-07 19:25:25 +02:00
Johannes Frohnmeyer f6ef4544a8
Migrate to v1 GsonHolder 2022-09-25 12:33:51 +02:00
Johannes Frohnmeyer a45dd04faa
[base] Upgrade commons 2022-09-15 14:57:26 +02:00
Johannes Frohnmeyer 51ef02c767
[config] Handle special numbers 2022-08-28 13:55:15 +02:00
Johannes Frohnmeyer 1ce7ddaf38
[config] Implement config DSL and rewrite reflection implementation 2022-08-21 22:34:55 +02:00
Johannes Frohnmeyer f53e9b74b6
[config] Remove internal APIs from interfaces to allow reusing the related systems elsewhere 2022-07-01 19:16:40 +02:00
Johannes Frohnmeyer 4ea93941f5
[base] Update java-commons again, hopefully fixing the API 2022-06-23 17:50:30 +02:00
Johannes Frohnmeyer 3155392ed3
[base] Prematurely update java-commons, attempt to provide ASM-based workaround for existing uses 2022-06-21 19:49:24 +02:00
Johannes Frohnmeyer f916c68c00
[root] Initial 1.19 support, not yet ready 2022-06-03 22:45:14 +02:00
Johannes Frohnmeyer d14d063eef
[unsafe] Update for fabric loader 0.14 2022-05-09 22:53:54 +02:00
Johannes Frohnmeyer b655c6ab67
[config] Remove EntryInfo data class 2022-04-29 15:48:27 +02:00
Johannes Frohnmeyer 10d62e5a61
[main] Allow logic compounds between ThrowingBooleanSupplier and ThrowingPredicate 2022-04-22 19:42:46 +02:00
Johannes Frohnmeyer c2681c29c5
[main] Enhance Try DSL 2022-04-22 19:29:59 +02:00
Johannes Frohnmeyer 246ebfac32
[main] Even more generics additions 2022-04-22 19:18:17 +02:00
Johannes Frohnmeyer 472258c62b
[main] Expand generics package to include most common functions 2022-04-22 18:10:52 +02:00
Johannes Frohnmeyer 7c3b7503d8
[base] Shadow gson 2022-04-04 19:47:38 +02:00
Johannes Frohnmeyer dfbc973f03
[config] Allow auxiliary metadata to reside in a sub-object of "libjf" 2022-04-03 20:15:38 +02:00
Johannes Frohnmeyer 4a65a61b7e
[config] Expose tooltips/titles as comments in json 2022-04-03 18:17:14 +02:00
Johannes Frohnmeyer 900ac479eb
[config] Rework to run without unlocking the classpath (this will require dependents to be updated!) 2022-04-02 22:01:29 +02:00
Johannes Frohnmeyer 1964cccf90
[config] Category support pt 2 2022-03-31 20:45:10 +02:00
Johannes Frohnmeyer 2e3d0f0e70
[base] Allow specifying custom adapters 2022-03-30 21:27:43 +02:00
Johannes Frohnmeyer e0fa641ac3
[config] Support references to other configs 2022-03-30 17:26:41 +02:00
Johannes Frohnmeyer 9df0e04508
[translate] Implement LibreTranslate support 2022-03-25 18:29:34 +01:00
Johannes Frohnmeyer dcc3dec8f1
Work around CoProcesses not being stopped via /stop on servers 2022-03-25 15:58:04 +01:00
Johannes Frohnmeyer d6b593b6e5
Reload config if changed 2022-02-12 12:16:19 +01:00
Johannes Frohnmeyer d0bb01a99b
Remove gradlew, add libjf-translate-v0 2022-01-27 15:49:08 +01:00
JFronny dc343ce1bf
Some breaking stuff before 1.18 2021-11-25 17:20:59 +01:00
JFronny c78f6d13b3
Allow exporting modified classes and fix config 2021-10-16 16:15:22 +02:00
JFronny ff53ac5a15
1.17 "backport", include legacy compatibility layer 2021-10-09 12:44:01 +02:00
JFronny e50daa1b80
Migrate to FabricLoader 0.12.0 2021-10-06 19:01:48 +02:00
JFronny 9024376f8c
Reduce default log spam in dev envs and unify version setting 2021-10-06 17:46:39 +02:00
JFronny 667b41a436
Messing with build data 2021-10-03 12:58:01 +02:00