Open
Conversation
… classes - Add GenerateHytaleManifestTask to generate manifest.json and fairy.json - Change RunHytaleServerTask to use mainClass with runtime classpath - Add devtools classpath support in RootNodeLoader for framework scanning - Fix LibraryHandlerPluginListener for Java 9+ non-URLClassLoader - Add extension options: allowOp, disableSentry, authMode - Add core-devtools dependency to test-hytale-plugin - Add UI examples (ExampleHud, ExamplePage) to test plugin
… execute non-player commands
…stTask for incremental builds
- FairyHytalePlatform: use synchronized setter for static PLUGIN field - GenerateHytaleManifestTask: catch IOException instead of generic Exception - GenerateHytaleManifestTask: extract CLASS_FILE_EXTENSION constant - GenerateHytaleManifestTask: reduce function nesting by extracting methods - PrepareHytaleBuildTask: use for loop instead of forEach with labeled return - PrepareHytaleDownloaderTask: extract OS_NAME_PROPERTY and OS_ARCH_PROPERTY constants
- GenerateHytaleManifestTask: add KDoc to generate() and companion object - GenerateHytaleManifestTask: reduce nesting depth using sequence operations - GenerateHytaleManifestTask: merge findHytalePluginInClassFile into caller - PrepareHytaleDownloaderTask: add KDoc to prepareDownloader() and companion - PrepareHytaleBuildTask: add KDoc to prepareBuild() - PrepareHytaleBuildTask: extract helper methods to reduce nesting depth - FairyResourceHytaleMeta: rename normalizeToSemver to convertToValidSemver
- RunHytaleServerPlugin: extract 'runHytaleServer' to PLUGIN_NAME constant - GenerateHytaleManifestTask: inline checkForInternalMeta to reduce function count to 11
- RunHytaleServerPlugin: add KDoc to companion object - GenerateHytaleManifestTask: inline findPluginInterfaceClass into findMainClass
…System annotations for automatic system registration
…className variable
…itySystem annotation
- Add fairy.json as recognized configuration file in jar entries - Update version to 0.8.5b1-hytale6-SNAPSHOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.