20 Commits

Author SHA1 Message Date
790c49e796 removed brackets
Initial plan

Initial exploration and analysis complete

Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>

Optimize performance: A* pathfinding, Vector3 hash, pattern scanner, AVX2 code, and serialization

Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>

Add bounds check for navigation mesh serialization

Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>

Document serialization limitation for large neighbor counts

Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>

Add _codeql_build_dir to gitignore

Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>

Removes codeql detected source root

Eliminates the automatically generated file that was causing issues.

This file was added by codeql and no longer needed.

revert
cleaned up gitignore

moved to anon namespace

Improves navigation mesh serialization and clamping

Ensures correct serialization of navigation meshes by clamping neighbor counts to prevent data corruption when exceeding uint16_t limits.

Updates data types to `std::uint8_t` and `std::size_t` for consistency.
Uses `std::copy_n` instead of `std::memcpy` for deserialization.
2025-10-30 05:38:58 +03:00
87d2577937 fixed typo 2025-10-30 05:37:34 +03:00
505fe6f3a8 added more noexcept 2025-05-05 02:24:23 +03:00
6df9d59fe9 fixed style 2025-05-03 20:38:58 +03:00
4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
01b7256e98 improved cmake, removed useless cmake files 2025-04-30 21:26:25 +03:00
756bcef6e1 fixed include names 2025-03-21 04:40:59 +03:00
d5d1260784 changed source files naming 2025-03-21 04:30:17 +03:00
Vladislav Alpatov
5fdf3dad16 renamed headers 2025-03-21 04:17:42 +03:00
Vladislav Alpatov
a68ebd9ab7 now template 2025-03-01 21:11:46 +03:00
a5443d98b8 improvement 2025-02-16 10:57:03 +03:00
3809103d93 moving from .h to .hpp to make thing more clear 2024-10-20 08:36:19 -07:00
061d6c0ecf fixed warnings 2024-09-03 22:10:09 +03:00
a77280e796 removed usless code added constexpr 2024-09-03 21:35:48 +03:00
4d5e960b35 added additional methods 2024-08-18 15:46:10 +03:00
7c9a3295dc fixed code style 2024-08-18 11:08:14 +03:00
375993c3e4 added serialization 2024-08-18 11:04:24 +03:00
643127006e improved code added unit test 2024-08-18 10:47:23 +03:00
96d62f8931 changed stuff 2024-08-18 10:47:23 +03:00
74a5810cca added files, added hash function 2024-08-18 10:47:23 +03:00