-
Notifications
You must be signed in to change notification settings - Fork 17
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
API rewrite #78
Draft
moehreag
wants to merge
224
commits into
AxolotlClient:multiversion
Choose a base branch
from
moehreag:feat/api-rewrite
base: multiversion
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
API rewrite #78
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
- move credits data to common - introduce more common things - remove API packages from modrinth dependencies (they're shipped with the mod)
- still missing translation Keys - introduce very weird error that stops everything from working (why? don't know why it happens.) - no automatic build because it's of no use currently
- 1.19.3 only until now, will be ported lates when it actually works ( 😭 ) - workflow may wait until it works
Hide client options if mod menu is installed
- fix bug of showing the wrong player on outgoing friend requests
- start vague chat implementation (non-functional for now)
- add an experimental Chat Screen to 1.19.3 + 4 - clean up some code
- by Fireflasher21
...that may or may not work
includes a context menu system because it was needed i guess
and fix some number of bugs
apply license headers actually apply machete correctly
should allow action to run
- remove default keybind for RotationLock - Add mod icon to redirect.html - The link to the privacy policy is not yet present
…erformance considerations
- context menus can't run off the screen any longer
- motion blur is still broken on 1.21.3
moehreag
force-pushed
the
feat/api-rewrite
branch
from
December 2, 2024 23:56
c42c35b
to
0bf0428
Compare
oh there's so many bugs
- add filter capabilities to auto boop - clean up some parts of code
- fix location fetching on hypixel - block more disallowed functions on MCCI
- fix a few bugs
- MojangAuth implicitly called close() - add a few missing translation keys
- specifically on the friends screen
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.
fix API bugs (friends/online/blocked only showing yourself, ...)remove testing values from the code as soon as the backend is functional for these features1.19.41.20(.1)Replacement for #68, but now it's not a branch on upstream (but on our own fork instead)