Commit Graph

118 Commits

Author SHA1 Message Date
30b508513f
fix: perform reload when changing setting in combined screen 2023-08-13 23:03:26 +02:00
4e5510757b
fix: remove unneeded line
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline failed
2023-06-29 16:48:19 +02:00
133929a116
debugging fixes 2023-06-29 16:40:37 +02:00
e61d3a19e8
fix: partial reapply 2023-06-29 14:49:43 +02:00
ec895217b0
Revert "Parallelize scanPacks hook. Minor performance bump, probably not worth it, but I already invested the time so why not"
This reverts commit 9f34e576c9.
2023-06-29 14:12:24 +02:00
d6d3262108
Create config dir in static init, should fix issue on first startup 2023-06-29 14:11:26 +02:00
9f34e576c9
Parallelize scanPacks hook. Minor performance bump, probably not worth it, but I already invested the time so why not
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline failed
2023-06-27 23:54:55 +02:00
0dad978c11
Update to 1.20
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/jfmod Pipeline was successful
2023-06-09 15:59:43 +02:00
42891f36c4
Update to 1.19.4 and use Scope.fork instead of mutating a shared scope
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-03-14 20:03:36 +01:00
9340f981fc
Load english translations even if the pack is not loaded
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-02-23 21:29:57 +01:00
305417471b
"Disable" tests
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-02-23 20:51:17 +01:00
b7017e3813
Catch additional throwables (such as those caused by illegal syntax) when parsing respackopts.json5 2023-02-23 20:44:22 +01:00
eeb393945b
Optimize imports 2023-02-23 18:15:37 +01:00
c84ef9e15a
Update muScript, brings stricter error checking 2023-02-23 18:14:25 +01:00
25739e28a5
Update to 1.19.3
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2022-12-08 19:00:41 +01:00
48e5da28b2
Update to new infrastructure 2022-12-02 16:13:08 +01:00
15f0b2aec4
Don't log stacktrace in rpo$checkProfile if debugLogs is disabled (closes #27) 2022-10-07 00:49:19 +02:00
5077197fe0
Some null safety (fixes #24) 2022-08-31 17:20:31 +02:00
2225ad73ce
Attempt to prevent early class init from config if config-reflect is loaded 2022-08-30 20:16:50 +02:00
f6f344515d
Switch environment to * since this should theoretically work serverside now 2022-08-30 17:28:27 +02:00
657730e8a4
Fix config file path 2022-08-28 20:52:27 +02:00
a7379d1405
Support respackopts.json5 instead of assets/respackopts/conf.json 2022-08-28 20:43:13 +02:00
7c368fab76
Switch config UI backend to LibJF 3 2022-08-28 20:06:59 +02:00
c4c1d7f1bb
Disable tests 2022-07-28 17:05:35 +02:00
5fd4fdad94
Update for 1.19.1 with split sources 2022-07-28 14:10:59 +02:00
758c2eff68
Hopefully enhance condition debugging experience 2022-06-13 13:58:18 +02:00
08ee11ae45
Fix several bugs, bump deps for 1.19 2022-06-07 23:06:17 +02:00
44f40fd259
Add support for date/time conditions, closes #18 2022-06-07 14:49:59 +02:00
ac4d8efe3e
Fix tests 2022-06-07 13:59:03 +02:00
6d8c06f26d
Update for changes in μScript 2022-06-07 13:52:19 +02:00
23e81eccf3
Introduce μScript and replace the condition and resource expansion systems with it (backwards compatibility is provided) 2022-06-04 19:43:49 +02:00
306279e92e
Reenable compat modules for frex and dashloader. Will require a frex update to stop some unneeded logging 2022-05-17 11:32:03 +02:00
fdcc989566
Update LibJF, use @SerializedName 2022-04-03 18:58:49 +02:00
998056636c
Use CacheKey/CachedPackState abstractions for MetaCache 2022-03-27 11:39:01 +02:00
5a8628532e
[docs] Resource expansion 2022-02-19 16:15:44 +01:00
2e4cc36303
[docs] Add page on changes between pack format versions 2022-02-17 21:37:57 +01:00
f319a25aaf
Increase gradle Xmx 2022-01-23 15:58:02 +01:00
38e585a77a
Fabric Resource Conditions interop 2022-01-23 15:27:00 +01:00
3126d060a1
Hook OPEN_ROOT in FileFilterEventImpl 2022-01-22 22:55:51 +01:00
334e299f51
Logging improvements, fixed getName() and better /rpo dump 2022-01-12 18:23:49 +01:00
cd18b5d85f
Fix repeatedly reloading resources in pack screen, closes #21 2022-01-12 16:12:50 +01:00
41ce4612f2
Use the data location of a pack instead of its id internally. Might fix conflicts between multiple instances of the same pack 2021-11-28 16:56:37 +01:00
JFronny
b985879809
rc1, work around a known bug with fabulous shaders 2021-11-25 19:15:50 +01:00
JFronny
61306eef50
Fix an issue from the previous commit and support built-in conditions 2021-11-19 16:29:01 +01:00
JFronny
e24405b611
Save pack configs in the packs directory (SomePack.zip -> SomePack.zip.rpo) if possible, needs testing 2021-11-19 15:16:08 +01:00
JFronny
283b7ba176
Port to 1.18 and include ModMenu icon, closes #17 2021-11-17 16:02:37 +01:00
JFronny
b528807179
Move some stuff around again 2021-11-14 15:37:01 +01:00
JFronny
5347efd480
jdk17, explicitly depend on loader 0.12.0 2021-11-10 17:39:35 +01:00
JFronny
934cb10a09
Work around cloth breaking enums, closes #15 2021-11-09 15:16:46 +01:00
JFronny
5372d567b5
Thread "safe" 2021-10-21 21:20:20 +02:00