Commit Graph

7 Commits

Author SHA1 Message Date
a5c0ca0cbd added stuff 2026-03-17 20:31:46 +03:00
1c58340404 Refactors: Moves linear algebra to new directory
Moves linear algebra headers to a new subdirectory to improve project structure.

Updates includes to reflect the directory change.
Adds vcpkg to the tracked repositories.
2025-08-31 23:36:05 +03:00
6c5c86b850 Refactors projectile prediction engine
Refactors the projectile prediction engine by introducing an interface
and making the legacy implementation more flexible.

The legacy engine is updated to allow for coordinate system customization
through virtual methods, enabling usage in different game environments.

Also introduces vcpkg support for easier dependency management and adds boost-asio as a dependency.
2025-08-03 17:33:22 +03:00
ba2c60389f added more noexcept 2025-05-05 01:46:50 +03:00
4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
756bcef6e1 fixed include names 2025-03-21 04:40:59 +03:00
e4eb27c6de change 2025-03-21 04:21:31 +03:00