Skip to content

Releases: Jnnshschl/AmeisenNavigation

1.7.0 Rewrite

29 Jul 19:03
Compare
Choose a tag to compare

This is a complete rewrite of the messy C# server and its shitty C++/CLI wrapper. The server is now written 100% in the language of the gods.

It's missing path smoothing at the moment, but this will be implemented shortly.

1.6.2 - Far Pathfinding

05 Jan 13:19
Compare
Choose a tag to compare

Fixed a bug where the server used 100% cpu with no clients connected.

General tweaks and optimizations.

1.6 - Performance Tweaks

28 Aug 20:32
Compare
Choose a tag to compare

Changed the protocol to bytes, removed the serialization stuff.

1.5 - CatmullRomSpline

11 Aug 16:11
Compare
Choose a tag to compare
  • CatmullRomSpline smoothing

1.4.1 - Far Pathfinding

11 Jul 13:49
Compare
Choose a tag to compare
  • random pint finding
  • far pathfinding

1.3.3 - Optimization

05 Apr 18:22
Compare
Choose a tag to compare
  • Enabled Compiler Optimization
  • Added Vector3 struct

1.3.2 - MoveAlongSurface, CastMovementRay and Optimization

29 Mar 08:57
Compare
Choose a tag to compare
  • Add MoveAlongSurface function just like recast and detour
  • Add CastMovementRay function to test movement
  • Optimized the C++ code

1.2 - Improved Pathfinding

06 Dec 19:09
Compare
Choose a tag to compare
  • Improved pathfinding a lot
  • removed junk

1.0 - First Stable Release

16 Nov 19:12
Compare
Choose a tag to compare

First stable release v1.0