Commit Graph

135 Commits

Author SHA1 Message Date
a3a8e4f377 Fixes downloading of jar files
Links to knarcraft.net updated.
Code for parsing the new minecraft vanilla json files added.
2018-09-30 17:06:57 +02:00
5ac22babab Bugfixes and optimizations
Fixes a bug where the server version is not updated on load.
Optimized downloading of all jar files.
2018-03-29 16:09:08 +02:00
46bb3a9e29 Merge branch 'master' of github.com:EpicKnarvik97/Minecraft-Server-Launcher 2018-02-27 10:59:17 +01:00
cf0d1f7fff More comments 2018-02-27 10:58:05 +01:00
6ba2397e40
Update README.md 2018-02-26 00:54:12 +00:00
2476e379e5 Merge branch 'master' of github.com:EpicKnarvik97/Minecraft-Server-Launcher 2018-02-23 21:44:21 +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
34420e5b5e
Delete MANIFEST.MF 2018-02-22 13:14:46 +00:00
c40c5fb131 Merge remote-tracking branch 'origin/master' 2018-02-22 14:14:04 +01:00
f255792e37 Changed the version number 2018-02-22 14:13:22 +01:00
184939d3f1 Changed the version number 2018-02-22 14:12:42 +01:00
9e8e84441e
Update README.md 2018-02-22 10:52:39 +00:00
45e2c81d05 Better code and comments 2018-02-22 11:49:12 +01:00
97382d035b Consoles can now store and retrieve the last commands typed 2018-02-21 11:47:23 +01:00
2ff3c765a6 Improved checking for abnormally closed servers 2018-02-20 22:13:57 +01:00
3e7c69d7a2 Delay startup actually does something 2018-02-20 21:09:58 +01:00
16edbfd44c Fixes issue #2 2018-02-20 17:45:30 +01:00
379d1ed051 Fixes issue #1 2018-02-20 13:39:21 +01:00
0f01a64f07 Gets size instead of preferred size 2018-02-18 22:57:59 +01:00
b1a0d4f2a9 Gets size instead of preferred size 2018-02-18 22:57:39 +01:00
2fac5f403d GUI size is now saved and loaded, to prevent hassle for the user 2018-02-17 23:05:12 +01:00
1ec620f87a Merge branch 'master' of https://github.com/EpicKnarvik97/Minecraft-Server-Launcher
Changes were done
2018-02-17 22:06:26 +01:00
689e6e2b2b Allow gui scaling 2018-02-17 22:06:20 +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
27024d7b8f Fixes a bug where Custom would always cause an exception on save 2018-02-03 13:02:37 +01:00
fd65b46ea2 Version string is saved in each server, rather than each profile
To prevent one server from being updated, and making the other servers
think they are updated, this was necessary.
2018-02-03 11:00:45 +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
062f57736b Lets GUI and ServerConsoles update their dynamic tabs
List of server settings and server consoles are now updated on change.
This will be helpful when we load profiles.
2018-02-02 20:09:54 +01:00
f0618d6338 Fixed the broken fix 2018-02-01 13:56:57 +01:00
9d18abf1ed Fixes bug in stringBetween 2018-02-01 13:46:51 +01:00
3a1e61c754 Playerlist and Serverlist combos are properly updated. It is possible to send commands to servers. 2018-02-01 13:16:25 +01:00
2350247975 Merge branch 'master' of github.com:EpicKnarvik97/Minecraft-Server-Launcher 2018-01-31 23:42:59 +01:00
64eb4ef2ce
Create pull_request_template.md 2018-01-31 22:40:49 +00:00
68d4118f0f
Create ISSUE_TEMPLATE.md 2018-01-31 22:36:22 +00:00
322d66e0c7
Delete ServerTest.java 2018-01-31 22:32:24 +00:00
b15177b8aa
Delete MANIFEST.MF 2018-01-31 22:32:02 +00:00
d8d770ddbe
Create CONTRIBUTING.md 2018-01-31 22:31:09 +00:00
a59c5f904a Cleanup 2018-01-31 23:20:33 +01:00
29916d16ea
Update README.md 2018-01-31 20:28:51 +00:00
2591f3ed05 It is possible to write to server consoles 2018-01-31 21:24:54 +01:00
30263d7753 Using pack() for scaling 2018-01-31 17:40:28 +01:00
749af701a8 GUI is not shit anymore 2018-01-31 12:18:36 +01:00
6a668a2e17 Merge remote-tracking branch 'origin/master' 2018-01-30 23:39:28 +01:00
f085cab71f Cleanup 2018-01-30 23:38:22 +01:00
94d61f2181 GUI is no longer shit on linux 2018-01-30 23:34:25 +01:00
85e4fa4fc7 Adds more javadoc 2018-01-30 19:46:14 +01:00