Commit Graph

65 Commits

Author SHA1 Message Date
b382bdf3a5
fix: use correct regex to check for legal strings
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-08-14 17:27:32 +02:00
e5f450eb23
feat: redesign Dynamic 2023-08-14 17:04:59 +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
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
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
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
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
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
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
5fd4fdad94
Update for 1.19.1 with split sources 2022-07-28 14:10:59 +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
998056636c
Use CacheKey/CachedPackState abstractions for MetaCache 2022-03-27 11:39:01 +02: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
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
b528807179
Move some stuff around again 2021-11-14 15:37:01 +01:00
JFronny
ec01ab3ff7
Use a comment for including rpo in vanilla resource packs instead of #include 2021-10-06 17:38:43 +02:00
JFronny
a06823a63c
Support fabulous shaders 2021-10-03 19:26:37 +02:00
JFronny
35bda8675b
Use LibJF 2.0, make configs more powerful 2021-10-03 16:45:29 +02:00
JFronny
2c1fc5b414
Implement a config for Respackopts 2021-09-15 18:37:07 +02:00
JFronny
1cf5f3cef8
Fix dashloader compat 2021-09-15 17:43:29 +02:00
JFronny
b416df7b0c
Refactor conditions to use gson 2021-09-15 16:45:54 +02:00
JFronny
8f5014bec0
Refactor and remove LegacyConfig support 2021-09-15 15:26:25 +02:00
JFronny
dfbc52625c
Utilize reflection in DashLoader compat, re-enable canvas dependency, add /rpo command, document frex integration, bump version 2021-09-14 19:42:38 +02:00
JFronny
9809602b7f
Fix class name in asm transformer 2021-08-26 23:39:04 +02:00
JFronny
b336a8cb36
Dashloader: use ASM instead of wrapping the class 2021-08-26 23:30:55 +02:00
JFronny
646a2459b4
Add capabilities to reduce DirFilters perf impact 2021-08-26 18:23:29 +02:00
JFronny
d006e8cac1
Less strict syntax: don't require pack ID in conditions, allow .rpo entries to be named as singulars (and be singular values instead of arrays) 2021-08-26 16:00:21 +02:00
JFronny
3831ac0594
Implement expansion. Closes #8 2021-08-24 17:42:46 +02:00
JFronny
ef55ccb9b2
Add support for data packs. Closes #6 2021-08-24 13:57:42 +02:00
JFronny
0a20db4de2
Use libjf pack wrap 2021-07-13 16:15:03 +02:00
JFronny
672f8be302
Wrap AbstractFileResourcePacks in ReloadableResourceManagerImpl instead of mixing into implementations. Might cause compatibility issues though. (I should make an API for this since I use this in basically every mod :think:) 2021-07-12 22:17:22 +02:00
JFronny
3fa12ce181
Move GUI building logic to ConfigEntry implementations, remove typeMatches 2021-06-19 13:32:16 +02:00
JFronny
0d52f59a9a
Implement backwards compat for the enum changes 2021-06-14 17:04:43 +02:00
JFronny
68cdc81c27
Set value type of ConfigEnumEntry to String and simplify shader API 2021-06-14 16:33:15 +02:00
JFronny
3389db278d
Finalize update 2021-06-10 19:26:59 +02:00
JFronny
08f6a9821b
Add tests, also works now for some reason 2021-06-10 18:28:47 +02:00
JFronny
41f5408a7e
Fix compile 2021-06-10 16:11:19 +02:00
JFronny
2393c48913
Move some things around 2021-06-10 16:07:22 +02:00
JFronny
a3721174d9
Some more work, still doesn't work 2021-06-10 14:55:03 +02:00
JFronny
68a3bf2d54
Rewrite part 1 (doesn't work yet) 2021-06-10 13:10:12 +02:00