savis 0958ea6214 Add multi-threaded file loader pool
- 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
2026-01-03 20:37:22 +01:00
2025-08-18 19:46:48 +02:00
2026-01-03 20:37:22 +01:00
2025-09-22 01:17:13 +02:00
2025-12-14 05:12:39 +02:00
2025-12-31 04:14:02 +02:00

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
No description provided
Readme 110 MiB
Languages
C 87.5%
C++ 12.4%
Python 0.1%