4
0
Fork 0
mirror of https://github.com/Anvilcraft/modpacktools synced 2024-05-30 01:06:26 +02:00
Commit graph

163 commits

Author SHA1 Message Date
LordMZTE 9aea30e441 change name of util class in java 2020-07-26 19:46:55 +02:00
LordMZTE 643960c8a7 improve mod list css 2020-07-26 19:03:10 +02:00
LordMZTE 9d3c82fe37 fix tilera's code 2020-07-26 16:59:31 +02:00
LordMZTE 86c7c7d67d make json var in ModpackJsonHandler.kt return json instead of wrapper 2020-07-26 16:44:02 +02:00
Timo Ley fdbbea9682 Implemented new Addonscript 2020-07-26 16:38:16 +02:00
LordMZTE cc5fcd6cd2 update addonscript (everything is broken currently) 2020-07-26 15:54:02 +02:00
LordMZTE abaaadb59c ported mpjh to kt 2020-07-26 15:50:22 +02:00
LordMZTE 26361cbe66 ported Config to kt 2020-07-26 15:19:19 +02:00
LordMZTE 897bc9b918 commands can (and should) now be KT objects instead of classes 2020-07-26 13:50:07 +02:00
LordMZTE b21b276563 fix file downloader 2020-07-26 01:08:23 +02:00
LordMZTE ae8a4fc6bb ported FileDownloader to kotlin (couldnt test cause AS is broken) 2020-07-25 23:59:54 +02:00
LordMZTE 294280e5be hotfix NPE when running command with no return message. 2020-07-25 22:53:54 +02:00
LordMZTE 521bc31991 port CommandLoader to kotlin 2020-07-25 22:50:27 +02:00
LordMZTE b064b63dee port util class to kotlin and improve CreateModlist.kt 2020-07-25 20:38:22 +02:00
LordMZTE 2d987ee40e port downloadmods to kotlin (not working because addonscript is broken) 2020-07-25 18:48:19 +02:00
LordMZTE b710bdd67f init command ported to kotlin! 2020-07-25 17:57:13 +02:00
LordMZTE 3f782b6f12 config will now default to config from resources if no config file exists to prevent NPE. 2020-07-25 17:56:55 +02:00
LordMZTE 0543bb67be port Import to kotlin 2020-07-25 17:36:49 +02:00
LordMZTE 1a41b9ca87 clean up CreateModlist.kt 2020-07-25 16:07:55 +02:00
LordMZTE 2a561a71c3 port CreateModList to kotlin (couldnt test because @tilera broke addonscript again) 2020-07-25 01:18:34 +02:00
Timo Ley 52f766fa3e Update to new Addonscript 2020-07-24 21:55:58 +02:00
LordMZTE 29a2768882 Remove grovy and kotlin while they are not in use
This reverts commit a66a0ba349.
2020-07-24 19:56:00 +02:00
Timo Ley a66a0ba349 Added Kotlin and Groovy 2020-07-24 19:45:30 +02:00
LordMZTE 56511253c2 remove weird @NonNull annotation 2020-07-24 15:28:16 +02:00
Timo Ley ad65ffc675 Change to new Addonscript (to be tested by Lordy xD) 2020-07-24 14:30:43 +02:00
LordMZTE 6b0e35cf51 use okhttp client for all network stuff 2020-07-23 22:36:34 +02:00
LordMZTE e83776994f remove unused fields 2020-07-18 16:41:28 +02:00
LordMZTE 30e8201d92 misc improvements 2020-07-18 14:48:58 +02:00
LordMZTE 960fc91265 add mod downloader and some misc changes 2020-07-17 23:42:38 +02:00
LordMZTE 254e7fa631 added ConvertManifestToModpackJSON command 2020-06-18 23:15:40 +02:00
Timo Ley 3d3f914d2c AddMod.java ist now writing the json to the File correctly 2020-06-18 22:29:32 +02:00
LordMZTE 5179c3faee added ModpackJsonHandler
added getPath method to config
2020-06-18 22:18:59 +02:00
Timo Ley e3e5d8a7c3 AddedAddonscript to Config 2020-06-18 21:12:43 +02:00
LordMZTE 7d3ecb0d19 replace tabs with spaces because github cant show them properly (still) 2020-06-18 18:58:13 +02:00
LordMZTE 4099a02bfb small improvements and config changes
help message sorts commands now
init command added
config is no longer created on program start
CommandLoader now checks if a config file exists if commands require it
an ICommand can now be executed without a CommandLoader instance
minor cleanups
2020-06-18 18:53:39 +02:00
LordMZTE 74887d8fa6 some changes
commands can now specify a help message
the command name is now passed in with the getName() method instead of in the annotation
cleanups
2020-06-18 17:05:16 +02:00
LordMZTE 8461f0f931 Add Docs to new command loading system 2020-06-18 16:20:50 +02:00
LordMZTE b78a95fa8e The Big improvement
completely changed command loading system
2020-06-18 14:37:38 +02:00
Timo Ley 53db66abde O.O
-_-
2020-06-18 00:35:57 +02:00
Timo Ley 9e3d5f3dcd Updated AddonScript 2020-06-09 17:36:33 +02:00
LordMZTE 9e8f31dc84 Switched To toml for config + some minor optimizations 2020-05-31 20:57:11 +02:00
Timo Ley 5ff31867d4 Change the addmod Command to use Addonscript 2020-05-31 20:04:25 +02:00
Timo Ley d4d0f19720 Added TOML4J 2020-05-31 19:14:59 +02:00
Timo Ley 55d02d4e07 Added Addonscript 2020-05-31 18:33:38 +02:00
LordMZTE 1161556118 another reformat 2020-05-02 21:38:15 +02:00
LordMZTE b1ab51a932 fix alphabetical sorting and reformat/cleanup 2020-05-02 21:29:56 +02:00
LordMZTE 3b0df41008 html modlist sorting and opening in new tab 2020-05-02 18:59:38 +02:00
LordMZTE e91833cccc html modlist can now be generated 2020-05-02 18:19:03 +02:00
LordMZTE eaa510f72f Add Ability to add mods 2020-05-02 16:34:26 +02:00
LordMZTE f021e26dda fix bug in modlist generator 2020-05-02 13:11:49 +02:00