fdbbea9682
Implemented new Addonscript
2020-07-26 16:38:16 +02:00
cc5fcd6cd2
update addonscript (everything is broken currently)
2020-07-26 15:54:02 +02:00
abaaadb59c
ported mpjh to kt
2020-07-26 15:50:22 +02:00
26361cbe66
ported Config to kt
2020-07-26 15:19:19 +02:00
897bc9b918
commands can (and should) now be KT objects instead of classes
2020-07-26 13:50:07 +02:00
b21b276563
fix file downloader
2020-07-26 01:08:23 +02:00
ae8a4fc6bb
ported FileDownloader to kotlin (couldnt test cause AS is broken)
2020-07-25 23:59:54 +02:00
294280e5be
hotfix NPE when running command with no return message.
2020-07-25 22:53:54 +02:00
521bc31991
port CommandLoader to kotlin
2020-07-25 22:50:27 +02:00
b064b63dee
port util class to kotlin and improve CreateModlist.kt
2020-07-25 20:38:22 +02:00
2d987ee40e
port downloadmods to kotlin (not working because addonscript is broken)
2020-07-25 18:48:19 +02:00
b710bdd67f
init command ported to kotlin!
2020-07-25 17:57:13 +02:00
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
0543bb67be
port Import to kotlin
2020-07-25 17:36:49 +02:00
1a41b9ca87
clean up CreateModlist.kt
2020-07-25 16:07:55 +02:00
2a561a71c3
port CreateModList to kotlin (couldnt test because @tilera broke addonscript again)
2020-07-25 01:18:34 +02:00
52f766fa3e
Update to new Addonscript
2020-07-24 21:55:58 +02:00
29a2768882
Remove grovy and kotlin while they are not in use
...
This reverts commit a66a0ba349
.
2020-07-24 19:56:00 +02:00
a66a0ba349
Added Kotlin and Groovy
2020-07-24 19:45:30 +02:00
56511253c2
remove weird @NonNull annotation
2020-07-24 15:28:16 +02:00
ad65ffc675
Change to new Addonscript (to be tested by Lordy xD)
2020-07-24 14:30:43 +02:00
6b0e35cf51
use okhttp client for all network stuff
2020-07-23 22:36:34 +02:00
e83776994f
remove unused fields
2020-07-18 16:41:28 +02:00
30e8201d92
misc improvements
2020-07-18 14:48:58 +02:00
960fc91265
add mod downloader and some misc changes
2020-07-17 23:42:38 +02:00
254e7fa631
added ConvertManifestToModpackJSON command
2020-06-18 23:15:40 +02:00
3d3f914d2c
AddMod.java ist now writing the json to the File correctly
2020-06-18 22:29:32 +02:00
5179c3faee
added ModpackJsonHandler
...
added getPath method to config
2020-06-18 22:18:59 +02:00
e3e5d8a7c3
AddedAddonscript to Config
2020-06-18 21:12:43 +02:00
7d3ecb0d19
replace tabs with spaces because github cant show them properly (still)
2020-06-18 18:58:13 +02:00
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
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
8461f0f931
Add Docs to new command loading system
2020-06-18 16:20:50 +02:00
b78a95fa8e
The Big improvement
...
completely changed command loading system
2020-06-18 14:37:38 +02:00
53db66abde
O.O
...
-_-
2020-06-18 00:35:57 +02:00
9e3d5f3dcd
Updated AddonScript
2020-06-09 17:36:33 +02:00
9e8f31dc84
Switched To toml for config + some minor optimizations
2020-05-31 20:57:11 +02:00
5ff31867d4
Change the addmod Command to use Addonscript
2020-05-31 20:04:25 +02:00
d4d0f19720
Added TOML4J
2020-05-31 19:14:59 +02:00
55d02d4e07
Added Addonscript
2020-05-31 18:33:38 +02:00
1161556118
another reformat
2020-05-02 21:38:15 +02:00
b1ab51a932
fix alphabetical sorting and reformat/cleanup
2020-05-02 21:29:56 +02:00
3b0df41008
html modlist sorting and opening in new tab
2020-05-02 18:59:38 +02:00
e91833cccc
html modlist can now be generated
2020-05-02 18:19:03 +02:00
eaa510f72f
Add Ability to add mods
2020-05-02 16:34:26 +02:00
f021e26dda
fix bug in modlist generator
2020-05-02 13:11:49 +02:00
1e23416330
mod list file will now be passed in as arg instead of getting it from config
2020-05-02 12:33:20 +02:00
4207f3e4a0
moved commands into commands package
2020-05-02 12:14:55 +02:00
3a62436ecd
Moved ModInfo outside Commands.java
2020-05-02 11:20:51 +02:00
a58a45ead0
implemented modlist
2020-05-01 21:50:06 +02:00