forked from metin-server/m2dev-client-src
7fb832ad6bda7b48997f33e567bb79b5b592baff
- Reuses vector<uint8_t> buffers to reduce allocations - Thread-safe with mutex protection - Max 64 buffers, 64MB buffer size limit - Tracks allocation statistics and pooled memory
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%