Update README and version for v2.0.3 stability release

This commit is contained in:
Michael Howard 2026-04-23 17:39:18 -05:00
parent 446e9ae771
commit fbf45cc41c
2 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,13 @@ MorriCraft is a high-performance voxel engine built with C++ and Raylib. It feat
## Version History
### v2.0.2 - The Social & Sync Update (Latest)
### v2.0.3 - Multiplayer Protocol Hardening (Latest)
* **Protocol Synchronization**: Overhauled the packet processing loop to prevent data drift and 'ghosting' blocks.
* **Notification Debouncing**: Implemented filters to ensure join/leave messages are only triggered once per action.
* **Cross-Platform Stability**: Replaced non-portable socket flags with a robust `select()`-based architecture for Windows/Linux parity.
* **Body Validation**: Hardened the data reception logic to ensure complete packet consumption and prevent buffer overflows.
### v2.0.2 - The Social & Sync Update
* **Integrated Chat System**: Press `Enter` to open the chat box and communicate with other players in real-time.
* **Player Notifications**: Added automated alerts for players joining or leaving the session.
* **Multi-Player Visibility**: Fixed player tracking to ensure all peers are correctly identified and rendered for all clients.

View File

@ -1 +1 @@
v2.0.2
v2.0.3