Update README and version for v2.0.3 stability release
This commit is contained in:
parent
446e9ae771
commit
fbf45cc41c
|
|
@ -13,7 +13,13 @@ MorriCraft is a high-performance voxel engine built with C++ and Raylib. It feat
|
||||||
|
|
||||||
## Version History
|
## 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.
|
* **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.
|
* **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.
|
* **Multi-Player Visibility**: Fixed player tracking to ensure all peers are correctly identified and rendered for all clients.
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
v2.0.2
|
v2.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue