Handshaking, Logging in and PacketBuilder #8

Merged
roufpup merged 3 commits from MRT-06-07 into main 2025-10-02 00:37:42 +03:00
Owner

Closes issues #6 and #7

  • Implemented basic handshaking logic as well as logging in and reaching the "play" state
  • Introduced a PacketBuilder for easier packet creation
  • Created a new data type called PrefixedArray ( According to the minecraft.wiki's documentation)
Closes issues #6 and #7 - Implemented basic handshaking logic as well as logging in and reaching the "play" state - Introduced a PacketBuilder for easier packet creation - Created a new data type called PrefixedArray ( According to the minecraft.wiki's documentation)
roufpup self-assigned this 2025-09-29 16:42:36 +03:00
Closes issues #6 and #7

- Implemented basic handshaking logic as well as logging in and reaching the "play" state
- Introduced a PacketBuilder for easier packet creation
- Created a new data type called PrefixedArray ( According to the minecraft.wiki's documentation)
roufpup requested review from Snow 2025-09-29 16:42:45 +03:00
src/utils.rs Outdated
@ -0,0 +27,4 @@
}
}
pub fn read_varing_from_stream(stream: &mut TcpStream) -> i32 {
Owner

Was this a misspelling, lol

Was this a misspelling, lol
Author
Owner

Oops, will fix

Oops, will fix
Owner

The packet builder looks well put together, seems good to merge.

The packet builder looks well put together, seems good to merge.
Snow approved these changes 2025-10-02 00:31:38 +03:00
Dismissed
roufpup requested review from Snow 2025-10-02 00:36:46 +03:00
Snow approved these changes 2025-10-02 00:37:12 +03:00
Snow left a comment
Owner

:3

:3
Owner

LGTM BITCHES

LGTM BITCHES
roufpup deleted branch MRT-06-07 2025-10-02 00:37:43 +03:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Project-Meartis/meartis-client!8
No description provided.