Commit Graph

19 Commits

Author SHA1 Message Date
3080faeaa9 hotfix: projectile prediction 2026-02-19 01:01:38 +03:00
af36c909a4 improved simple game 2026-02-18 07:38:04 +03:00
dfc564b30d added for other engines 2026-02-08 02:58:59 +03:00
9a61ce1984 added opengl primitives 2026-01-27 00:33:35 +03:00
8ff358df82 fixed somebugs, improved tests 2025-11-29 21:24:45 +03:00
369f2ee582 added other collision types 2025-11-09 22:39:09 +03:00
70f2f90100 reordored omath headers 2025-10-03 13:51:53 +03:00
577afd4d4a opengl fix 2025-09-22 02:08:58 +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
1f4b10f336 Refactors camera and prediction engine traits.
Moves camera and prediction engine implementations into traits for each engine,
decoupling the engine-specific logic from the core classes, promoting code reuse
and maintainability. This change allows for easier addition of new engines and
customization of existing ones.
2025-08-11 00:32:09 +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
97f38af2b5 added unit tests 2025-04-16 18:35:50 +03:00
f1f2aeb1b9 added func
added rotation matrix for opengl
2025-04-16 17:40:00 +03:00
756bcef6e1 fixed include names 2025-03-21 04:40:59 +03:00
e4eb27c6de change 2025-03-21 04:21:31 +03:00
Vladislav Alpatov
5fdf3dad16 renamed headers 2025-03-21 04:17:42 +03:00
1b2822275f removed inline functions 2025-03-19 20:07:44 +03:00
3c104cd228 changed naming of engines section 2025-03-17 05:27:00 +03:00