Commits on Source 91
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
Griefed authored
# Conflicts: # build.gradle
-
Griefed authored
-
Griefed authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
RenovateBot authored
-
Griefed authored
# Conflicts: # frontend/package-lock.json # frontend/package.json
-
Griefed authored
improv(UNIX symlinks and Windows lnks): Allow users to work with links/symlinks at certain points. Modpack directory, copy directories, server icon and properties, Java path, config to load shoud now all work with UNIX symlinks or Windows lnks.
-
Griefed authored
-
Griefed authored
improv(UNIX symlinks and Windows lnks): Allow users to work with links/symlinks at certain points. Modpack directory, copy directories, server icon and properties, Java path, config to load shoud now all work with UNIX symlinks or Windows lnks.
-
Griefed authored
refactor(UNIX symlinks and Windows lnks): Sanitize links at beginning of config check and resolve any and all links before checks are run.
-
Griefed authored
-
Griefed authored
fix(Unable to save config when clientside-mods is empty): Prevent IndexOutOfBounds-exception when the passed list in encapsulateListElements is empty.
-
Griefed authored
fix(File-ending): If a user does not specify .conf as the file ending when SaveAs is used, append it so we always have .conf-files.
-
Griefed authored
fix(Copy-directories re-validation): Upon changing the modpack-directory, re-validate the copy-directories field to prevent false-negatives.
-
Griefed authored
fix(1.12.2 Forge sideness scanning false positives): If a single mod JAR-file contains multiple mods, check all mods in that JAR-file for sideness and determine whether it is clientside-only correctly.
-
Griefed authored
-
semantic-release-bot authored
-
Griefed authored
docs(GenerateZip params): Remove param in JavaDoc for GenerateZip:44, containing extra, invalid, argument.
-
semantic-release-bot authored
-
Griefed authored
-
Griefed authored
-
semantic-release-bot authored
-
Griefed authored
-
Griefed authored
improv(Server-icon and properties): Improve copying of the specified server-icon.png and server.properties as well as logging in case of errors. If the specified image is already 64x64, do not scale it unnecessarily.
-
Griefed authored
-
Griefed authored
-
Griefed authored
improv(GUI conf and log upload): Improve checks and error message when uploading files to HaseBin which are too large. Delete your `lang/lang_en_us.properties` to receive the new message if you're using SPC in english.
-
Griefed authored
-
Griefed authored
-
Griefed authored
-
semantic-release-bot authored
-
Griefed authored
-
Griefed authored
-
Griefed authored
test(GitLab): Fix coverage-job artifacts so it works on GitLab.com again. Deactivate Inform About Release job, as GitHub is the main distribution platform for releases.
-
Griefed authored
-
Griefed authored
-
semantic-release-bot authored
-
Griefed authored
improv(Fabric start scripts): If the improved Fabric server launcher is present, use it. Otherwise the old-fashoned way of downloading and installing a classic Fabric server is used.
-
Griefed authored
feat(Quilt Modloader Support): Fully fledged Quilt support! Including start scripts, modloader server installation, automated clientside-only mod exclusions and webservice support! Please delete your `lang/lang_en_us.properties`-file to receive language updates.
-
Griefed authored
-
Griefed authored
-
Griefed authored
improv(Modloader server installation): Move the installation of the modloader server AFTER the generation of the server packs ZIP-archive. This ensures the ZIP-archive contains NO files which would result in a refection from CurseForge or other services. It ensures the ZIP-archive is as lightweight as possible.
-
Griefed authored
refactor(Enums): Change the way enums are used in the CommandlineParser and VersionMeta. Remove / use values where appropriate.
-
semantic-release-bot authored
-
Griefed authored
fix(GUI Forge versions selection box): Update the list of Forge versions when the selected Minecraft version is changed
-
Griefed authored
-
semantic-release-bot authored
-
Griefed authored
improv(Java-path label and tooltip): Improve wording to reduce confusion as to what this setting is for. Please delete your `lang/lang_en_us.properties`-file.
-
Griefed authored
perf(FileWatcher setup): Setup FileWatcher off-thread when running GUI, to improve startup-time of ServerPackCreator.
-
Griefed authored
-
Griefed authored
improv(About window): Improve display of About text and improve the text itself. Delete your `lang/lang_en_us.properties`-file to receive the new text.
-
Griefed authored
fix(Symlink check): Prevent IllegalCharacterException in FileUtilities.isLink(...) when checking the given file whether it is a symlink but said file having a Windows-path. Rename commonutilities package to common.
-
Griefed authored
refactor(File copying): Gather a list of all files to be copied to the server pack and THEN copy them. Improves readibility of the copyFiles(...)-method. Delete your `lang/lang_en_us.properties`-file to receive the new text.
-
Griefed authored
-
Griefed authored
-
Griefed authored
improv(Copy directories textfield): Turn textfield into a textarea much like clientside-only mods and JVM args.
-
Griefed authored
improv(Copy Files and Directories): Allow specifying absolute paths to files and directories to include in the server pack. Example `C:/`foo/bar` will result in `bar` being copied to the server pack as `bar`, and `C:/`foo/bar.file` will result in `bar.file` being copied to the server pack as `bar.file`.
-
semantic-release-bot authored
-
Griefed authored
improv(ConfigChecks): Check the ServerPackCreator base directory and files and directories specified in the configuration for read-permission.
-
Griefed authored
-
Griefed authored
-
Griefed authored
-
Griefed authored
style(Google Java Format): Apply Google Java format to sources, reformat and optimize imports. Add editorconfig and project config
-
semantic-release-bot authored