2026-01-04 09:29:14 +00:00
2025-08-18 19:46:48 +02:00
2025-09-22 01:17:13 +02:00
2025-12-14 05:12:39 +02:00
2026-01-02 06:33:57 +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

  • Invisibility: Resolved an issue where effects were not visible after becoming visible again, if they were added in AFFECT_INVISIBILITY state.
  • Invisibility: Resolved an issue where projectile fly effects were visible on targets within AFFECT_INVISIBILITY state.
  • Effects on low opacity meshes: Resolved a conflict between effects on meshes with opacity < 1 and invisibility fixes.
Description
No description provided
Readme 110 MiB
Languages
C 87.5%
C++ 12.4%
Python 0.1%