forked from metin-server/m2dev-client-src
17 lines
436 B
Markdown
17 lines
436 B
Markdown
# Client Source Repository
|
|
|
|
This repository contains the source code necessary to compile the game client executable.
|
|
|
|
## How to build
|
|
|
|
> cmake -S . -B build
|
|
>
|
|
> cmake --build build
|
|
|
|
---
|
|
|
|
## Changelog 📋
|
|
|
|
### 🐛 Bug Fixes
|
|
* **Realtime Character Level Updates:** Implemented the reversed fix (credits to Mali) for updating character level in real-time across game view and all windows (such as Guild window) for all viewing players.
|