Skip to content

Releases: Project-Cartographer/H2Codez

2.0.50

16 Oct 20:50
a2cf120
Compare
Choose a tag to compare
[Pathfinding] Fix small issue in setting parser.

2.0.49

15 Oct 23:38
16d809e
Compare
Choose a tag to compare
[Pathfinding] Add config file for force including or removing sectors.

2.0.48

14 Oct 20:30
e58ac77
Compare
Choose a tag to compare
[Sapien] Color links in different sectors differently;

2.0.47

14 Oct 19:11
8f63052
Compare
Choose a tag to compare
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

10 Oct 21:25
1fe83cc
Compare
Choose a tag to compare
Set some flags for pathfinding.

2.0.45

10 Oct 16:22
909bdb0
Compare
Choose a tag to compare
[Tool] Add command to generate pathfinding from collision data.

2.0.44

07 Oct 22:21
74d4375
Compare
Choose a tag to compare
[Sapien] Move d3d line draw into h2codez

2.0.43

07 Oct 16:53
4f03d6b
Compare
Choose a tag to compare
[Sapien] Add option to render pathfinding.

Enable using `render_pathfinding_debug` setting.

2.0.42

03 Oct 21:42
66a21ca
Compare
Choose a tag to compare
[Tool] Add command to copy pathfinding data from one tag to another.

2.0.41

29 Sep 18:58
f1b50dd
Compare
Choose a tag to compare
More experimentation with simulating the game.