Jason Penilla
f5f4c97b96
Add operator fun get to MergedProperties
2023-11-28 20:09:29 -07:00
Jason Penilla
fa22ceecea
Add MergedProperties
2023-11-28 19:27:38 -07:00
Jason Penilla
4e97731a49
1.5.11-SNAPSHOT
2023-11-21 12:53:24 -07:00
Jason Penilla
6a36cfa316
release: Version 1.5.10
2023-11-21 12:51:07 -07:00
Jason Penilla
76dad969e0
Short circuit userdev up-to-date checking on the last step when the dev bundle hasn't changed ( #221 )
2023-11-21 12:44:03 -07:00
Jason Penilla
7669316eac
Change back to our deleteRecursive utility instead of Kotlin's new built in one
...
Also, all the experimental path api we were using is stable now, so remove the opt-in flag
2023-11-21 12:24:32 -07:00
Jason Penilla
87e8db20d0
Make ByteArray#asHexString less slow
...
the old code was creating formatters (running regex) for each byte...
2023-11-20 17:14:36 -07:00
Jason Penilla
47ec175e27
Update DiffPatch ( #225 )
2023-11-20 16:39:14 -07:00
Jason Penilla
3be0f6cff7
Update Gradle to 8.4 ( #224 )
2023-11-20 16:12:08 -07:00
Jason Penilla
7d2ae18db3
Don't hash the dev bundle zip twice ( #223 )
2023-11-20 14:45:30 -07:00
Jason Penilla
1d88d33cc5
Move DownloadService name to a constant
2023-11-17 00:45:38 -07:00
Jason Penilla
daab4fa35e
Add InputStream contentEquals overload
2023-11-17 00:05:20 -07:00
Jason Penilla
5225a4d132
Use short-circuiting content comparison instead of hash comparison when possible ( #222 )
2023-11-16 23:44:02 -07:00
Jason Penilla
c7d0820fa1
skip intermediary copy when filtering jars ( #220 )
2023-11-16 19:54:55 -07:00
Jason Penilla
609bec2f68
increase buffer size when hashing files and don't buffer when hashing strings ( #219 )
2023-11-16 19:10:21 -07:00
Jason Penilla
87205250d2
1.5.10-SNAPSHOT
2023-10-26 15:48:28 -07:00
Jason Penilla
ee61ec1e07
release: Version 1.5.9
2023-10-26 15:24:53 -07:00
Jason Penilla
00d9ba22ed
Rewrite ExplicitThisAdder handling for instance methods/fields ( #218 )
2023-10-26 14:57:22 -07:00
Jason Penilla
fa8945f1a8
fix: fix another deprecation warning from implicit convention reference
2023-10-09 17:57:35 -07:00
Jason Penilla
45aaed91c7
1.5.9-SNAPSHOT
2023-10-09 17:54:12 -07:00
Jason Penilla
f940a23453
release: Version 1.5.8
2023-10-09 17:43:39 -07:00
Jason Penilla
2b1404179e
Respect quiet mode in version printout
2023-10-09 17:35:29 -07:00
Jason Penilla
5389e61eee
Wait on input stream redirection to finish
...
Avoids race where output is still copying after process exits
2023-10-09 17:18:21 -07:00
Jason Penilla
b1011c70fa
fix: deprecation warning from implicit convention reference
2023-10-05 11:07:46 -07:00
Jason Penilla
340ee3582f
1.5.8-SNAPSHOT
2023-10-05 10:54:15 -07:00
Jason Penilla
2dd3e6f3b7
release: Version 1.5.7
2023-10-05 10:50:47 -07:00
Jason Penilla
c80a23cf39
bump ASM to 9.6
2023-10-05 10:50:29 -07:00
Jason Penilla
3a4ea86b77
core/patcher: print version and os on plugin apply & don't require unsupported property for windows dev bundle gen
2023-10-05 10:46:02 -07:00
MiniDigger | Martin
586f6a7d49
fix: filter project dir on windows ( #214 )
2023-10-05 10:20:14 -07:00
Jason
4803719449
add supported environment check for GenerateDevBundle ( #213 )
...
bypass the check with `-Ppaperweight.generateDevBundle.ignoreUnsupportedEnvironment=true`
this PR also fixes issues with platform path separators and file tree walk order in the relocation logic, as well as improves error handling
2023-10-01 12:48:20 -07:00
Jason Penilla
88edb5ce16
fix formatting
2023-09-22 18:01:36 -07:00
Jason Penilla
157abbb72f
fix #209
2023-09-22 17:57:46 -07:00
Jason Penilla
23d9406d2c
chore: update comments
2023-09-15 10:12:34 -07:00
Jason Penilla
3806539949
1.5.7-SNAPSHOT
2023-09-15 10:05:38 -07:00
Jason Penilla
8faebd1767
release: Version 1.5.6
2023-09-15 10:02:05 -07:00
Jason Penilla
d23909c7d8
adjust ScanJar loggers
2023-09-15 09:59:35 -07:00
Jason Penilla
28786b0947
use ceilingEntry instead of higherEntry for line mappings
...
we want to include & prioritize exact matches
2023-09-15 09:26:49 -07:00
Jake Potrebic
de151674ee
Merge pull request #198 from Machine-Maker/fix/FilterProjectDir
...
fix FilterProjectDir vanillaJar input (fixes runDev in Paper)
2023-06-16 21:29:21 -07:00
Jake Potrebic
c2d4fcb084
fix FilterProjectDir vanillaJar input
2023-06-10 14:05:18 -07:00
Kyle Wood
3f6c7a5feb
Fix Gradle deprecation issue, buildSrc missing name
2023-06-07 19:00:25 -05:00
Kyle Wood
57566dd7da
Remove commented code
2023-06-07 18:59:47 -05:00
Jake Potrebic
ce9df1c5f6
account for inner classes
2023-06-07 17:22:37 -05:00
Jake Potrebic
a3033c6d60
fix license and style violations
2023-06-07 17:22:37 -05:00
Jake Potrebic
329b5663e9
fix a couple issues after rebasing on main
2023-06-07 17:22:36 -05:00
Jake Potrebic
33b8a1b12a
add task to filter project dir
2023-06-07 17:22:36 -05:00
Jake Potrebic
92f922f291
support importing files from data/minecraft/ into the resources folder
2023-06-07 17:22:36 -05:00
Kyle Wood
9f602b892a
Fix license formats
2023-06-07 17:16:31 -05:00
Jake Potrebic
972de2e850
Add task to scan generated code to make sure versions match
2023-06-07 17:16:31 -05:00
Jason Penilla
d3d7eec0c5
chore: Bump ASM & lorenz-tiny
2023-06-06 18:41:46 -07:00
Jason Penilla
d82fddd8d7
release: Version 1.5.5
2023-04-26 09:50:18 -07:00