forked from metin-server/m2dev-client-src
0958ea62149bf47242e563b44dcf5281939bd791
- 4-16 worker threads based on CPU core count - Auto-detects and decodes images on worker threads - SPSC queues: 16K request, 32K completion - Atomic task counter for fast idle checks - Smart idle handling with yield and minimal sleep
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
- PK Mode: Resolved conflict for Hostile mode when both players have negative alignment, added PK_PROTECT mode safeguards.
Description
Languages
C
87.7%
C++
12.3%