- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge branch 'development' into 'master' #144
Merged
Merged
+5,547
−1,226
Conversation
This file contains 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
* New isolated class loader for standalone systems * Working on new class loader for minecraft software * Improved logging system (switched to SLF4J) * Switching version naming to non-snapshot (to get published in maven central)
# Conflicts: # build.gradle.kts
Due to the difficulty of loading modules dynamically into the classpath (at least in jaa 9 or superior) we'll be bundling the modules into the API.
* Added response data class * Finished request class Signed-off-by: Francisco Solis <[email protected]>
* Added StringExtensions.kt * Added RequestTests.kt for NetworkingModule * Improved networking module and added comments.
* now we're using a multi project system * updated to the latest blossom to support new features * removed .sdkmanrc * added jitpack.yml * added custom dotenv support * updated to gradle 8.5 * updated dependencies * removed .idea/ folder * updated some workflow actions. # What's next? * finish setting up a new build system (the final jar should be written under ./build instead of ./simplecoreapi/build) * finish adding modules
* Renamed some orSet utils to OrAdd to follow naming of properties, for example OrAdd means that if a value is present it won't be replaced.
Signed-off-by: Francisco Solis <[email protected]>
* fixed blossom setup * fixed TranslationManager.kt * removed unused import
* fixed shadowjar * added allowed actions to dialog * fixed some grammar issues in Translation * added NotImplementedException
* added UIsModule entrypoint * removed UiClickEvent.kt in favor of kotlin functions * added BukkitExtensions.kt
* fixed javadoc and sources jar generation * increased max meta memory space size
Signed-off-by: Francisco Solis <[email protected]>
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.