f1eead3807
Adds various fixes to make the two java versions work as expected
...
Makes it possible to load a controller without generating a GUI, for better testing
Makes sure not to try and parse empty profile lines
Saves controller settings in a more readable and appendable format
Adds code for using the correct java version for the occasion
Adds a new function for writing to files
2021-08-02 21:06:22 +02:00
6ec44f1f92
Improves console and GUI messages
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Adds newlines when writing to console
Add Error: on lines containing an error
Makes it clearer when a jar build is successful
Makes failures show errors rather than throwing exceptions
2021-08-02 17:57:09 +02:00
d61239c417
Removes BuildTools files after tests have finished
2021-08-02 17:54:35 +02:00
32c17c6005
Improves writing speed when not using a GUI
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Uses buffered writers instead of System.out
Uses a GUI for writing JarBuilder messages
Adds some missing comments to the jar builder
2021-08-02 16:49:35 +02:00
52eacb9980
Adds 1.17 to server versions
2021-08-02 16:22:04 +02:00
043f2045e6
Makes some improvements
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Saves the downloaded BuildTools version to the server version container
Adds a check to see whether the BuildTools file exists
Adds a helper function for reading local files
2021-08-02 16:09:22 +02:00
51ceac69da
Makes the jar building finally work
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-08-02 11:38:43 +02:00
123a8eddda
Adds some still not working code for building spigot and bukkit .jar files
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-06-11 20:41:30 +02:00
8cdb1f143c
Adds a new function for deleting files recursively
2021-02-12 16:12:58 +01:00
3254481326
Improves server waiting and killing
...
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Makes the client force stop servers if the stop button is clicked more than once
Prevents new servers from starting after server stop is initialized
2021-02-05 18:41:54 +01:00
fb705f4e13
Adds server console truncation after 1000 lines of output
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-02-05 15:53:29 +01:00
15dd8db31b
Updates software version
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-01-29 20:42:56 +01:00
fa6a0df4c7
Removes the annoying delay before starting the first server when enabling server delay
2021-01-29 20:30:07 +01:00
8b0423e231
Updates software version
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2021-01-28 03:09:28 +01:00
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
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
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
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
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
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
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
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
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
...
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
a5db6b3a70
Prevents tests from being re-run during deployment stage
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-17 12:24:33 +02:00
1d49229b87
Simplifies building steps
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
2020-08-17 12:10:42 +02:00