forked from metin-server/m2dev-client-src
fd1218bd4e39a5bd81eb6ed7e096505daa8a05c7
- Decodes DDS, PNG, JPG, TGA, BMP formats - Thread-safe for use in worker threads - Uses stb_image for common formats - Custom DDS header parsing
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%