Releases: Project-Cartographer/H2Codez
Releases · Project-Cartographer/H2Codez
2.0.50
[Pathfinding] Fix small issue in setting parser.
2.0.49
[Pathfinding] Add config file for force including or removing sectors.
2.0.48
[Sapien] Color links in different sectors differently;
2.0.47
Fix unnecessary edge culling.
The method used for finding all the edges in a sector was incorrect causing it to loop over all edges in the mesh instead of just ones in a given sector.
2.0.46
Set some flags for pathfinding.
2.0.45
[Tool] Add command to generate pathfinding from collision data.
2.0.44
[Sapien] Move d3d line draw into h2codez
2.0.43
[Sapien] Add option to render pathfinding.
Enable using `render_pathfinding_debug` setting.
2.0.42
[Tool] Add command to copy pathfinding data from one tag to another.
2.0.41
More experimentation with simulating the game.