Commit Graph

164 Commits

Author SHA1 Message Date
b1454b1156 Improves username login/logout checking by using a proper regex match
Additionally, this commit fixes a bug where instead of Username, users are shown as Username[IP:PORT]
2021-01-28 03:08:10 +01:00
a4d7b1041c Updates software version
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-01-27 16:12:03 +01:00
a705fc8b3e Updates Minecraft server jar versions to 1.16.5 2021-01-27 16:11:50 +01:00
5fe4384b59 Updates software version
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-12-28 16:55:02 +01:00
2f31a6c248 Updates server version to 1.16.4 and fixes downloading of waterfall and travertine 2020-12-28 16:54:36 +01:00
70f8b87eef Updates software version to 1.2.3
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-09-22 15:15:05 +02:00
a9332c0a6c Removes Spigot 1.16.1 as it is deemed unnecessary 2020-09-22 15:14:07 +02:00
2b6315a914 Rewrites console output. Closes #4
Makes the servers be responsible for their own consoles
Starts reading from console once a server starts, and stops once the server stops
Makes reading from a buffered reader read character by character rather than line by line to fix reading from streams
Makes sure each server's console is read on different threads to prevent lockup
Prevents possible console bugs caused by only reading servers already enabled on startup
2020-09-22 15:12:07 +02:00
262418ff7f Updates software version to 1.2.2
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-09-20 20:39:13 +02:00
31d167a8a4 Closes a buffered reader in saveStateTest properly and removes a .close causing server consoles not to display text 2020-09-20 20:38:21 +02:00
44b9bcc960 Updates current version to 1.2.1
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-09-20 18:18:45 +02:00
9f2dda7c6b Updates Minecraft .jar version to 1.16.3 where applicable 2020-09-20 18:18:27 +02:00
6c0e352649 Fixes a bug caused by the version file not being properly closed 2020-09-20 17:36:10 +02:00
5058383f93 Updates the version of the software to beta
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-29 14:03:48 +02:00
39a8c14ece Updates the updater to use the new updater .jar 2020-08-29 14:03:26 +02:00
5b15fea7b3 Splits the GUI into more components to increase maintainability 2020-08-20 18:33:45 +02:00
52946c9aec Improves string storage and variable names in the main GUI. Also adds the fallback web browsing method
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-19 21:26:39 +02:00
83f8834530 Improves a lot of comments and variable names 2020-08-19 21:24:37 +02:00
d06cc66f31 Adds a WebServer class as a fallback when native browsing is unavailable 2020-08-19 21:23:10 +02:00
3d6476b1ef Makes Console extend KeyAdapter to remove empty methods. Also improves comments 2020-08-19 15:19:00 +02:00
070f87222b Removes a redundant semicolon from the custom server type 2020-08-19 14:58:27 +02:00
1300f6808b Updates spigot version to 1.16.2 and adds craftbukkit versions beyond 1.13.2 2020-08-19 14:40:53 +02:00
23161c1a8d Splits the Waterfall and Travertine server types by Minecraft version
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-19 13:06:27 +02:00
4f60ed5d10 Changes the order of server types to make more sense 2020-08-19 12:05:54 +02:00
2acc6f4d13 Adds the ability to download old bungee versions 2020-08-19 12:01:19 +02:00
2f8117ebfa Adds craftbukkit beta version 1.8 and 1.7 2020-08-19 11:43:36 +02:00
2008ec8fd1 Adds the SpongeForge server type 2020-08-19 11:24:05 +02:00
d06cf4114a Adds and improves comments for server types and profile 2020-08-19 10:39:24 +02:00
e71e95df7f Improves some comments and structure for the Controller 2020-08-17 23:09:37 +02:00
d60e16b4a5 Improves some comments and variable names for ServerTab 2020-08-17 22:55:09 +02:00
cc0a5a1659 Makes all folder selection use a common method 2020-08-17 22:19:30 +02:00
a3de8a9f6c Changes a lot of things to make everything cleaner. Closes #3
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Drops the idea of using serializable
Adds a new controller object which takes care of profiles and saving
Moves profile independent settings to its own file
Makes saving and loading from file a lot cleaner
Fixes the bug preventing lastly used profile from loading
Makes the profile object only do profile things
Moves gui initialization to the controller object
Updates vanilla version from 1.16.1 to 1.16.2
Moves backup to common functions
2020-08-17 21:41:38 +02:00
2ed6b8bedb Fixes the tray image not being loaded 2020-08-17 13:59:19 +02:00
ba9b192790 Fixes a NullPointerException thrown when the profiles file does not exist 2020-08-17 12:39:29 +02:00
c721aef2a6 Tries a new fix to remove the pesky FileNotFoundException caused by the server version container
Some checks failed
KnarCraft/Minecraft-Server-Launcher/pipeline/head There was a failure building this commit
2020-08-17 11:26:45 +02:00
8e626d8097 Fixes a FileNotFoundException caused by the version file not existing
Some checks failed
KnarCraft/Minecraft-Server-Launcher/pipeline/head There was a failure building this commit
2020-08-15 20:55:29 +02:00
0bf355c4de This should fix all issues regarding the "latest" version for all server types
Some checks failed
KnarCraft/Minecraft-Server-Launcher/pipeline/head There was a failure building this commit
2020-08-15 20:40:46 +02:00
70d064e590 Makes snapshot a vanilla version and loads all jars from the jars folder
Some checks failed
KnarCraft/Minecraft-Server-Launcher/pipeline/head There was a failure building this commit
2020-08-13 03:04:02 +02:00
ab6453cdc3 Adds missing comments, simplifies proxy distinction, moves updating to own class and fixes formatting 2020-08-11 19:29:28 +02:00
094a1facb2 Adds support for the travertine and waterfall server proxies 2020-08-11 14:03:26 +02:00
a2d4d491ba Fixes some bugs preventing servers from starting
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-07 04:08:05 +02:00
b144bbb903 Fixes some messages and some jar downloads
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-07 02:59:09 +02:00
26cc5370e2 Does some much needed cleanup, adds the Paper server type and fixes broken downloads
Some checks failed
KnarCraft/Minecraft-Server-Launcher/pipeline/head There was a failure building this commit
2020-08-06 19:55:27 +02:00
9ef314b178 Updates available server versions
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-03 18:05:28 +02:00
040740db84 Adds comments and refactors several classes
All checks were successful
KnarCraft/Minecraft-Server-Launcher/master This commit looks good
Adds comments to Collection
Makes some variable and function names more descriptive
Adds some new methods for showing messsages and errors
Adds a lot of missing comments
Enhances some existing comments
2020-02-13 21:10:18 +01:00
c59cbcefbb Changes resource loading
Some checks failed
KnarCraft/Minecraft-Server-Launcher/master There was a failure building this commit
Loads configuration and image files from resources folder
Removes duplicate resources
2020-02-12 23:00:51 +01:00
194686b9d8 Makes the project into a Maven project
Some checks failed
KnarCraft/Minecraft-Server-Launcher/master There was a failure building this commit
Moves stuff around
Adds Jenkinsfile
Changes some package names
Replaces library with Maven dependency
2020-02-12 21:30:36 +01:00
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
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
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
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
a59c5f904a Cleanup 2018-01-31 23:20:33 +01: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
be32c7e3a1 Adds the not yet implemented server consoles 2018-01-30 19:35:42 +01:00
89f0962c2d Added the title and icon again 2018-01-30 17:14:29 +01:00
559e7bb38a Server version combo is updated on server type change 2018-01-30 13:39:09 +01:00
1c00ae9bab More gui buttons work in theory 2018-01-30 00:44:03 +01:00
0267961eff Servers can now be removed 2018-01-29 20:14:17 +01:00
b0979c6e0f More gui added, and profiles half implemented 2018-01-28 19:06:50 +01:00
bcaf8640d4 Minor fixes 2018-01-28 16:23:15 +01:00
3b3600fb68 Started implementing GPU functionality 2018-01-28 16:17:31 +01:00
789883ad69 The GUI was not wide enough 2018-01-27 23:43:29 +01:00
2aeba11874 GUI attempt #2 2018-01-27 23:34:02 +01:00
a24144bb18 Removed bin 2018-01-27 12:35:29 +01:00
55c7c8defd Jar compiling is now possible 2018-01-26 23:15:19 +01:00
1fafab78b6 Nicer but probably less cross-compatible GUI 2018-01-26 22:17:36 +01:00
4ff0564482 Cleanup and minor fixes 2018-01-26 20:36:10 +01:00
fec74bb295 Add unfinished gui 2018-01-26 20:34:15 +01:00