Commit Graph

61 Commits

Author SHA1 Message Date
84b6588d57
chore: clean up events slightly
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2024-04-24 20:58:11 +02:00
8dba128843
feat: initial work on 1.20.5 and commons 1.7 port 2024-04-24 19:34:44 +02:00
4943127ecc
fix: implement basic recursive file dependency tracking for debugLogs
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-10-05 18:18:04 +02:00
99db11f7a4
chore: bump deps 2023-09-22 19:19:55 +02:00
c88f9918b3
feat: update to 1.20.2 snapshot and implement RespackoptsFS abstraction over resource packs
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-09-02 12:56:13 +02:00
d02e9f697a
perf: DirFilterEvents.findDirRpos: single map access on fast path
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-08-23 18:52:38 +02:00
e34c0752b9
fix: reinvent DirFilterAdditive
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-08-20 12:06:29 +02:00
1a8977ee3f
feat: clean up DirFilterEvents and adjust behavior for new packs
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
2023-08-19 19:29:13 +02:00
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
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
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
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
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
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
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
2e4cc36303
[docs] Add page on changes between pack format versions 2022-02-17 21:37:57 +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
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
5372d567b5
Thread "safe" 2021-10-21 21:20:20 +02:00
JFronny
4fbb9b1dfb
Attempt to fix IllegalStateException in findResource 2021-10-16 11:55:01 +02:00
JFronny
94d4a0e4af
Attempt to fix CME 2021-10-14 17:59:06 +02:00
JFronny
35bda8675b
Use LibJF 2.0, make configs more powerful 2021-10-03 16:45:29 +02:00
JFronny
18886c6635
Relax conditions syntax via enhanced TypeAdapterFactory for Sets 2021-09-16 08:35:37 +02:00
JFronny
2c1fc5b414
Implement a config for Respackopts 2021-09-15 18:37:07 +02:00
JFronny
f2e000ef8a
Generify filter utils 2021-09-15 17:13:14 +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
07d53616f7
Work on the docs 2021-08-30 15:03:33 +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
cc60048dd4
First attempt at directory conditions. Very slow but I don't care 2021-08-25 20:26:42 +02:00
JFronny
3831ac0594
Implement expansion. Closes #8 2021-08-24 17:42:46 +02:00
JFronny
27fcbcd13e
Fix assumption in FIND_RESOURCE handler. Closes #7 2021-08-24 13:02:54 +02:00
JFronny
0a20db4de2
Use libjf pack wrap 2021-07-13 16:15:03 +02:00
JFronny
4966024847
Hopefully fix WrappedPack 2021-07-13 13:33:27 +02:00