15 Commits

Author SHA1 Message Date
cade97adbe Closes version file 2018-12-18 00:58:42 +01:00
21737b7549 Fixes downloading of jar files
Links to knarcraft.net updated.
Code for parsing the new minecraft vanilla json files added.
Adds auto updates
2018-11-07 17:40:39 +01:00
cf0d1f7fff More comments 2018-02-27 10:58:05 +01:00
5ed0236888 Some fixes and additions
Added log for GUI label.
Removed quotes around jar path to make things work on linux.
2018-02-23 21:38:42 +01:00
184939d3f1 Changed the version number 2018-02-22 14:12:42 +01:00
45e2c81d05 Better code and comments 2018-02-22 11:49:12 +01:00
2ff3c765a6 Improved checking for abnormally closed servers 2018-02-20 22:13:57 +01:00
379d1ed051 Fixes issue #1 2018-02-20 13:39:21 +01:00
2fac5f403d GUI size is now saved and loaded, to prevent hassle for the user 2018-02-17 23:05:12 +01:00
920c3de0d4 Fixes profiles file creation
Adds some tests
2018-02-17 22:04:06 +01:00
5d471881fb Optimization for jar compiling
Some things won't work without compiling anymore (like creating a profiles file).
Downloading jars is finished.
2018-02-13 12:21:39 +01:00
b662afe0c6 Cleanup and bugfixes
Reformats long lines.
Restructures methods.
Removes some unnecessary methods.
Adds more and better comments.
Checks for illegal characters in collection and profile names.
Profiles.txt saves the profile selected on save.
Adds some methods to avoid code repetition.
Changes the name of at least one method.
I probably forgot to mention something.
2018-02-05 00:00:51 +01:00
9b14603d85 Implements run in background on exit
The GUI will be minimized to tray on exit, if runInBackground is enabled.
Starting with runInBackground enabled, hides the GUI and runs the servers.
2018-02-04 10:20:58 +01:00
e9e500fb2f Implements proper saving and loading of servers and profiles 2018-02-03 14:39:22 +01:00
75d44f6d1d Profile switching and cleanup
It is now possible to switch between profiles, and the server tabs
will update.
2018-02-02 22:02:57 +01:00