4
0
Fork 0
mirror of https://github.com/Anvilcraft/modpacktools synced 2024-05-29 00:35:46 +02:00
Commit graph

133 commits

Author SHA1 Message Date
LordMZTE f156fa5386 fix Path.toZip making file instead of dir entries 2021-02-12 23:22:07 +01:00
LordMZTE 7ea555a472 fix shell crashing on EOF 2021-02-12 18:23:00 +01:00
LordMZTE ea16f1cb41 fix Path.toZip missing directory entries 2021-02-12 17:45:54 +01:00
LordMZTE 3fbd93a519 AbsractCommand uses property delegate for arguments instead of function now 2020-08-19 15:28:53 +02:00
LordMZTE dcc36e7ebf fix installer stuff due to new as version 2020-08-19 15:05:13 +02:00
LordMZTE 4944f7c934 add BuilderContainerTagTest.kt
move convertAStoManifest into ASUtil.kt
convertAStoManifest will throw exception if forge version is invalid
add out to gitignore
2020-08-18 21:46:21 +02:00
LordMZTE b3b077796d fix modlist sorting 2020-08-16 19:59:07 +02:00
LordMZTE cc08eca061 add noheader argument to CreateModlist 2020-08-16 19:50:12 +02:00
LordMZTE ec2468aaac improve modlist
add BuilderContainerTag to make html more kotliny
2020-08-16 19:44:42 +02:00
LordMZTE 74b0d80c33 add comments for tilera 2020-08-16 17:14:36 +02:00
LordMZTE caa540d3af replace thicc reflections lib with lightweight one!
jar is 2 mb smaller!
2020-08-16 16:47:36 +02:00
LordMZTE a5d5562d93 improve docs
remove mergeTo function due to stdlib containing alternative
getModMetas now takes predicate
2020-08-15 20:49:29 +02:00
LordMZTE 552457eb0e remove 5 minute cache for dependencies
this does not apply only to snapshot dependencies, thus everything will be downloaded again each 5 mins
2020-08-15 20:47:30 +02:00
LordMZTE 3d4a9c8359 kotlin 1.4!!! 2020-08-15 18:01:38 +02:00
LordMZTE 0f3a824390 improve tilera's code 2020-08-15 17:15:28 +02:00
LordMZTE db1f46d728 BuildTechnic.kt should work now
improved FileDownloader.kt
2020-08-15 16:59:52 +02:00
Timo Ley 069b2896e6 Fix forge export version 2020-08-15 16:34:56 +02:00
LordMZTE 77b146cb6c add and implement arg function to make arguments for commands cleaner and more kotliny 2020-08-14 19:47:19 +02:00
LordMZTE 38d9f13547 fix ListRelations alphabetical sorting 2020-08-14 19:05:01 +02:00
LordMZTE c7b6672601 add and implement AbstractCommand
less boilerplate!
2020-08-14 18:46:36 +02:00
LordMZTE b945983835 improve httpPostStr and add test 2020-08-14 16:05:32 +02:00
LordMZTE 8938ad2456 use readAsJson instead of JsonReader 2020-08-14 15:31:03 +02:00
Timo Ley 65a2e6748b Revert "move settings from build file into gradle.properties"
This reverts commit 5844a7c488.
2020-08-14 15:19:10 +02:00
LordMZTE 5844a7c488 move settings from build file into gradle.properties 2020-08-14 15:06:38 +02:00
LordMZTE e838e48f42 rename tests 2020-08-14 11:20:36 +02:00
LordMZTE e67995d6a0 started making BuildTechnic command. not yet working
local files aren't being installed for no good reason whatsoever
mod loader not getting installed yet
2020-08-12 21:14:00 +02:00
LordMZTE be22304295 reformat with ktlint 2020-08-12 12:42:56 +02:00
LordMZTE e8cfe17c5b add maven stuff to build.gradle.kts 2020-08-09 22:56:06 +02:00
LordMZTE 4af8329193 added all option to DownloadMods 2020-08-09 15:55:43 +02:00
LordMZTE 2992d71e04 FileDownloader can now resolve file names. 2020-08-09 15:40:56 +02:00
Timo Ley f03fb37cb4 Fix ASConverter bug 2020-08-09 11:50:42 +02:00
LordMZTE 25f4848ae9 improve help message 2020-08-08 19:37:04 +02:00
LordMZTE d56f926435 bump version
added --all argument to BuildTwitch
2020-08-08 15:19:28 +02:00
LordMZTE 91e3d1360b add listrelations and other small changes 2020-08-06 22:14:14 +02:00
LordMZTE 0c13479ddc improve tests 2020-08-06 12:44:10 +02:00
LordMZTE 40681a10ca remove useless accumulate function and use fold instead 2020-08-06 12:28:34 +02:00
LordMZTE 98e1bc275e add accumulate function 2020-08-06 00:21:11 +02:00
LordMZTE cfdb06cdff add test for fPrint and fix small bug 2020-08-05 19:49:10 +02:00
LordMZTE f28375a245 terminal output will now be colored if the console supports it 2020-08-05 19:26:34 +02:00
LordMZTE db43778715 more test
small bug fix in ConfigToml
2020-08-03 16:08:34 +02:00
LordMZTE 614477ef06 add some tests for debugging (tilera, once you code someting pls try to add tests if possible and run "test" before committing) 2020-08-03 15:14:12 +02:00
LordMZTE c99a1f8bdb contributors in modlists will now be colored 2020-08-03 00:03:24 +02:00
LordMZTE fb0ed7b19d enum arguments for CreateModlist.kt are now case insensitive 2020-08-02 21:36:59 +02:00
LordMZTE 3fb1e275c4 added sorting options to CreateModlist.kt 2020-08-02 20:55:44 +02:00
LordMZTE fcfba73056 added the File.unzip function to Util 2020-08-02 18:05:15 +02:00
LordMZTE dc0b248035 FileDownloader.kt now uses a function instead of the constructor for downloading stuff for better performance
replaced ExistingFileBehaviour with boolean
2020-08-02 17:42:27 +02:00
LordMZTE dfe682f41e use argparse4j for args 2020-08-01 19:22:21 +02:00
LordMZTE 8863e703bc add toString to MissingConfigValueException 2020-07-29 23:52:22 +02:00
LordMZTE 789cfa53b7 add and use MissingConfigValueException
minor cleanups
2020-07-29 23:43:34 +02:00
Timo Ley 312cb39459 Merge remote-tracking branch 'origin/master' 2020-07-29 23:20:39 +02:00