Commit Graph

173 Commits

Author SHA1 Message Date
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 5f86c67d14
[docs] Fix references in libjf-config-compiler-plugin 2022-10-15 11:31:37 +02:00
Johannes Frohnmeyer 5c1b2586a8
[config-reflect] Utilize commons lamda gen 2022-10-15 11:29:48 +02:00
Johannes Frohnmeyer e15aef38c1
[devutil] Don't include in pub jar 2022-10-15 11:14:48 +02:00
Johannes Frohnmeyer 46938a3798
[build] Fix 2022-10-13 20:39:00 +02:00
Johannes Frohnmeyer 6bc0209815
[build] Utilize jf.codegen to replace manual file creation 2022-10-13 19:37:55 +02: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 00f1a74bc0
[config-compiler-plugin] Configure default config inject task based on jar 2022-10-05 21:33:26 +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 dbd0328b17
[config] Adjust DslConfigCategory to simplify CategoryBuilderImpl.build and ConfigBuilderImpl.build 2022-08-31 10:18:31 +02:00
Johannes Frohnmeyer c32d284756
[root] Use gradle.properties for modmenu, asm and ant versions 2022-08-30 17:22:20 +02:00
Johannes Frohnmeyer 01eb56122b Update book.toml 2022-08-30 11:14:02 +00:00
Johannes Frohnmeyer 9989a4b4f2 [ci] Use docs.yml 2022-08-30 11:12:24 +00:00
Johannes Frohnmeyer 2943149f58
[config] Minor API additions for respackopts 2022-08-28 21:24:26 +02:00
Johannes Frohnmeyer e413d5f47e
[config] Fix oversight 2022-08-28 19:00:16 +02:00
Johannes Frohnmeyer f97464fdc7
[config] Display sliders when min and max are set 2022-08-28 18:48:39 +02:00
Johannes Frohnmeyer 51ef02c767
[config] Handle special numbers 2022-08-28 13:55:15 +02:00
Johannes Frohnmeyer 6dcb2defa5
[translate] Adjust config implementation for new features 2022-08-28 13:07:34 +02:00
Johannes Frohnmeyer 55bfa434ec
[config-compiler-plugin] Keep original bytes for non-config classes 2022-08-28 11:43:46 +02:00
Johannes Frohnmeyer f434e8843a
[docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
Johannes Frohnmeyer af19515d0f Merge branch 'config-dsl' into 'master'
Config DSL

See merge request jfmods/LibJF!3
2022-08-27 15:54:18 +00:00
Johannes Frohnmeyer 52f7f55701
[config] Various fixes 2022-08-27 17:41:56 +02:00
Johannes Frohnmeyer 6a77d3221a
[config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02:00
Johannes Frohnmeyer 6e359462d2
[unsafe] Fix and remove unsafe.unlock 2022-08-22 00:12:19 +02:00
Johannes Frohnmeyer 1ce7ddaf38
[config] Implement config DSL and rewrite reflection implementation 2022-08-21 22:34:55 +02:00
Johannes Frohnmeyer bbe4213a68
[root] Tweak build scripts to produce clean POMs with current scripts 2022-08-21 16:09:41 +02:00
Johannes Frohnmeyer 0dd7ec567c
[config] Support loading configs from provided IDs to support changing IDs 2022-08-21 14:57:24 +02:00
Johannes Frohnmeyer 1c7b3dc0cb
[config] Tweak config command 2022-07-28 11:10:29 +02:00
Johannes Frohnmeyer 9910bf4867
[root] Update to 1.19.1 2022-07-28 09:50:16 +02:00
Johannes Frohnmeyer 63997d8e51
[root] Fixes for split sources 2022-07-01 19:43:28 +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 06bd6a1961
[translate] Update for changes in LibreTranslate API 2022-07-01 19:09:57 +02:00
Johannes Frohnmeyer d0d3734c70
[devutil] Don't get key pairs 2022-06-25 11:44:54 +02:00
Johannes Frohnmeyer 9afea4f5f3
[unsafe] Explicitly mark quilt as unsupported 2022-06-24 17:01:33 +02:00
Johannes Frohnmeyer 9e026dc9c9
[base] Update java-commons once again 2022-06-23 18:46:12 +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 cebb022838
[data-manipulation] Temporary workaround for nullable openRoot 2022-06-21 18:53:26 +02:00
Johannes Frohnmeyer c63d637d1f
[devutil] Fix issue when running serverside 2022-06-07 19:51:00 +02:00
Johannes Frohnmeyer 1695679e3d
[root] Bump for 1.19 proper 2022-06-07 17:23:59 +02:00
Johannes Frohnmeyer 9b0f43e1a1
[translate-v1] Fetch supported languages for Google Translate on startup 2022-06-04 16:18:18 +02:00
Johannes Frohnmeyer f916c68c00
[root] Initial 1.19 support, not yet ready 2022-06-03 22:45:14 +02:00
Johannes Frohnmeyer e8a3257b3c Merge branch 'upstream-loader' into 'master'
Use upstream loader during dev

See merge request jfmods/LibJF!2
2022-05-18 13:03:38 +00:00
Johannes Frohnmeyer 69f4d7f02b Use upstream loader during dev 2022-05-18 13:03:38 +00:00
Johannes Frohnmeyer 30ebdf1402
[unsafe] Fix classpath unlocking and use classPathIsolationBypassClasses. Will need to test changes without it now 2022-05-12 18:50:14 +02:00
Johannes Frohnmeyer d14d063eef
[unsafe] Update for fabric loader 0.14 2022-05-09 22:53:54 +02:00
Johannes Frohnmeyer a4aac90aed
[config] Clean up a bit 2022-04-29 16:07:12 +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