Commit Graph

8 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
4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
c46dc436fc fixed include 2025-04-16 20:35:17 +03:00
f1f2aeb1b9 added func
added rotation matrix for opengl
2025-04-16 17:40:00 +03:00
790e6919f7 added missing header 2025-04-13 23:15:27 +03:00
Orange
ad5dad7295 added include 2025-04-05 13:20:18 +03:00
Orange
eb1df5af8d fixed for clang 2025-04-05 13:00:00 +03:00
d5d1260784 changed source files naming 2025-03-21 04:30:17 +03:00