0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create a directory to store configuration files. More... about 12 years ago
Add status for sheep eating grass. More... about 12 years ago
Rework of slots creations and updates. Introduce player inventory. Small rework for player health and experience. More... about 12 years ago
A much better way to parse data of slots. Processing of the NBT data still missing. More... about 12 years ago
Working connection via login.minecraft.net and session.minecraft.net on server with online mode enabled. More... about 12 years ago
Start to work on login with an official account. More... about 12 years ago
Small refactoring + fix server ping. More... about 12 years ago
New protocol version + handling of 0xCA. More... about 12 years ago
Add static constants for packet IDs. More... about 12 years ago
Missing license headers. More... about 12 years ago
Some wrappers so we can handle unsigned properly. More... about 12 years ago
Attempt to fix player staying in the air. Attempt to parse and interpret blocks positions. More... about 12 years ago
The 0x33 packet doesn't give info about only one chunk but about a full column which is 16 chunks so it is a good idea to rename it. More... about 12 years ago
Missing license header. More... about 12 years ago
Starting the work on blocks, chunks and columns. More... about 12 years ago
Not important stuff. More... about 12 years ago
Fix few packets. More... about 12 years ago
Packets update + handling of 0x84. Fix player kick for illegal stance when moving. More... about 12 years ago
Tiny update for the README file. More... about 12 years ago
Now the code is under the MIT license. More... about 12 years ago
Little improvement of Packet's toString() method. More... about 12 years ago
Better handling of connection problems. More... about 12 years ago
Forgotten file. The previous commit also fix the 0x33 packet. More... about 12 years ago
Handle signs that can be placed in the world. More... about 12 years ago
Don't call send() anymore in the write() method of a packet. The send() method now calls write() to fill the packet buffer then the client send the packet with send() instead of write. This should be a lot less confusing than the previous behavior. This fix the the client not being really spawned. More... about 12 years ago
Fix for logs consistency. More... about 12 years ago
Handle packet 0xFA. More... about 12 years ago
Some format changes for output. Display only used fields for 0x01. More... about 12 years ago
When the name authentication is disabled, the returned string in the handshake is '-' and '+'. More... about 12 years ago
NBT tags toString() rework. More... about 12 years ago