Commit Graph

17 Commits

Author SHA1 Message Date
apple502j 0f58b19d97
24w13a more stuff 2024-03-29 03:42:49 +09:00
modmuss50 23444cc46d 24w13a 2024-03-27 16:44:45 +00:00
apple502j 1a6cb21e97
24w09a more stuff (#3803)
* loot, scoreboard, screen, village

* Map chunk stuff

* Finish the stuff (mostly)
2024-03-01 13:50:01 +11:00
Shnupbups a83c057077
24w03a packet stuff (#3765)
* 24w03a packet stuff

* a bit more
2024-01-18 12:28:29 +09:00
Matias Koivikko ef33717267
Map packet codecs (24w03a) (#3762)
* Begin work on packet codecs

* Recipe packet codecs

* misc packet codec & *packet* packet codecs

* more misc packet codecs

* fix typos
2024-01-18 06:51:34 +11:00
apple502j a837ae344b
22w42a networking (#3338)
* 22w42a packet

* 22w42a message

* 22w42a misc networking

* Map future queue

* 22w42a client networking (wip)

* Finish client networking

* Finish mapping network

* Update mappings/net/minecraft/network/encryption/NetworkEncryptionUtils.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Rename player remove packet

* Finish networking

* Map some more networking

* Rename DecoratableArgumentType

* Fix javadoc

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2022-10-24 00:18:41 +09:00
Player be004e3916 22w42a 2022-10-19 19:11:34 +02:00
modmuss50 9265eccd81 1.19.1-pre6 2022-07-20 18:13:05 +01:00
apple502j 3da00e352d
1.19.1-pre5 networking (#3248)
* 1.19.1-pre5 networking

* Consistently spell acknowledgment

* Fix javadoc

* Map an arg
2022-07-20 17:54:35 +01:00
Player f181f8b226 1.19.1-pre5 2022-07-15 16:41:50 +02:00
apple502j 04abe34331
1.19.1-pre4 stuff (#3237)
* 1.19.1-pre4 networking

* 1.19.1-pre4 client

* Fix javadoc

* Fix typos

* Apply suggestions from code review

Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>

* Rename some stuff

* Javadoc stuff

* Update mappings/net/minecraft/network/message/ArgumentSignatureDataMap.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/network/message/MessageSignatureData.mapping

Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-07-15 14:12:43 +00:00
modmuss50 c182417cd3 1.19.1-pre4 2022-07-08 14:17:43 +01:00
apple502j 543f056e08
1.19.1-pre2 stuff (#3228)
* 1.19.1-pre2 stuff

* Update mappings/net/minecraft/client/gui/hud/MessageIndicator.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-07-06 12:57:17 +01:00
apple502j fe2f1be9ae
1.19-pre4 stuff (#3199)
* 1.19-pre4 stuff

* Rename now-inverted isDisordered

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update ServerPlayNetworkHandler.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-14 18:18:21 +01:00
apple502j 10c797dce2
1.19-pre1 networking (#3164)
* 1.19-pre1 networking

* More networking stuff

* Map PacketByteBuf

* Do not use 'out of order'

* Fix typo in javadoc

* Fix javadoc

* Rename chatPreviewEnabledByServer

* Rename references to Only Show Secure Chat

* Fix typo

* Use timestamp, not time

* Final bits

* Fix #3181
2022-05-23 13:07:30 +01:00
Player d5927e8419 1.19-pre1 2022-05-18 18:58:03 +02:00
apple502j f82738825b
22w18a networking (#3142)
* 22w18a networking

* toText -> apply

* Document and rename MessageType stuff

* PacketByteBuf usage mapping, etc

* Fix javadoc

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Revert rename for Display and Narration

* dequalify optional

* rename ChatMessageSender, etc

* rename applyDecoration

* Fix indent

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Rename Priority

Editing on phone sucks

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update and rename ChatSigner.mapping to ChatMessageSigner.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-05-12 14:36:43 +01:00