-
-
Notifications
You must be signed in to change notification settings - Fork 147
feat(dfu): impl codec #1234
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
Open
huanmeng-qwq
wants to merge
114
commits into
PaperMC:feat/dfu
Choose a base branch
from
huanmeng-qwq:feat/dfu-codec
base: feat/dfu
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.
Open
feat(dfu): impl codec #1234
Changes from 1 commit
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
4186ee1
feat(nbt): update number parsing for 1.21.5
kennytv 4f0a3c1
chore: move larger chunks of code into separate methods
kennytv ae39e6a
Add NumberBinaryTag#numberValue
GliczDev 293483f
Fix NumberBinaryTag#numberValue javadoc
GliczDev 33c0bb9
Add missing `@NotNull` annotation and slightly modify NumberBinaryTag…
GliczDev 0ca88b7
release: version 4.20.0
zml2008 95cea20
release: prepare for further development on 4.21.0
zml2008 a7917ab
feat(nbt): Add stream API for compound tags
zml2008 c87c4dc
feat(nbt): Add collectors for list and compound tags
zml2008 c11184f
Use DecorationMap for style builder
TonytheMacaroni 6613a87
fix: wrong method name
tjalp 8ef2bba
Update version in `@since` tag
GliczDev 5346fc5
1.21.5 component changes
Gerrygames 0b07e19
Merge pull request #1209 from TonytheMacaroni/style-builder-optimization
zml2008 3c1be46
Merge pull request #1188 from GliczDev/numberbinarytag-numbervalue
zml2008 9eb123b
Merge pull request #1208 from KyoriPowered/feat/nbt-streams
zml2008 17ddbce
deprecate old method
tjalp dd55165
Update Argument.java
tjalp 27788f1
feature(minimessage): Set the target to hold the locale of the transl…
kezz f88fa69
feat(nbt): Initial implementation of heterogeneous list handling
zml2008 e68ea24
Merge pull request #1211 from tjalp/fix/wrong-method-name
kezz dc91d3c
feature(api): Skip style builder creation on merge
kezz db8323a
peek to try and determine if we're looking at a key or uuid
kezz de82a85
take into account merges
kezz e6f498f
make the class final
kezz 1178432
Merge pull request #1168 from Gerrygames/update/1.21.5
kezz f2e1ace
Merge pull request #1216 from KyoriPowered/feature/default-target
kezz 14fb879
Merge pull request #1219 from KyoriPowered/fix/dont-create-builder
kezz afdacd2
Merge pull request #1167 from kennytv/feature/snbt-1.21.5
kezz a65dc8b
Merge pull request #1218 from KyoriPowered/feat/hetero-lists
zml2008 9f10ed7
release: version 4.21.0
zml2008 5ef0aee
release: prepare for further development on 4.22.0
zml2008 a1ecb68
chore(deps): Update patch-release dependency changes
renovate[bot] 04816e2
chore(deps): Update gradle and github actions
renovate[bot] ce2ddaa
Render translatable arguments and children
TonytheMacaroni 06698e7
Extract out translatable rendering
TonytheMacaroni 6551131
Amend formatting
TonytheMacaroni 821e672
Render translatable tags
TonytheMacaroni 2c5f0fd
Fix rendering hover events with no found translation
TonytheMacaroni c69dd72
Merge pull request #1223 from KyoriPowered/renovate/patch-release-dep…
zml2008 1b8f5e4
Merge pull request #1225 from KyoriPowered/renovate/gradle-and-github…
zml2008 82e5e3e
chore(deps): Update dependency com.google.errorprone:error_prone_core…
renovate[bot] 2c7352a
chore(audience): update javadoc for playSound
Timongcraft e8be3b9
fix(api): Always fire bossBarNameChanged
kezz fa272d2
check if we can translate before doing so
kezz 0987ab5
fix(api): Don't throw an exception if a PointersSupplier has no parent
kezz 57a36a5
Typo fix in PrideTag.java
Stxellxa e56aa4f
Merge pull request #1233 from Stxellxa/patch-1
kezz c7475c7
Merge pull request #1230 from KyoriPowered/fix/bb-name-check
kezz 92a5a6e
Merge pull request #1224 from KyoriPowered/renovate/error-prone-monorepo
kezz 9ceb01a
use the local parent instance
kezz 273c01d
feat(nbt): TagStringIO Enhancements
kermandev 51d6fe2
chore(nbt): Change docs to compound
kermandev fdbb30d
chore(nbt): drop extra line
kermandev c7ca3c2
chore: add version info
Timongcraft 1be0a9f
Merge pull request #1232 from KyoriPowered/fix/missing-ps
kezz ef3ec3e
feature(api): Initial support for native dialog implementations
kezz 3485d96
feature(api): Add dialog and custom click events, expand click event …
kezz 12aaa8c
feature(json): Implement serializing for new click events and int pag…
kezz 39c03fd
feature(api): UI sound source and missing source documentation
kezz 41e2582
feature(api): Rewrite ComponentFlattener to remove recursion and add …
kezz faab02e
fix: correctly double-box compounds with a single empty key in hetero…
mworzala c301837
feat: support heterogeneous lists in string nbt
mworzala 5a03244
chore: pass down heterogeneous flags from TagStringIO
mworzala 660c27c
fix: formatting
mworzala 256cb66
move docs to Sound and fix checkstyle issues
kezz 9343458
address comments, deprecate get method and add reqNonNull methods
kezz 864a6be
Merge pull request #1238 from KyoriPowered/feature/1.21.6
kezz f709a37
Merge pull request #1237 from KyoriPowered/fix/flattening-2
kezz 535e7d6
Merge pull request #1235 from Timongcraft/chore/stereo-sound-nonself-…
kezz 00c0e7c
Merge pull request #1239 from kermandev/feat/nbt-stringio
kezz d2d40d1
Merge pull request #1242 from mworzala/feat/hetergeneous_list_improve…
zml2008 6a7dcd3
Merge branch 'fix-translatable-rendering' into main/4
zml2008 96bdab1
Merge pull request #1226 from TonytheMacaroni/fix-translatable-rendering
zml2008 c5e8877
release: version 4.22.0
zml2008 a4bc4d6
release: prepare for further development on 4.23.0
zml2008 b84d712
fix: Make custom click events hold NBT payloads
kezz 5a93777
fix: Ensure TagStringIO accepts hetergeneous lists in all reader methods
kezz 9e933f0
fix(key): Ensure keys with invalid namespaces throw the correct excep…
kezz e81e379
Merge pull request #1244 from KyoriPowered/fix/hetero-lists
zml2008 a228b6b
Merge pull request #1243 from KyoriPowered/fix/custom-click-event
zml2008 2a46be6
Merge pull request #1245 from KyoriPowered/fix/string-key
zml2008 b04ead3
release: version 4.23.0
zml2008 1c16bdd
release: prepare for further development on 4.24.0
zml2008 dc13377
feature(api): Add a method to close an open dialog
kezz 0a41008
Add `equals` to `VirtualComponent`
Seggan 4954dbb
Forgot to run checkstyle
Seggan c7c417d
tfw you forget hashcode
Seggan ca413e4
Merge pull request #1247 from Seggan/main/4
kezz 2f48b6b
Merge pull request #1246 from KyoriPowered/feature/clear-dialog
kezz 905450f
fix: component flattener not popping styles in correct order
diogotcorreia 0e299ce
Merge pull request #1255 from diogotcorreia/fix/component-flattener-p…
jpenilla bb60324
feat(dfu, nbt-dfu): init
zml2008 0b031a2
wip
zml2008 a996882
codec
huanmeng-qwq 7ccab3c
name
huanmeng-qwq e8dfcb0
feat: component codec
huanmeng-qwq a39229c
update.
huanmeng-qwq e36aaa1
fix styles
huanmeng-qwq 2541a7b
refactor: component codec
huanmeng-qwq eb9cea3
style: fix style
huanmeng-qwq e19295e
feat: remove ComponentCodec, refactor DATA_COMPONENT_VALUE
huanmeng-qwq 20afecf
refactor: click event, hover event, add BINARY_TAG_HOLDER codec, remo…
huanmeng-qwq 9a15032
refactor: pos, coordinate
huanmeng-qwq ef7109e
style: fix style
huanmeng-qwq 749ac40
refactor: component codec
huanmeng-qwq 591899f
refactor: index codec
huanmeng-qwq a830e29
chore: cleanup
huanmeng-qwq 82795f5
fix: fix uuid codec
huanmeng-qwq 939f311
test: Add tests
huanmeng-qwq 84db01b
style: fix style
huanmeng-qwq ba0fc96
chore: rename test package
huanmeng-qwq fea9929
feat: partial DATA_COMPONENT_VALUE
huanmeng-qwq 0f0594f
feat: add DFU codecs for adventure components and styles
huanmeng-qwq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: component codec
- Loading branch information
commit e8dfcb0a08bb0ee0c3b3d0cdd593ada3725767fb
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.